This namespace defines the necessary API to convert HTML to PDF, HTML to Image and HTML to SVG. The main classes of the namespace are PdfConverter, ImgCoverter and SvgConverter that can be used to convert web pages and HTML strings to PDF, Image or SVG.

Classes

  ClassDescription
Public classAddElementResult
The result of adding a PDF element to the renderer
Public classAddTextElementResult
The result of adding a text element to the renderer
Public classAfterRenderPdfPageParams
Represents the parameters of the AfterRenderPdfPageEvent event
Public classAuthenticationOptions
Authentication options for accessing a URL in HTML to PDF converter like Integrated Windows Authentication in IIS.
Public classBeforeRenderInPageParams
Represents the parameters of the BeforeRenderInPageEvent event
Public classBeforeRenderPdfPageParams
Represents the parameters of the BeforeRenderPdfPageEvent event
Public classBezierCurveElement
Represents a Bezier curve element to be rendered in a PDF document
Public classBookmark
This class represents a bookmark in the PDF document used to outline a section of the PDF document
Public classBookmarksCollection
Represents a collection of bookmarks of a document.
Public classCircleElement
This class represents a circle element that can be added to a PDF document
Public classConversionSummary
Offers summary information about the conversion process. After a successfull conversion the ConversionSummary property is initialized with an instance of this class.
Public classDigitalCertificate
This class represents a certificate used for digital signatures
Public classDigitalCertificatesCollection
This class is used to manage a collection of certificates.
Public classDigitalCertificatesStore
Provides and interface for getting digital certificates from system certificates store or from a password protected PKCS#12 file. A PKCS#12 file stores both the private and the public keys and such a file can be for example a file with extension .pfx generated by IIS from the SSL certificate installed for a website.
Public classDigitalSignatureElement
Represents a digital signature in the PDF document
Public classDocument
This class encapsulates a PDF document and can be used to create a new PDF document or to load an existing PDF document
Public classDocumentInformation
This class encapsulates the options to control the PDF document description (author, title, keywords, etc). The Document class exposes a reference to an object of this type in the DocumentInformation property
Public classDocumentOpenAction
Encapsulates a Go To, JavaScript, Submit Form or Reset Form action to be performed when the document is opened.
Public classDocumentViewerPreferences
Represents the viewer preferences of the PDF document
Public classElementsRenderer
Base class for classes capable of rendering page elements
Public classEllipseArcElement
Represents an ellipse arc element
Public classEllipseElement
This class represents an ellipse element that can be added to a PDF document
Public classEllipseSliceElement
This class represents an ellipse slice element that can be added to a PDF document
Public classExplicitDestination
Represents a destination in the PDF document for links, bookmarks and other interactive PDF features.
Public classFileAttachmentElement
This class represents a file attachment in the PDF document
Public classFileLinkElement
This class represents a link to an external file in a PDF document
Public classFontCollection
Represents a collection of fonts in a PDF document.
Public classGradientColor
Used to fill a shape
Public classHtmlConvertException
This class represents an exception thrown by the HTML to PDF Converter library.
Public classHtmlDocumentInfo
This class encapsulates the information about a converted HTML document like title, keywords, description and subject.
Public classHtmlElementMapping
Represents te mapping of a HTML element in the PDF document as collection of PDF rectangles. A HTML element can span on many pages in the generated PDF document and therefore, in general, many PDF rectangles are necessary to completely describe the mapping of a HTML element in PDF.
Public classHtmlElementMappingsCollection
Represents a collection of mappings of HTML elements in PDF.
Public classHtmlElementPdfRectangle
Represents the rectangle occupied by a HTML element in a page of the generated PDF document.
Public classHtmlElementsMappingOptions
Defines the necessary API to retrieve the positions in the generated PDF document for the HTML elements specified in a list. The HTML elements are specified by their unique HTML ID or HTML tag name.
Public classHtmlToImageElement
This class encapsulates a HTML to Image converter. The HTML to Image conversion is performed when the element is added to a PDF page. The resulted image is embedded in the PDF document.
Public classHtmlToPdfElement
This class encapsulates a HTML to PDF converter functionality. Objects of this class can be added at any location in a PDF page or Template to render HTML. The conversion is performed when the element is added to a page or Template.
Public classHtmlToPdfVariableElement
This class encapsulates a HTML to PDF converter functionality. Objects of this class can be added at any location in a Template to render HTML. A conversion is performed for each PDF page where the Template is rendered.
Public classImageElement
Objects of this class can be added to a PDF document to render images
Public classImgConverter
This class offers the necessary API to create images in various formats from a specified web page
Public classImpersonationOptions
This class encapsulates the options to control the HTML converter impersonation during navigation
Public classInternalLinkElement
This class represents an internal link element in the PDF document which can be used to connect various sections of a PDF document
Public classLineElement
This class represents a line element that can be added to a PDF document
Public classLineStyle
The line style for a graphic element which draws lines
Public classLinkUrlElement
This class represents a link to an URL in a PDF document.
Public classMargins
This class represents the dimensions of the margins of a PDF page
Public classNavigationCompletedParams
Represents the parameters of the NavigationCompletedEvent event
Public classPageCollection
This class represents a collection of pages of in a PDF document
Public classPageElement
This abstract class is the base class for all elements that can can be added in a PDF document
Public classPageGraphicElement
This abstract class is the base class for all graphic elements that can be added to a PDF document
Public classPdfAction
Base class for the Go To, JavaScript, Submit Form or Reset Form actions
Public classPdfActionGoTo
Represents a Go To action in the PDF document.
Public classPdfActionJavaScript
Represents a JavaScript action in the PDF document.
Public classPdfBookmarkOptions
This class contains the necessary properties to control the bookmarks creation in a PDF document
Public classPdfColor
Represents a PDF color
Public classPdfConverter
This class is the main class of the HTML to PDF Converter which offers the necessary methods to create a PDF document from a web page at given URL or from a HTML string. The generated PDF document can be saved in a memory buffer or into a file.
Public classPdfDocumentException
Exception thrown by the HTML to PDF converter library
Public classPdfDocumentInfo
This class encapsulates the options to control the PDF document description (author, title, keywords, etc). The PdfConverter class exposes a reference to an object of this type in the PdfDocumentInfo property.
Public classPdfDocumentOptions
This class encapsulates the options to control the PDF document redering process. The PdfConverter class define a reference to an object of this type.
Public classPdfElement
The base class for the PDF elements that can be added to header and footer.
Public classPdfFont
This class represents a font that can be added to a PDF document and used by the text elements
Public classPdfFooterOptions
This class encapsulates the options to control the appearance of the footer in the rendered PDF document. The PdfConverter class exposes a a reference to an object of this type in PdfFooterOptions property. If the ShowFooter property of the PdfDocumentOptions object exposed exposed by the PdfDocumentOptions property is false, the footer options have no efect.
Public classPdfForm
This class represents the PDF form of a PDF document
Public classPdfFormButton
Represents a button in a PDF form
Public classPdfFormCheckBox
Represents a check box in a PDF form
Public classPdfFormComboBox
Represents a combo box in a PDF form
Public classPdfFormField
This class represents a field in the PDF form of a PDF document
Public classPdfFormFieldsCollection
This class represents a collection of fields in the PDF form of a PDF document
Public classPdfFormFieldStyle
This class represents the style of a PDF form field in a PDF document
Public classPdfFormListBox
Represents a list box in a PDF form
Public classPdfFormRadioButton
Represents a radio button in a radio buttons group
Public classPdfFormRadioButtonsGroup
Represents a group of radio buttons in a PDF form
Public classPdfFormTextBox
Represents a text box in a PDF form
Public classPdfHeaderOptions
This class encapsulates the options to control the appearance of the header in the rendered PDF document. The PdfConverter class exposes a a reference to an object of this type in PdfHeaderOptions property. If the ShowHeader property of the PdfDocumentOptions object exposed exposed by the PdfDocumentOptions property is false, the header options have no efect.
Public classPdfPage
Represents a PDF document page
Public classPdfPageSize
This class represents a PDF page size.
Public classPdfResetFormAction
Represents a Reset action in a PDF form
Public classPdfSecurityOptions
This class encapsulates the options to control the PDF document security options. The PdfConverter class define a reference to an object of this type in PdfSecurityOptions property.
Public classPdfSubmitFormAction
Represents a Submit action in a PDF form
Public classPolygonElement
Represents a polygon in a PDF document
Public classPrepareRenderPdfPageParams
Represents the parameters of the PrepareRenderPdfPageEvent event
Public classProxyOptions
This class represents the various proxy settings that can be used to resolve the requests
Public classRectangleElement
This class represents a rectangle
Public classSecurity
This class encapsulates the options to control the PDF document security options. The Document class defines a reference to an object of this type in Security property.
Public classSoundLinkElement
Represents a link to a sound file in PDF
Public classSvgConverter
The HTML to SVG converter class
Public classTemplate
Represents a template element which can be repeated in all PDF document pages. You can use variables like current PDF page number and the total number of PDF pages in a template.
Public classTemplateCollection
This class represents the collection of templates in PDF document. A template element can be repeated in all PDF document pages. of the document.
Public classTextElement
Represents a text element to be added to a PDF page or template.
Public classTextNoteElement
Represents a text annotation in the PDF page.
Public classUnitsConverter
Converts between various graphic units (pixels, points, etc).
Public classViewerPreferences
Represents the viewer preferences of the PDF document generated by the HTML to PDF converter

Delegates

  DelegateDescription
Public delegateAfterRenderPdfPageDelegate
Represents the delegate for the AfterRenderPdfPageEvent event
Public delegateBeforeRenderInPageDelegate
Represents the delegate for the BeforeRenderInPageEvent event
Public delegateBeforeRenderPdfPageDelegate
Represents the delegate for the BeforeRenderPdfPageEvent event
Public delegateNavigationCompletedDelegate
Represents the delegate for the NavigationCompletedEvent event
Public delegatePrepareRenderPdfPageDelegate
Represents the delegate for the PrepareRenderPdfPageEvent event

Enumerations

  EnumerationDescription
Public enumerationBlending
The blending function for transparent rendering mode.
Public enumerationCertSystemStore
This enumeration represents the possible diital certificates stores in a system
Public enumerationColorProfile
This enumeration represents the color profiles of PDF document
Public enumerationColorSpace
This enumeration contains the possible color spaces of a PDF document
Public enumerationDestinationViewMode
The view mode when an explicit destination is displayed in the viewer.
Public enumerationEncryptionKeySize
This enumeration contains the possible values of the length of the encryption key used to encrypt a PDF document
Public enumerationFileAttachmentIcon
This enumeration contains the possible types of icons used in PDF to mark a file attachment
Public enumerationGradientDirection
This enumeration represents the possible directions of the gradient color in a PDF document
Public enumerationHorizontalTextAlign
This enumeration contains the possible values of the horizontal alignment of the text in PDF documents.
Public enumerationImpersonationLogonMode
The logon mode for impersonation
Public enumerationLineCapStyle
The line cap style
Public enumerationLineDashStyle
Specifies the style of a dashed line.
Public enumerationLineJoinStyle
This enumeration represents the possible styles to join the lines in a PDF document
Public enumerationNetworkProxyType
The type of proxy used by converter to resolve requests
Public enumerationPdfBookmarkStyle
This enumeration represents the possible styles of a bookmark in a PDF document
Public enumerationPdfBorderStyle
This enumeration represents the possible border stylea in a PDF document
Public enumerationPdfCompressionLevel
This enumration represents the possible compression levels that can be used when a PDF document is saved
Public enumerationPdfFontType
The list of supported fonts for the header and footer
Public enumerationPdfFormSubmitFlags
The submit form action flags to be combined to express various characteristics of the action
Public enumerationPdfPageOrientation
This enumeration represents the possible orientations of the PDF pages of a PDF document
Public enumerationPdfStandardSubset
This enumeration represents the possible standards used by a PDF document
Public enumerationRenderImageFormat
The supporter image formats
Public enumerationRotationAngle
Standard rotation angles for PDF pages.
Public enumerationStandardCJKFont
The Korean-Japanesse-Chinese (CJK) predefined fonts.
Public enumerationStdFontBaseFamily
This enumeration contains the possible standard font families in a PDF document.
Public enumerationTemplateAnchoring
This enumeration represents the possible anchoring positions of the PDF template in a PDF page
Public enumerationTemplateDocking
The docking style of a PDF template in PDF page.
Public enumerationTextNoteIcon
Defines set of text annotation types.
Public enumerationTriggeringMode
This enumeration represents the possible modes to trigger the conversion of a HTML document
Public enumerationVerticalTextAlign
This enumeration contains the possible values of the vertical alignment of the text in PDF documents.
Public enumerationViewerFullScreenExitMode
Used in ViewerPreferences to specify how to display the document on exiting full-screen mode
Public enumerationViewerPageLayout
A name object specifying the page layout to be used when the document is opened.
Public enumerationViewerPageMode
A name object specifying how the document should be displayed when opened.
Public enumerationViewerTextOrder
Used in ViewerPreferences to specify the predominant reading order for text.