Index

A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values

A

A0 - Static variable in class com.evopdf.PdfPageSize
Represents the A0 size of a PDF page
A1 - Static variable in class com.evopdf.PdfPageSize
Represents the A1 size of a PDF page
A10 - Static variable in class com.evopdf.PdfPageSize
Represents the A10 size of a PDF page
A2 - Static variable in class com.evopdf.PdfPageSize
Represents the A2 size of a PDF page
A3 - Static variable in class com.evopdf.PdfPageSize
Represents the A3 size of a PDF page
A4 - Static variable in class com.evopdf.PdfPageSize
Represents the A4 size of a PDF page
A5 - Static variable in class com.evopdf.PdfPageSize
Represents the A5 size of a PDF page
A6 - Static variable in class com.evopdf.PdfPageSize
Represents the A6 size of a PDF page
A7 - Static variable in class com.evopdf.PdfPageSize
Represents the A7 size of a PDF page
A8 - Static variable in class com.evopdf.PdfPageSize
Represents the A8 size of a PDF page
A9 - Static variable in class com.evopdf.PdfPageSize
Represents the A9 size of a PDF page
add(String, String) - Method in class com.evopdf.NameValuePairsCollection
Adds a name value pair to collection
addBezierCurveSegment(PointFloat, PointFloat, PointFloat) - Method in class com.evopdf.PathElement
Adds a Bezier curve to path
addBookmark(Bookmark) - Method in class com.evopdf.Document
Adds a top level bookmark to PDF document
addBookmark(Bookmark, Bookmark) - Method in class com.evopdf.Document
Adds a child bookmark to PDF document having a previously added bookmark as parent
AddBookmark - Enum constant in enum com.evopdf.DocumentOpType
 
addButton(PdfPage, PdfFormButton) - Method in class com.evopdf.PdfForm
Creates a button in PDF form
addCheckBox(PdfPage, PdfFormCheckBox) - Method in class com.evopdf.PdfForm
Creates a check box form field in PDF form of the PDF document
addComboBox(PdfPage, PdfFormComboBox) - Method in class com.evopdf.PdfForm
Creates a combo box field in PDF form
addElement(PageElement) - Method in class com.evopdf.Document
Adds a PDF page element to this document right after the last PDF element added to document or to a page
addElement(PageElement) - Method in class com.evopdf.ElementsRenderer
An abstract method to add a PDF page element to the elements renderer
addElement(PageElement) - Method in class com.evopdf.PdfFooterOptions
Add a PDF element to be rendered in footer by the HTML to PDF converter
addElement(PageElement) - Method in class com.evopdf.PdfHeaderOptions
Add a PDF element to be rendered in header by the HTML to PDF converter
addElement(PageElement) - Method in class com.evopdf.PdfPage
Add the given PDF element to this PDF page
addElement(PageElement) - Method in class com.evopdf.Template
Adds a PDF page element to this template repeated in each PDF page
addElement(PageElement, float) - Method in class com.evopdf.Document
Adds a PDF page element to this document at the given Y offset after the last PDF element added to document or to a page
addElement(PageElement, float, boolean, boolean, float, boolean, boolean) - Method in class com.evopdf.Document
Adds a PDF page element to this document at the given X and Y location in the PDF page where the last element rendering ended.
addElement(PageElement, float, boolean, float, boolean) - Method in class com.evopdf.Document
Adds a PDF page element to this document at the given X and Y location in the PDF page where the last element rendering ended.
addElement(PageElement, float, float) - Method in class com.evopdf.Document
Adds a PDF page element to this document at the given X offset and the given Y offset after the last PDF element added to document or to a page
AddElementToDocument - Enum constant in enum com.evopdf.DocumentOpType
 
AddElementToPage - Enum constant in enum com.evopdf.DocumentOpType
 
addEndDocument(byte[]) - Method in class com.evopdf.PdfDocumentOptions
Adds a PDF document from the given stream after the result of HTML to PDF conversion.
addEndDocument(byte[], boolean, boolean, boolean) - Method in class com.evopdf.PdfDocumentOptions
Adds a PDF document from the given stream after the result of HTML to PDF conversion
addEndDocument(String) - Method in class com.evopdf.PdfDocumentOptions
Adds a PDF document from the given file after the result of HTML to PDF conversion.The header and footer are not applied to the PDF documents added by this method.
addEndDocument(String, boolean, boolean, boolean) - Method in class com.evopdf.PdfDocumentOptions
Adds a PDF document from the given file after the result of HTML to PDF conversion
addFileAttachment(byte[], String) - Method in class com.evopdf.Document
Adds an attachment with the given name from binary data to this PDF document
addFileAttachment(byte[], String, String) - Method in class com.evopdf.Document
Adds an attachment with the given name and a given description from binary data to this PDF document
addFileAttachment(String) - Method in class com.evopdf.Document
Adds an attachment a given file to this PDF document
addFileAttachment(String, String) - Method in class com.evopdf.Document
Adds an attachment a given file and given description to this PDF document
AddFileAttachment - Enum constant in enum com.evopdf.DocumentOpType
 
AddFooter - Enum constant in enum com.evopdf.DocumentOpType
 
addFooterTemplate(float) - Method in class com.evopdf.Document
Adds a footer with the given height to document
addFormField(PdfFormField) - Method in class com.evopdf.Document
Adds a form field to this document right after the last PDF element added to document or to a page
addFormField(PdfFormField, float) - Method in class com.evopdf.Document
Adds a form field to this document at the given Y offset after the last PDF element added to document or to a page
addFormField(PdfFormField, float, boolean, boolean, float, boolean, boolean) - Method in class com.evopdf.Document
Adds a form field to this document at the given X and Y location in the PDF page where the last element rendering ended.
addFormField(PdfFormField, float, boolean, float, boolean) - Method in class com.evopdf.Document
Adds a form field to this document at the given X and Y location in the PDF page where the last element rendering ended.
addFormField(PdfFormField, float, float) - Method in class com.evopdf.Document
Adds a form field to this document at the given X offset and the given Y offset after the last PDF element added to document or to a page
AddFormField - Enum constant in enum com.evopdf.DocumentOpType
 
AddHeader - Enum constant in enum com.evopdf.DocumentOpType
 
addHeaderTemplate(float) - Method in class com.evopdf.Document
Adds a header with the given height to document
addLineSegment(PointFloat) - Method in class com.evopdf.PathElement
Adds a line to path
addListBox(PdfPage, PdfFormListBox) - Method in class com.evopdf.PdfForm
Creates a list box field in PDF form
addPage() - Method in class com.evopdf.Document
Creates a new PDF page and adds it to the collection.
addPage(PdfMargins) - Method in class com.evopdf.Document
Creates a new PDF page and adds it to the collection.
addPage(PdfPageSize, PdfMargins) - Method in class com.evopdf.Document
Creates a new PDF page and adds it to the collection.
addPage(PdfPageSize, PdfMargins, PdfPageOrientation) - Method in class com.evopdf.Document
Creates a new PDF page with the specified size, margins and orientation and adds it to the collection
addPage(PdfPageSize, PdfMargins, PdfPageOrientation, RotationAngle) - Method in class com.evopdf.Document
Creates a new PDF page with the specified size, margins and orientation and adds it to the collection
AddPage - Enum constant in enum com.evopdf.DocumentOpType
 
addRadioButton(PdfFormRadioButton) - Method in class com.evopdf.PdfFormRadioButtonsGroup
Adds a radio button field to this document right after the last PDF element added to document or to a page
addRadioButton(PdfFormRadioButton, float) - Method in class com.evopdf.PdfFormRadioButtonsGroup
Adds a radio button field to this document at the given Y offset after the last PDF element added to document or to a page
addRadioButton(PdfFormRadioButton, float, boolean, boolean, float, boolean, boolean) - Method in class com.evopdf.PdfFormRadioButtonsGroup
Adds a radio button field to this document at the given X and Y location in the PDF page where the last element rendering ended.
addRadioButton(PdfFormRadioButton, float, boolean, float, boolean) - Method in class com.evopdf.PdfFormRadioButtonsGroup
Adds a radio button field to this document at the given X and Y location in the PDF page where the last element rendering ended.
addRadioButton(PdfFormRadioButton, float, float) - Method in class com.evopdf.PdfFormRadioButtonsGroup
Adds a radio button field to this document at the given X offset and the given Y offset after the last PDF element added to document or to a page
addRadioButton(PdfPage, PdfFormRadioButton) - Method in class com.evopdf.PdfFormRadioButtonsGroup
Creates a radio button with given box and the given name in the given PDF page
addRadioButtonsGroup(PdfPage, PdfFormRadioButtonsGroup) - Method in class com.evopdf.PdfForm
Creates a group of radio buttons in PDF form
addStartDocument(byte[]) - Method in class com.evopdf.PdfDocumentOptions
Adds a PDF document from the given stream before the result of HTML to PDF conversion.
addStartDocument(byte[], boolean, boolean, boolean) - Method in class com.evopdf.PdfDocumentOptions
Adds a PDF document from the given stream before the result of HTML to PDF conversion
addStartDocument(InputStream, boolean, boolean, boolean) - Method in class com.evopdf.PdfDocumentTableOfContents
Adds a PDF document from the given stream before the table of contents
addStartDocument(String) - Method in class com.evopdf.PdfDocumentOptions
Adds a PDF document from the given file before the result of HTML to PDF conversion.
addStartDocument(String, boolean, boolean, boolean) - Method in class com.evopdf.PdfDocumentOptions
Adds a PDF document from the given file before the result of HTML to PDF conversion
addStartDocument(String, boolean, boolean, boolean) - Method in class com.evopdf.PdfDocumentTableOfContents
Adds a PDF document from the given file before the table of contents conversion
addTemplate(float, float) - Method in class com.evopdf.Document
Adds a new template with the specified width and height to the document templates collection.
addTemplate(float, float, float, float) - Method in class com.evopdf.Document
Adds a new template with the specified bounds to the document templates collection
addTextBox(PdfPage, PdfFormTextBox) - Method in class com.evopdf.PdfForm
Creates a text box form field in PDF form of the PDF document
AES - Enum constant in enum com.evopdf.EncryptionAlgorithm
AES encryption algorithm
ALICE_BLUE - Static variable in class com.evopdf.RgbColor
The predefined alice blue color
allowDefaultTitle() - Method in class com.evopdf.PdfBookmarkOptions
Gets the flag indicating if the HTML elements without text can be bookmarked
allowMultiSelect() - Method in class com.evopdf.PdfFormComboBox
Gets the flag indicating if it is allowed to have multiple selections in list box
allowMultiSelect() - Method in class com.evopdf.PdfFormListBox
Gets the flag indicating if it is allowed to have multiple selections in list box
anchoring() - Method in class com.evopdf.Template
Gets the template anchoring inside the PDF page
ANTIQUE_WHITE - Static variable in class com.evopdf.RgbColor
The predefined antique white color
appendDocument(byte[]) - Method in class com.evopdf.Document
Appends the PDF document given as parameter to the current document
appendDocument(byte[], boolean, boolean, boolean) - Method in class com.evopdf.Document
Appends the PDF document given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
appendDocument(byte[], String) - Method in class com.evopdf.Document
Appends the password protected PDF document given as parameter to the current document
appendDocument(byte[], String, boolean, boolean, boolean) - Method in class com.evopdf.Document
Appends the password protected PDF document given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
appendDocument(String) - Method in class com.evopdf.Document
Appends the PDF file given as parameter to this document
appendDocument(String, boolean, boolean, boolean) - Method in class com.evopdf.Document
Appends the PDF file given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
appendDocument(String, String) - Method in class com.evopdf.Document
Appends the password protected PDF file given as parameter to this document
appendDocument(String, String, boolean, boolean, boolean) - Method in class com.evopdf.Document
Appends the password protected PDF file given as parameter to the current document and optionally applies the current document header and footer to the appended document pages
AppendDocument - Enum constant in enum com.evopdf.DocumentOpType
 
ArchA - Static variable in class com.evopdf.PdfPageSize
Represents the ArchA size of a PDF page
ArchB - Static variable in class com.evopdf.PdfPageSize
Represents the ArchB size of a PDF page
ArchC - Static variable in class com.evopdf.PdfPageSize
Represents the ArchC size of a PDF page
ArchD - Static variable in class com.evopdf.PdfPageSize
Represents the ArchD size of a PDF page
ArchE - Static variable in class com.evopdf.PdfPageSize
Represents the ArchE size of a PDF page
authenticationOptions() - Method in class com.evopdf.HtmlToImageConverter
This property can be set with an username and a password in order to authenticate to the web server before accessing the URL to be converted They can be used for example to resolve the IIS Integrated Windows Authentication or other types of IIS authentication
authenticationOptions() - Method in class com.evopdf.HtmlToImageElement
This property can be set with an username and a password in order to authenticate to the web server before accessing the URL to be converted They can be used for example to resolve the IIS Integrated Windows Authentication or other types of IIS authentication
authenticationOptions() - Method in class com.evopdf.HtmlToPdfConverter
This property can be set with an username and a password in order to authenticate to the web server before accessing the URL to be converted in HTML to PDF Converter.
authenticationOptions() - Method in class com.evopdf.HtmlToPdfElement
This property can be set with an username and a password in order to authenticate to the web server before accessing the URL to be converted in HTML to PDF Converter.
authenticationOptions() - Method in class com.evopdf.HtmlToSvgConverter
This property can be set with an username and a password in order to authenticate to the web server before accessing the URL to be converted They can be used for example to resolve the IIS Integrated Windows Authentication or other types of IIS authentication
AuthenticationOptions - Class in com.evopdf
Authentication options for accessing a URL in HTML to PDF converter like Integrated Windows Authentication in IIS.
AuthenticationOptions() - Constructor for class com.evopdf.AuthenticationOptions
 
authorName() - Method in class com.evopdf.PdfDocumentInfo
Gets the name of the author of the PDF document generated by the HTML to PDF converter
Auto - Enum constant in enum com.evopdf.TriggeringMode
The conversion will start automatically after the page was loaded in converter.
AUTO_HTML_VIEWER_HEIGHT_PX - Static variable in class com.evopdf.HtmlToImageElement
The default virtual browser height in pixels is set to autodetect the HTML content height
AUTO_HTML_VIEWER_HEIGHT_PX - Static variable in class com.evopdf.HtmlToPdfElement
The default virtual browser height in pixels is set to autodetect the HTML content height.
AUTO_PDF_HEIGHT_POINTS - Static variable in class com.evopdf.HtmlToImageElement
The default width in PDF of the element is set to available width in PDF page.
AUTO_PDF_HEIGHT_POINTS - Static variable in class com.evopdf.HtmlToPdfElement
The default width in PDF of the element is set to available width in PDF page.
autoBookmarksEnabled() - Method in class com.evopdf.PdfBookmarkOptions
Gets the flag indicating if the automatic creation of bookmarks in PDF for the H1 to H6 HTML elements is enabled or not
Automatic - Enum constant in enum com.evopdf.ImpersonationLogonMode
Automatic logon
autoPdfFormEnabled() - Method in class com.evopdf.PdfFormOptions
Gets the flag indicating if the HTML form elements like text boxes, checkboxes, radio buttons and submit buttons are automatically converted to PDF form fields in the generated PDF document
autoSizePdfPage() - Method in class com.evopdf.PdfDocumentOptions
Gets the flag indicating if the HTML to PDF converter will automatically calculate the PDF page size such that all the HTML content will be visible in the resulted PDF document.
autoTocItemsEnabled() - Method in class com.evopdf.TableOfContentsOptions
Gets the flag indicating if the automatic creation of a table of contents items for the H1 to H6 HTML elements is enabled or not
AVAILABLE_PDF_WIDTH_POINTS - Static variable in class com.evopdf.HtmlToImageElement
The default width in PDF of the element is set to available width in PDF page.
AVAILABLE_PDF_WIDTH_POINTS - Static variable in class com.evopdf.HtmlToPdfElement
The default width in PDF of the element is set to available width in PDF page.
avoidHtmlElementsBreakSelectors() - Method in class com.evopdf.HtmlToImageElement
Gets the CSS selectors of the HTML elements to not be broken between PDF pages if possible.
avoidHtmlElementsBreakSelectors() - Method in class com.evopdf.HtmlToPdfElement
Gets the CSS selectors of the HTML elements to not be broken between PDF pages if possible
avoidHtmlElementsBreakSelectors() - Method in class com.evopdf.PdfDocumentOptions
Gets the CSS selectors of the HTML elements to not be broken between PDF pages if possible.
avoidImageBreak() - Method in class com.evopdf.HtmlToImageElement
Gets the flag indicating if converter will try to avoid cutting off the images between PDF pages
avoidImageBreak() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the HTML to PDF converter will try to avoid cutting off the images between PDF pages
avoidImageBreak() - Method in class com.evopdf.PdfDocumentOptions
Gets the flag indicating if the HTML to PDF converter will try to avoid cutting off the images between PDF pages.
avoidTextBreak() - Method in class com.evopdf.HtmlToPdfElement
Gets the flag indicating if the HTML to PDF converter will try to avoid cutting off the text between PDF pages
avoidTextBreak() - Method in class com.evopdf.PdfDocumentOptions
Gets the flag indicating if the HTML to PDF converter will try to avoid cutting off the text between PDF pages.
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values