Use the print version of the page if available (@media print).
Do not print the background graphics.
Do not execute JavaScript.
Disable loading fonts from remote sources.
Use a mobile user agent.
It is available for API client version >= 5.3.0 and applicable for converter version >= 20.10.
More Pdfcrowd
versioning details.
Specifies how iframes are handled.
It is available for API client version >= 5.0.0 and applicable for converter version >= 20.10.
More Pdfcrowd
versioning details.
Possible values:
- "all" - All iframes are loaded.
- "same-origin" - Only iframes with the same origin as the main page are loaded.
- "none" - Iframe loading is disabled.
Try to block ads. Enabling this option can produce smaller output and speed up the conversion.
Set the default HTML content text encoding.
Set the locale for the conversion. This may affect the output format of dates, times and numbers.
It is available for API client version >= 5.0.0 and applicable for converter version >= 20.10.
More Pdfcrowd
versioning details.
Set the HTTP authentication user name.
Set the HTTP authentication password.
Set cookies that are sent in Pdfcrowd HTTP requests.
Do not allow insecure HTTPS connections.
Abort the conversion if the main URL HTTP status code is greater than or equal to 400.
Abort the conversion if any of the sub-request HTTP status code is greater than or equal to 400 or if some sub-requests are still pending. See details in a debug log.
Do not send the X-Pdfcrowd HTTP header in Pdfcrowd HTTP requests.
Run a custom JavaScript after the document is loaded and ready to print. The script is intended for post-load DOM manipulation (add/remove elements, update CSS, ...). In addition to the standard browser APIs, the custom JavaScript code can use helper functions from our
JavaScript library.
Run a custom JavaScript right after the document is loaded. The script is intended for early DOM manipulation (add/remove elements, update CSS, ...). In addition to the standard browser APIs, the custom JavaScript code can use helper functions from our
JavaScript library.
Set a custom HTTP header that is sent in Pdfcrowd HTTP requests.
A string containing the header name and value separated by a colon.
Wait the specified number of milliseconds to finish all JavaScript after the document is loaded. Your API license defines the maximum wait time by "Max Delay" parameter.
Must be a positive integer number or 0.
Convert only the specified element from the main document and its children. The element is specified by one or more
CSS selectors. If the element is not found, the conversion fails. If multiple elements are found, the first one is used.
Specify the DOM handling when only a part of the document is converted. This can affect the CSS rules used.
Possible values:
- "cut-out" - The element and its children are cut out of the document.
- "remove-siblings" - All element's siblings are removed.
- "hide-siblings" - All element's siblings are hidden.
Wait for the specified element in a source document. The element is specified by one or more
CSS selectors. The element is searched for in the main document and all iframes. If the element is not found, the conversion fails. Your API license defines the maximum wait time by "Max Delay" parameter.
The main HTML element for conversion is detected automatically.
It is available for API client version >= 5.5.0 and applicable for converter version >= 20.10.
More Pdfcrowd
versioning details.
The input HTML is automatically enhanced to improve the readability.
It is available for API client version >= 5.5.0 and applicable for converter version >= 20.10.
More Pdfcrowd
versioning details.
Possible values:
- "none" - No enhancements are used.
- "readability-v1" - Version 1 of the enhancements is used.
- "readability-v2" - Version 2 of the enhancements is used.
- "readability-v3" - Version 3 of the enhancements is used.
- "readability-v4" - Version 4 of the enhancements is used.