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

H

HalfLetter - Static variable in class com.evopdf.PdfPageSize
Represents the HalfLetter size of a PDF page
HanyangSystemsGothicMedium - Enum constant in enum com.evopdf.StandardCJKFont
Hanyang Systems Gothic Medium Korean font
HanyangSystemsShinMyeongJoMedium - Enum constant in enum com.evopdf.StandardCJKFont
Hanyang Systems Shin MyeongJo Medium Korean font
HardLight - Enum constant in enum com.evopdf.Blending
Multiplies or screens the colors, depending on the source color value.
header() - Method in class com.evopdf.Document
Represents the default PDF document header template.
headerBackColor() - Method in class com.evopdf.PdfHeaderOptions
Gets the background color of the header
headerHeight() - Method in class com.evopdf.PdfHeaderOptions
Gets the height in points of the header.
height() - Method in class com.evopdf.EllipseArcElement
Gets the height of the rectangle enclosing the ellipse
height() - Method in class com.evopdf.EllipseSliceElement
Gets the height of the rectangle enclosing the ellipse
height() - Method in class com.evopdf.HtmlToImageElement
Gets the height in points of the destination rectangle in PDF page where the HTML content is rendered
height() - Method in class com.evopdf.HtmlToPdfElement
Gets the height in points of the destination rectangle in PDF page where the HTML content is rendered
height() - Method in class com.evopdf.PdfDocumentOptions
Gets the height in points of the destination rectangle in PDF page where the HTML content is rendered.
height() - Method in class com.evopdf.PdfPageSize
Gets the page height
height() - Method in class com.evopdf.RectangleElement
Gets the rectangle height
height() - Method in class com.evopdf.RectangleFloat
Gets the rectangle height
height() - Method in class com.evopdf.SizeFloat
Gets the height
height() - Method in class com.evopdf.Template
Gets template height for a custom template
height() - Method in class com.evopdf.TextElement
Gets the height of destination rectangle in PDF where this text element will be rendered
HeiseiKakuGothicW5 - Enum constant in enum com.evopdf.StandardCJKFont
Heisei Kaku Gothic W5 Japanese font
HeiseiMinchoW3 - Enum constant in enum com.evopdf.StandardCJKFont
Heisei Mincho W3 Japanese font
Help - Enum constant in enum com.evopdf.TextNoteIcon
 
Helvetica - Enum constant in enum com.evopdf.StdFontBaseFamily
Helvetica
HelveticaBold - Enum constant in enum com.evopdf.StdFontBaseFamily
Helvetica Bold
HelveticaBoldOblique - Enum constant in enum com.evopdf.StdFontBaseFamily
Helvetica Bold Oblique
HelveticaOblique - Enum constant in enum com.evopdf.StdFontBaseFamily
Helvetica Oblique
hiddenHtmlElementsSelectors() - Method in class com.evopdf.HtmlToPdfConverter
Gets the CSS selectors of the HTML elements to be excluded from rendering during HTML to PDF conversion
hiddenHtmlElementsSelectors() - Method in class com.evopdf.HtmlToPdfElement
Gets the CSS selectors of the HTML elements to be excluded from rendering during HTML to PDF conversion
hideMenuBar() - Method in class com.evopdf.ViewerPreferences
Gets the flag specifying whether to hide the viewer application’s menu bar when the document is active when displaying the PDF document generated by the HTML to PDF converter
hideToolbar() - Method in class com.evopdf.ViewerPreferences
Gets the flag specifying whether to hide the viewer application’s tool bars when the document is active when displaying the PDF document generated by the HTML to PDF converter
hideWindowUI() - Method in class com.evopdf.ViewerPreferences
Gets the flag specifying whether to hide user interface elements in the document’s window (such as scroll bars and navigation controls), leaving only the document’s contents displayed when displaying the PDF document generated by the HTML to PDF converter
hierarchicalBookmarks() - Method in class com.evopdf.PdfBookmarkOptions
Gets the flag indicating if the bookmarks created in PDF for the HTML elements are arranged in a hierarchy based on the bookmark levels defined in HTML
Horizontal - Enum constant in enum com.evopdf.GradientDirection
Horizontal gradient from left to right
HorizontalTextAlign - Enum in com.evopdf
This enumeration contains the possible values of the horizontal alignment of the text in PDF documents
hostName() - Method in class com.evopdf.ProxyOptions
Gets the host name of the proxy host
hour() - Method in class com.evopdf.DateAndTime
Gets the hour
html() - Method in class com.evopdf.HtmlToImageElement
Gets the HTML string to be converted to PDF
html() - Method in class com.evopdf.HtmlToPdfElement
Gets the HTML string to be converted to PDF
html() - Method in class com.evopdf.HtmlToPdfVariableElement
Gets the variable HTML String to be converted to PDF
htmlContentSizePixels() - Method in class com.evopdf.ConversionSummary
The size of the converted HTML content in pixels
htmlContentSizePoints() - Method in class com.evopdf.ConversionSummary
Gets the size of the HTML content in points.
htmlContentWidthResizeFactor() - Method in class com.evopdf.ConversionSummary
The factor used to resize the HTML content when rendered in the PDF document.
htmlDocAuthor() - Method in class com.evopdf.HtmlDocumentInfo
Gets the author of the converted HTML document
htmlDocDescription() - Method in class com.evopdf.HtmlDocumentInfo
Gets the description of the converted HTML document
htmlDocKeywords() - Method in class com.evopdf.HtmlDocumentInfo
Gets the keywords of the converted HTML document
htmlDocSubject() - Method in class com.evopdf.HtmlDocumentInfo
Gets the subject of the converted HTML document
htmlDocTitle() - Method in class com.evopdf.HtmlDocumentInfo
Gets the title of the converted HTML document
htmlDocumentInfo() - Method in class com.evopdf.HtmlToImageElement
Gets an object populated after conversion with the title, keywords, and description of the converted HTML document
htmlDocumentInfo() - Method in class com.evopdf.HtmlToPdfConverter
Gets an object populated after conversion with the title, keywords, and description of the converted HTML document
htmlDocumentInfo() - Method in class com.evopdf.HtmlToPdfElement
Gets an object populated after conversion with the title, keywords, and description of the converted HTML document
HtmlDocumentInfo - Class in com.evopdf
This class encapsulates the information about a converted HTML document like title, keywords, description and subject
HtmlDocumentInfo() - Constructor for class com.evopdf.HtmlDocumentInfo
 
htmlElementAttributes() - Method in class com.evopdf.HtmlElementMapping
The attributes of the HTML element
htmlElementCssClassName() - Method in class com.evopdf.HtmlElementMapping
The CSS class name of the HTML element
htmlElementId() - Method in class com.evopdf.HtmlElementMapping
The ID in HTML of the HTML element
htmlElementInnerHtml() - Method in class com.evopdf.HtmlElementMapping
The HTML code between the HTML tags of the HTML element
HtmlElementMapping - Class in com.evopdf
Represents the mapping of a HTML element in the PDF document as collection of PDF rectangles.
HtmlElementMappingsCollection - Class in com.evopdf
Represents a collection of mappings of HTML elements in PDF
HtmlElementMappingsCollection() - Constructor for class com.evopdf.HtmlElementMappingsCollection
 
htmlElementOuterHtml() - Method in class com.evopdf.HtmlElementMapping
The HTML code of the HTML element
htmlElementSelectors() - Method in class com.evopdf.HtmlElementsMappingOptions
Gets the array containing the selectors of the HTML elements for which to retrieve position in PDF
htmlElementSelectors() - Method in class com.evopdf.PdfBookmarkOptions
Gets the array containing the selectors of the HTML elements to be bookmarked
htmlElementsMappingOptions() - Method in class com.evopdf.HtmlToImageElement
Gets a reference to the object that can be used to obtain the position in PDF of the HTML elements rendered by converter.
htmlElementsMappingOptions() - Method in class com.evopdf.HtmlToPdfConverter
Gets a reference to the object that can be used to obtain the position in PDF of the HTML elements rendered by the HTML to PDF converter.
htmlElementsMappingOptions() - Method in class com.evopdf.HtmlToPdfElement
Gets a reference to the object that can be used to obtain the position in PDF of the HTML elements rendered by the HTML to PDF converter.
HtmlElementsMappingOptions - Class in com.evopdf
Defines the necessary API to retrieve the positions in the generated PDF document for the HTML elements specified in a list.
HtmlElementsMappingOptions() - Constructor for class com.evopdf.HtmlElementsMappingOptions
 
htmlElementsMappingResult() - Method in class com.evopdf.HtmlElementsMappingOptions
Gets the mapping of the HTML elements selected by the HtmlElementsMappingOptions.htmlElementSelectors() selectors.
htmlElementTagName() - Method in class com.evopdf.HtmlElementMapping
The HTML tag name of the HTML element
htmlElementText() - Method in class com.evopdf.HtmlElementMapping
The text of the HTML element.
HtmlToImageConverter - Class in com.evopdf
This class offers the necessary methods to create a raster image from a web page at given URL or from a HTML string.
HtmlToImageConverter() - Constructor for class com.evopdf.HtmlToImageConverter
Constructs a HTML to Image converter which will connect to localhost on the default port
HtmlToImageConverter(boolean, String) - Constructor for class com.evopdf.HtmlToImageConverter
Constructs a HTML to Image converter which will connect to a web service URL
HtmlToImageConverter(int) - Constructor for class com.evopdf.HtmlToImageConverter
Constructs a HTML to Image converter which will connect to localhost on the specified port
HtmlToImageConverter(String) - Constructor for class com.evopdf.HtmlToImageConverter
Constructs a HTML to Image converter which will connect to the server specified by IP or by name on the default port
HtmlToImageConverter(String, int) - Constructor for class com.evopdf.HtmlToImageConverter
Constructs a HTML to Image converter which will connect to the server specified by IP or by name on the specified port
HtmlToImageElement - Class in com.evopdf
This class encapsulates a HTML to Image converter.
HtmlToImageElement(float, float, float, float, String) - Constructor for class com.evopdf.HtmlToImageElement
Creates an URL to image converter element at the specified x and y coordinates with the specified width and height
HtmlToImageElement(float, float, float, float, String, int, int) - Constructor for class com.evopdf.HtmlToImageElement
Creates a URL to image converter element at the specified x and y coordinates with the specified width and height using a document URL to resolve the internal links.
HtmlToImageElement(float, float, float, float, String, String) - Constructor for class com.evopdf.HtmlToImageElement
Creates a HTML string to image converter element at the specified x and y coordinates with the specified width and height using a base URL to resolve the external resources and a document URL to resolve the internal links
HtmlToImageElement(float, float, float, float, String, String, int, int) - Constructor for class com.evopdf.HtmlToImageElement
Creates a HTML string to image converter element at the specified x and y coordinates with the specified width and height using a base URL to resolve the external resources and a document URL to resolve the internal links.
HtmlToImageElement(float, float, float, String) - Constructor for class com.evopdf.HtmlToImageElement
Creates an URL to image converter element at the specified x and y coordinates with the specified width.
HtmlToImageElement(float, float, float, String, int) - Constructor for class com.evopdf.HtmlToImageElement
Creates an URL to image converter element at the specified x and y coordinates with the specified width.
HtmlToImageElement(float, float, float, String, String) - Constructor for class com.evopdf.HtmlToImageElement
Creates a HTML string to image converter element at the specified x and y coordinates with the specified width using a base URL to resolve the external resources and a document URL to resolve the internal links.
HtmlToImageElement(float, float, float, String, String, int) - Constructor for class com.evopdf.HtmlToImageElement
Creates a HTML string to image converter element at the specified x and y coordinates with the specified width using a base URL to resolve the external resources and a document URL to resolve the internal links.
HtmlToImageElement(float, float, String) - Constructor for class com.evopdf.HtmlToImageElement
Creates an URL to image converter element at the specified x and y coordinates in PDF page.
HtmlToImageElement(float, float, String, String) - Constructor for class com.evopdf.HtmlToImageElement
Creates a HTML string to image converter element at the specified x and y coordinates in PDF page using a base URL to resolve the external resources and a document URL to resolve the internal links.
HtmlToImageElement(String) - Constructor for class com.evopdf.HtmlToImageElement
Creates an URL to image converter element at the (0,0) location in PDF page.
HtmlToImageElement(String, String) - Constructor for class com.evopdf.HtmlToImageElement
Creates a HTML string to image converter element that will be rendered at the (0,0) location in PDF page using a base URL to resolve the external resources and a document URL to resolve the internal links.
HtmlToPdfConverter - Class in com.evopdf
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.
HtmlToPdfConverter() - Constructor for class com.evopdf.HtmlToPdfConverter
Constructs a HTML to PDF converter which will connect to localhost on the default port
HtmlToPdfConverter(boolean, String) - Constructor for class com.evopdf.HtmlToPdfConverter
Constructs a HTML to PDF converter which will connect to a web service URL
HtmlToPdfConverter(int) - Constructor for class com.evopdf.HtmlToPdfConverter
Constructs a HTML to PDF converter which will connect to localhost on the specified port
HtmlToPdfConverter(String) - Constructor for class com.evopdf.HtmlToPdfConverter
Constructs a HTML to PDF converter which will connect to the server specified by IP or by name on the default port
HtmlToPdfConverter(String, int) - Constructor for class com.evopdf.HtmlToPdfConverter
Constructs a HTML to PDF converter which will connect to the server specified by IP or by name on the specified port
HtmlToPdfElement - Class in com.evopdf
This class encapsulates a HTML to PDF converter functionality.
HtmlToPdfElement(float, float, float, float, String) - Constructor for class com.evopdf.HtmlToPdfElement
Creates an URL to PDF converter element at the specified x and y coordinates with the specified width and height
HtmlToPdfElement(float, float, float, float, String, int, int) - Constructor for class com.evopdf.HtmlToPdfElement
Creates a URL to PDF converter element at the specified x and y coordinates with the specified width and height using a document URL to resolve the internal links.
HtmlToPdfElement(float, float, float, float, String, String) - Constructor for class com.evopdf.HtmlToPdfElement
Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width and height using a base URL to resolve the external resources and a document URL to resolve the internal links
HtmlToPdfElement(float, float, float, float, String, String, int, int) - Constructor for class com.evopdf.HtmlToPdfElement
Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width and height using a base URL to resolve the external resources and a document URL to resolve the internal links.
HtmlToPdfElement(float, float, float, String) - Constructor for class com.evopdf.HtmlToPdfElement
Creates an URL to PDF converter element at the specified x and y coordinates with the specified width.
HtmlToPdfElement(float, float, float, String, int) - Constructor for class com.evopdf.HtmlToPdfElement
Creates an URL to PDF converter element at the specified x and y coordinates with the specified width.
HtmlToPdfElement(float, float, float, String, String) - Constructor for class com.evopdf.HtmlToPdfElement
Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width using a base URL to resolve the external resources and a document URL to resolve the internal links.
HtmlToPdfElement(float, float, float, String, String, int) - Constructor for class com.evopdf.HtmlToPdfElement
Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width using a base URL to resolve the external resources and a document URL to resolve the internal links.
HtmlToPdfElement(float, float, String) - Constructor for class com.evopdf.HtmlToPdfElement
Creates an URL to PDF converter element at the specified x and y coordinates in PDF page.
HtmlToPdfElement(float, float, String, String) - Constructor for class com.evopdf.HtmlToPdfElement
Creates a HTML string to PDF converter element at the specified x and y coordinates in PDF page using a base URL to resolve the external resources and a document URL to resolve the internal links.
HtmlToPdfElement(String) - Constructor for class com.evopdf.HtmlToPdfElement
Creates an URL to PDF converter element at the (0,0) location in PDF page.
HtmlToPdfElement(String, String) - Constructor for class com.evopdf.HtmlToPdfElement
Creates a HTML string to PDF converter element that will be rendered at the (0,0) location in PDF page using a base URL to resolve the external resources and a document URL to resolve the internal links.
HtmlToPdfVariableElement - Class in com.evopdf
This class encapsulates a HTML to PDF converter functionality.
HtmlToPdfVariableElement(float, float, float, float, String, String) - Constructor for class com.evopdf.HtmlToPdfVariableElement
Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width and height using a base URL to resolve the external resources and a document URL to resolve the internal links
HtmlToPdfVariableElement(float, float, float, float, String, String, int, int) - Constructor for class com.evopdf.HtmlToPdfVariableElement
Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width and height using a base URL to resolve the external resources and a document URL to resolve the internal links.
HtmlToPdfVariableElement(float, float, float, String, String) - Constructor for class com.evopdf.HtmlToPdfVariableElement
Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width using a base URL to resolve the external resources and a document URL to resolve the internal links.
HtmlToPdfVariableElement(float, float, float, String, String, int) - Constructor for class com.evopdf.HtmlToPdfVariableElement
Creates a HTML string to PDF converter element at the specified x and y coordinates with the specified width using a base URL to resolve the external resources and a document URL to resolve the internal links.
HtmlToPdfVariableElement(float, float, String, String) - Constructor for class com.evopdf.HtmlToPdfVariableElement
Creates a HTML string to PDF converter element at the specified x and y coordinates in PDF page using a base URL to resolve the external resources and a document URL to resolve the internal links.
HtmlToPdfVariableElement(String, String) - Constructor for class com.evopdf.HtmlToPdfVariableElement
Creates a HTML string to PDF converter element that will be rendered at the (0,0) location in PDF page using a base URL to resolve the external resources and a document URL to resolve the internal links.
HtmlToSvgConverter - Class in com.evopdf
This class offers the necessary methods to create a SVG document from a web page at given URL or from a HTML String.
HtmlToSvgConverter() - Constructor for class com.evopdf.HtmlToSvgConverter
Constructs a HTML to SVG converter which will connect to localhost on the default port
HtmlToSvgConverter(boolean, String) - Constructor for class com.evopdf.HtmlToSvgConverter
Constructs a HTML to SVG converter which will connect to a web service URL
HtmlToSvgConverter(int) - Constructor for class com.evopdf.HtmlToSvgConverter
Constructs a HTML to SVG converter which will connect to localhost on the specified port
HtmlToSvgConverter(String) - Constructor for class com.evopdf.HtmlToSvgConverter
Constructs a HTML to SVG converter which will connect to the server specified by IP or by name on the default port
HtmlToSvgConverter(String, int) - Constructor for class com.evopdf.HtmlToSvgConverter
Constructs a HTML to SVG converter which will connect to the server specified by IP or by name on the specified port
htmlViewerHeight() - Method in class com.evopdf.HtmlToImageConverter
Gets the HTML viewer height in pixels in the HTML to image converter
htmlViewerHeight() - Method in class com.evopdf.HtmlToImageElement
Gets the HTML viewer height in pixels in the HTML to image converter element.
htmlViewerHeight() - Method in class com.evopdf.HtmlToPdfConverter
Gets the HTML viewer height in pixels in the HTML to PDF Converter.
htmlViewerHeight() - Method in class com.evopdf.HtmlToPdfElement
Gets the HTML viewer height in pixels in the HTML to PDF converter element
htmlViewerHeight() - Method in class com.evopdf.HtmlToSvgConverter
Gets the HTML viewer height in pixels in the HTML to SVG converter
htmlViewerWidth() - Method in class com.evopdf.HtmlToImageConverter
Gets the preferred HTML viewer width in pixels in HTML to Image converter
htmlViewerWidth() - Method in class com.evopdf.HtmlToImageElement
Gets the preferred HTML viewer width in pixels in HTML to image converter element
htmlViewerWidth() - Method in class com.evopdf.HtmlToPdfConverter
Gets the preferred HTML viewer width in pixels in HTML to PDF converter.
htmlViewerWidth() - Method in class com.evopdf.HtmlToPdfElement
Gets the preferred HTML viewer width in pixels in HTML to PDF converter element
htmlViewerWidth() - Method in class com.evopdf.HtmlToSvgConverter
Gets the preferred HTML viewer width in pixels in HTML to SVG converter
htmlViewerZoom() - Method in class com.evopdf.HtmlToImageConverter
Gets the HTML viewer zoom percentage in HTML to Image Converter similar to zoom level in a browser
htmlViewerZoom() - Method in class com.evopdf.HtmlToImageElement
Gets the HTML viewer zoom percentage in HTML to Image element similar to zoom level in a browser
htmlViewerZoom() - Method in class com.evopdf.HtmlToPdfConverter
Gets the HTML viewer zoom percentage in HTML to PDF Converter similar to zoom level in a browser
htmlViewerZoom() - Method in class com.evopdf.HtmlToPdfElement
Gets the HTML viewer zoom percentage in HTML to PDF element similar to zoom level in a browser
htmlViewerZoom() - Method in class com.evopdf.HtmlToSvgConverter
Gets the HTML viewer zoom percentage in HTML to SVG Converter similar to zoom level in a browser
Http - Enum constant in enum com.evopdf.NetworkProxyType
HTTP transparent proxy
HttpCaching - Enum constant in enum com.evopdf.NetworkProxyType
HTTP caching proxy
httpPostFields() - Method in class com.evopdf.HtmlToImageConverter
Returns the collection of HTTP POST fields to be used when accessing a web page in converter.
httpPostFields() - Method in class com.evopdf.HtmlToImageElement
Returns the collection of HTTP POST fields to be used when accessing a web page in converter.
httpPostFields() - Method in class com.evopdf.HtmlToPdfConverter
Returns the collection of HTTP POST fields to be used when accessing a web page in HTML to PDF converter.
httpPostFields() - Method in class com.evopdf.HtmlToPdfElement
Returns the collection of HTTP POST fields to be used when accessing a web page in HTML to PDF converter.
httpPostFields() - Method in class com.evopdf.HtmlToSvgConverter
Returns the collection of HTTP POST fields to be used when accessing a web page in converter.
httpRequestCookies() - Method in class com.evopdf.HtmlToImageConverter
Gets a collection of custom HTTP cookies to be sent by converter to the web server when the web page to convert and the resources (image, css, etc) referenced by the web page are requested.
httpRequestCookies() - Method in class com.evopdf.HtmlToImageElement
Gets a collection of custom HTTP cookies to be sent by converter to the web server when the web page to convert and the resources (image, css, etc) referenced by the web page are requested.
httpRequestCookies() - Method in class com.evopdf.HtmlToPdfConverter
Gets a collection of custom HTTP cookies to be sent by the HTML to PDF converter to the web server when the web page to convert and the resources (image, css, etc) referenced by the web page are requested.
httpRequestCookies() - Method in class com.evopdf.HtmlToPdfElement
Gets a collection of custom HTTP cookies to be sent by the HTML to PDF converter to the web server when the web page to convert and the resources (image, css, etc) referenced by the web page are requested.
httpRequestCookies() - Method in class com.evopdf.HtmlToSvgConverter
Gets a collection of custom HTTP cookies to be sent by converter to the web server when the web page to convert and the resources (image, css, etc) referenced by the web page are requested.
httpRequestHeaders() - Method in class com.evopdf.HtmlToImageConverter
Gets a collection of custom HTTP headers to be sent by converter to the web server when the web page is requested from a URL.
httpRequestHeaders() - Method in class com.evopdf.HtmlToImageElement
Gets a collection of custom HTTP headers to be sent by converter to the web server when the web page is requested from a URL.
httpRequestHeaders() - Method in class com.evopdf.HtmlToPdfConverter
Gets a collection of custom HTTP headers to be sent by the HTML to PDF converter to the web server when the web page is requested from a URL.
httpRequestHeaders() - Method in class com.evopdf.HtmlToPdfElement
Gets a collection of custom HTTP headers to be sent by the HTML to PDF converter to the web server when the web page is requested from a URL.
httpRequestHeaders() - Method in class com.evopdf.HtmlToSvgConverter
Gets a collection of custom HTTP headers to be sent by converter to the web server when the web page is requested from a URL.
Hue - Enum constant in enum com.evopdf.Blending
Creates a color with the hue of the source color and the saturation and luminosity of the backdrop color.
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