Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf.HTMLToPDFParams.Builder
-
Packages that use HTMLToPDFParams.Builder Package Description com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf Contains the param classes forHTMLToPDFJob
. -
-
Uses of HTMLToPDFParams.Builder in com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.htmltopdf that return HTMLToPDFParams.Builder Modifier and Type Method Description static HTMLToPDFParams.Builder
HTMLToPDFParams. htmltoPDFParamsBuilder()
Creates a newHTMLToPDFParams.Builder
.HTMLToPDFParams.Builder
HTMLToPDFParams.Builder. includeHeaderFooter(boolean includeHeaderFooter)
Sets the includeHeaderFooter parameter.HTMLToPDFParams.Builder
HTMLToPDFParams.Builder. withDataToMerge(org.json.JSONObject dataToMerge)
Sets the data to be used by the javascript in the source html file to manipulate the HTML DOM before it gets converted to PDF.HTMLToPDFParams.Builder
HTMLToPDFParams.Builder. withPageLayout(PageLayout pageLayout)
Sets the pageLayout parameter.
-