HtmlToPdfClient |
HtmlToPdfClient.setBackgroundColor(java.lang.String backgroundColor) |
Specify the background color of the PDF page in RGB html format.
|
HtmlToPdfClient |
HtmlToPdfClient.setConversionDelay(int delay) |
Introduce a delay (in seconds) before the actual conversion to allow the web page to fully load.
|
HtmlToPdfClient |
HtmlToPdfClient.setCookies(java.util.HashMap<java.lang.String,java.lang.String> cookies) |
Set HTTP cookies for the web page being converted.
|
HtmlToPdfClient |
HtmlToPdfClient.setCustomParameter(java.lang.String parameterName,
java.lang.String parameterValue) |
Set a custom parameter.
|
HtmlToPdfClient |
HtmlToPdfClient.setDisableExternalLinks(java.lang.Boolean disableExternalLinks) |
Do not create external links in the PDF.
|
HtmlToPdfClient |
HtmlToPdfClient.setDisableInternalLinks(java.lang.Boolean disableInternalLinks) |
Do not create internal links in the PDF.
|
HtmlToPdfClient |
HtmlToPdfClient.setDisableJavascript(java.lang.Boolean disableJavascript) |
Do not run JavaScript in web pages.
|
HtmlToPdfClient |
HtmlToPdfClient.setDocAddCreationDate(java.lang.Boolean docAddCreationDate) |
Add the date and time when the PDF document was created to the PDF document information.
|
HtmlToPdfClient |
HtmlToPdfClient.setDocAuthor(java.lang.String docAuthor) |
Set the name of the PDF document author.
|
HtmlToPdfClient |
HtmlToPdfClient.setDocKeywords(java.lang.String docKeywords) |
Set the PDF document keywords.
|
HtmlToPdfClient |
HtmlToPdfClient.setDocSubject(java.lang.String docSubject) |
Set the subject of the PDF document.
|
HtmlToPdfClient |
HtmlToPdfClient.setDocTitle(java.lang.String docTitle) |
Set the PDF document title.
|
HtmlToPdfClient |
HtmlToPdfClient.setDrawHtmlBackground(java.lang.Boolean drawHtmlBackground) |
Set a flag indicating if the web page background is rendered in PDF.
|
HtmlToPdfClient |
HtmlToPdfClient.setFooterBaseUrl(java.lang.String baseUrl) |
Set an optional base url parameter can be used together with the footer HTML to resolve relative paths from the html string.
|
HtmlToPdfClient |
HtmlToPdfClient.setFooterDisplayOnEvenPages(java.lang.Boolean displayOnEvenPages) |
Control the visibility of the footer on the even numbered pages of the generated pdf document.
|
HtmlToPdfClient |
HtmlToPdfClient.setFooterDisplayOnFirstPage(java.lang.Boolean displayOnFirstPage) |
Control the visibility of the footer on the first page of the generated pdf document.
|
HtmlToPdfClient |
HtmlToPdfClient.setFooterDisplayOnLastPage(java.lang.Boolean displayOnLastPage) |
Add a special footer on the last page of the generated pdf document only.
|
HtmlToPdfClient |
HtmlToPdfClient.setFooterDisplayOnOddPages(java.lang.Boolean displayOnOddPages) |
Control the visibility of the footer on the odd numbered pages of the generated pdf document.
|
HtmlToPdfClient |
HtmlToPdfClient.setFooterHeight(int height) |
The height of the pdf document footer.
|
HtmlToPdfClient |
HtmlToPdfClient.setFooterHtml(java.lang.String html) |
Set the raw html that is converted and rendered in the pdf document footer.
|
HtmlToPdfClient |
HtmlToPdfClient.setFooterUrl(java.lang.String url) |
Set the url of the web page that is converted and rendered in the PDF document footer.
|
HtmlToPdfClient |
HtmlToPdfClient.setFooterWebPageHeight(int footerWebPageHeight) |
Set the height in pixels used by the converter's internal browser window during the conversion of the footer content.
|
HtmlToPdfClient |
HtmlToPdfClient.setFooterWebPageWidth(int footerWebPageWidth) |
Set the width in pixels used by the converter's internal browser window during the conversion of the footer content.
|
HtmlToPdfClient |
HtmlToPdfClient.setHeaderBaseUrl(java.lang.String baseUrl) |
Set an optional base url parameter can be used together with the header HTML to resolve relative paths from the html string.
|
HtmlToPdfClient |
HtmlToPdfClient.setHeaderDisplayOnEvenPages(java.lang.Boolean displayOnEvenPages) |
Control the visibility of the header on the even numbered pages of the generated pdf document.
|
HtmlToPdfClient |
HtmlToPdfClient.setHeaderDisplayOnFirstPage(java.lang.Boolean displayOnFirstPage) |
Control the visibility of the header on the first page of the generated pdf document.
|
HtmlToPdfClient |
HtmlToPdfClient.setHeaderDisplayOnOddPages(java.lang.Boolean displayOnOddPages) |
Control the visibility of the header on the odd numbered pages of the generated pdf document.
|
HtmlToPdfClient |
HtmlToPdfClient.setHeaderHeight(int height) |
The height of the pdf document header.
|
HtmlToPdfClient |
HtmlToPdfClient.setHeaderHtml(java.lang.String html) |
Set the raw html that is converted and rendered in the pdf document header.
|
HtmlToPdfClient |
HtmlToPdfClient.setHeaderUrl(java.lang.String url) |
Set the url of the web page that is converted and rendered in the PDF document header.
|
HtmlToPdfClient |
HtmlToPdfClient.setHeaderWebPageHeight(int headerWebPageHeight) |
Set the height in pixels used by the converter's internal browser window during the conversion of the header content.
|
HtmlToPdfClient |
HtmlToPdfClient.setHeaderWebPageWidth(int headerWebPageWidth) |
Set the width in pixels used by the converter's internal browser window during the conversion of the header content.
|
HtmlToPdfClient |
HtmlToPdfClient.setKeepImagesTogether(java.lang.Boolean keepImagesTogether) |
Avoid breaking images between PDF pages.
|
HtmlToPdfClient |
HtmlToPdfClient.setMarginBottom(int marginBottom) |
Set bottom margin of the PDF pages.
|
HtmlToPdfClient |
HtmlToPdfClient.setMarginLeft(int marginLeft) |
Set left margin of the PDF pages.
|
HtmlToPdfClient |
HtmlToPdfClient.setMarginRight(int marginRight) |
Set right margin of the PDF pages.
|
HtmlToPdfClient |
HtmlToPdfClient.setMargins(int margin) |
Set all margins of the PDF pages to the same value.
|
HtmlToPdfClient |
HtmlToPdfClient.setMarginTop(int marginTop) |
Set top margin of the PDF pages.
|
HtmlToPdfClient |
HtmlToPdfClient.setMaxLoadTime(int maxLoadTime) |
Set the maximum amount of time (in seconds) that the convert will wait for the page to load.
|
HtmlToPdfClient |
HtmlToPdfClient.setMinLoadTime(int minLoadTime) |
Introduce a delay (in seconds) before the actual conversion to allow the web page to fully load.
|
HtmlToPdfClient |
HtmlToPdfClient.setNavigationTimeout(int timeout) |
Set the maximum amount of time (in seconds) that the convert will wait for the page to load.
|
HtmlToPdfClient |
HtmlToPdfClient.setOwnerPassword(java.lang.String ownerPassword) |
Set PDF owner password.
|
HtmlToPdfClient |
HtmlToPdfClient.setPageBreaksEnhancedAlgorithm(java.lang.Boolean enableEnhancedPageBreaksAlgorithm) |
Get or set a flag indicating if an enhanced custom page breaks algorithm is used.
|
HtmlToPdfClient |
HtmlToPdfClient.setPageHeight(int pageHeight) |
Set PDF page height in points.
|
HtmlToPdfClient |
HtmlToPdfClient.setPageNumbersAlignment(ApiEnums.PageNumbersAlignment alignment) |
Set the alignment of the page numbers text.
|
HtmlToPdfClient |
HtmlToPdfClient.setPageNumbersColor(java.lang.String color) |
Specify the color of the page numbers text in #RRGGBB html format.
|
HtmlToPdfClient |
HtmlToPdfClient.setPageNumbersFirst(int firstPageNumber) |
Control the page number for the first page being rendered.
|
HtmlToPdfClient |
HtmlToPdfClient.setPageNumbersFontName(java.lang.String fontName) |
Set the font used to display the page numbers text.
|
HtmlToPdfClient |
HtmlToPdfClient.setPageNumbersFontSize(int fontSize) |
Set the size of the font used to display the page numbers.
|
HtmlToPdfClient |
HtmlToPdfClient.setPageNumbersOffset(int totalPagesOffset) |
Control the total number of pages offset in the generated pdf document.
|
HtmlToPdfClient |
HtmlToPdfClient.setPageNumbersTemplate(java.lang.String template) |
Set the text that is used to display the page numbers.
|
HtmlToPdfClient |
HtmlToPdfClient.setPageNumbersVerticalPosition(int position) |
Specify the position in points on the vertical where the page numbers text is displayed in the footer.
|
HtmlToPdfClient |
HtmlToPdfClient.setPageOrientation(ApiEnums.PageOrientation pageOrientation) |
Set PDF page orientation.
|
HtmlToPdfClient |
HtmlToPdfClient.setPageSize(ApiEnums.PageSize pageSize) |
Set PDF page size.
|
HtmlToPdfClient |
HtmlToPdfClient.setPageWidth(int pageWidth) |
Set PDF page width in points.
|
HtmlToPdfClient |
HtmlToPdfClient.setPdfBookmarksSelectors(java.lang.String selectors) |
Generate automatic bookmarks in pdf.
|
HtmlToPdfClient |
HtmlToPdfClient.setPdfHideElements(java.lang.String selectors) |
Exclude page elements from the conversion.
|
HtmlToPdfClient |
HtmlToPdfClient.setPdfName(java.lang.String pdfName) |
Specify the name of the pdf document that will be created.
|
HtmlToPdfClient |
HtmlToPdfClient.setPdfShowOnlyElementID(java.lang.String elementID) |
Convert only a specific section of the web page to pdf.
|
HtmlToPdfClient |
HtmlToPdfClient.setPdfWebElementsSelectors(java.lang.String selectors) |
Get the locations of page elements from the conversion.
|
HtmlToPdfClient |
HtmlToPdfClient.setRenderingEngine(ApiEnums.RenderingEngine renderingEngine) |
Set the rendering engine used for the HTML to PDF conversion.
|
HtmlToPdfClient |
HtmlToPdfClient.setRenderOnTimeout(java.lang.Boolean renderOnTimeout) |
Try to render the PDF even in case of the web page loading timeout.
|
HtmlToPdfClient |
HtmlToPdfClient.setScaleImages(java.lang.Boolean scaleImages) |
Set a flag indicating if the images from the page are scaled during the conversion process.
|
HtmlToPdfClient |
HtmlToPdfClient.setSecureProtocol(ApiEnums.SecureProtocol secureProtocol) |
Set the protocol used for secure (HTTPS) connections.
|
HtmlToPdfClient |
HtmlToPdfClient.setShowFooter(java.lang.Boolean showFooter) |
Control if a custom footer is displayed in the generated PDF document.
|
HtmlToPdfClient |
HtmlToPdfClient.setShowHeader(java.lang.Boolean showHeader) |
Control if a custom header is displayed in the generated PDF document.
|
HtmlToPdfClient |
HtmlToPdfClient.setShowPageNumbers(java.lang.Boolean showPageNumbers) |
Show page numbers.
|
HtmlToPdfClient |
HtmlToPdfClient.setSinglePagePdf(java.lang.Boolean generateSinglePagePdf) |
Generate a single page PDF.
|
HtmlToPdfClient |
HtmlToPdfClient.setSkipDecoding(java.lang.Boolean skipDecoding) |
Internal use only.
|
HtmlToPdfClient |
HtmlToPdfClient.setStartupMode(ApiEnums.StartupMode startupMode) |
Set converter startup mode.
|
HtmlToPdfClient |
HtmlToPdfClient.setUseCssPrint(java.lang.Boolean useCssPrint) |
Specify if the CSS Print media type is used instead of the Screen media type.
|
HtmlToPdfClient |
HtmlToPdfClient.setUserPassword(java.lang.String userPassword) |
Set PDF user password.
|
HtmlToPdfClient |
HtmlToPdfClient.setViewerCenterWindow(java.lang.Boolean viewerCenterWindow) |
Set a flag specifying whether to position the document's window in the center of the screen.
|
HtmlToPdfClient |
HtmlToPdfClient.setViewerDisplayDocTitle(java.lang.Boolean viewerDisplayDocTitle) |
Set a flag specifying whether the window's title bar should display the document title taken from document information.
|
HtmlToPdfClient |
HtmlToPdfClient.setViewerFitWindow(java.lang.Boolean viewerFitWindow) |
Set a flag specifying whether to resize the document's window to fit the size of the first displayed page.
|
HtmlToPdfClient |
HtmlToPdfClient.setViewerHideMenuBar(java.lang.Boolean viewerHideMenuBar) |
Set a flag specifying whether to hide the pdf viewer application's menu bar when the document is active.
|
HtmlToPdfClient |
HtmlToPdfClient.setViewerHideToolbar(java.lang.Boolean viewerHideToolbar) |
Set a flag specifying whether to hide the pdf viewer application's tool bars when the document is active.
|
HtmlToPdfClient |
HtmlToPdfClient.setViewerHideWindowUI(java.lang.Boolean viewerHideWindowUI) |
Set a 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.
|
HtmlToPdfClient |
HtmlToPdfClient.setViewerPageLayout(ApiEnums.PageLayout pageLayout) |
Set the page layout to be used when the document is opened in a PDF viewer.
|
HtmlToPdfClient |
HtmlToPdfClient.setViewerPageMode(ApiEnums.PageMode pageMode) |
Set the document page mode when the pdf document is opened in a PDF viewer.
|
HtmlToPdfClient |
HtmlToPdfClient.setWebPageHeight(int webPageHeight) |
Set the height used by the converter's internal browser window in pixels.
|
HtmlToPdfClient |
HtmlToPdfClient.setWebPageWidth(int webPageWidth) |
Set the width used by the converter's internal browser window in pixels.
|