Namespace TallComponents.PDF.Layout.Paragraphs
Class ConversionSettings
This class contains several settings for the HTML or XHTML to PDF conversion.
Syntax
public class ConversionSettings : Object
Constructors
Properties
String BasePath
Absolute or virtual path to the folder containing loadable objects (images, CSS, ...) (default = empty)
ScaleBehavior ContentFitBehavior
The behavior the content fit. (default = ScaleToWidth)
ICredentials Credentials
The credentials used to supply to a password protected web-site. (default null)
IResourceLoader CustomResourceLoader
An optional resource loader which has the first opportunity to retrieve additional files. (default null)
Boolean EnableForms
Convert the Form elements from the Xhtml into PDF fields. (default = true)
Boolean EnableLinks
Convert the link elements (A with href) from the Xhtml into PDF links. (default = true)
Boolean EnableTooltips
Convert Tooltip elements from the Xhtml into PDF. (default = true)
Double FixedWidth
The fixed width this conversion use. (default 1000)
EmbedMode FontEmbedMode
This enum specifies if and how to embed TrueType fonts
String FontPath
Absolute or virtual path to the folder containing fonts. Leave empty to use the systems font folder. (default = empty)
CssStyleSheetCollection StyleSheets
The user style sheets that will be applied by the agent.
TextEncoding TextEncoding
This enum specifies if and howto the HTML content (text property only) should be decoded before processed. (default is None)
Boolean UseDtd
Whether the DTD specified by the content-type should be loaded and used. (default = false)