FAQ
You can use the property background-size to resize background images: background-size: 100px 50px /* set size to 100 x 50 pixels */
background-size: 10...
Fri, 1 Mar, 2019 at 3:23 PM
To create rounded corners for borders, you can use the property border-radius, e.g.: border-radius: 0.2cm;
Fri, 1 Mar, 2019 at 3:25 PM
You can add images to the Page Margin Boxes as generated content by setting the image's URL as value of the content property. @page {
@top-left ...
Wed, 6 Mar, 2019 at 3:38 PM
There are two options to add HTML to header and footer boxes, either Running Elements or Running Documents. 1. Running Elements: Running Elements are e...
Wed, 6 Mar, 2019 at 3:38 PM
To reduce the memory consumption caused by converting documents referencing many or large images, set the processing preference PROCESSING_PREFERENCES_SAVE_...
Fri, 20 Dec, 2019 at 11:52 AM
After converting a document you can use the properties numberOfPagesLiteral and numberOfPages of the Result object to retrieve the number of pages of the fi...
Fri, 20 Dec, 2019 at 11:51 AM
Documents or other resources that are secured via Basic or Digest authentication can be accessed by setting authentication credentials for PDFreactor using ...
Fri, 20 Dec, 2019 at 11:51 AM
Using the configuration property requestHeaders, you can set request headers for all outgoing HTTP connections of PDFreactor, used to load the document and ...
Fri, 20 Dec, 2019 at 11:51 AM
A color transition of two and more colors can be added to elements using CSS gradients. CSS gradients are dynamically generated images used as backgrounds. ...
Wed, 6 Mar, 2019 at 3:40 PM
Text can be rotated and transformed via the transform CSS property, which makes moving, rotating and scaling document content possible. Note: 2D Transfo...
Fri, 1 Mar, 2019 at 3:58 PM