FAQ
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
This can be archived by using :-ro-nth(An+B) pseudo-class with A being -1 and B being the number of pages that should be selected. Example: Select the ...
Fri, 1 Mar, 2019 at 4:00 PM
Manipulating the page order or removing pages from the generated PDF can be done by using the pageOrder configuration property with an appropriate page orde...
Wed, 6 Mar, 2019 at 3:41 PM
The configuration property conversionName can be used to specify a user-defined name for the conversion. The name can be an arbitrary string such as an appl...
Fri, 1 Mar, 2019 at 4:03 PM
The PDFreactor Web Service features a REST API (see Using the REST API) that can be used by practically any client that can perform HTTP requests. The two e...
Fri, 20 Dec, 2019 at 11:51 AM
Conversions can be terminated on arbitrary conditions like timeouts. For this, you have to implement a ProgressEventListener and set it on the PDFreactor co...
Fri, 1 Mar, 2019 at 4:10 PM
Watermarks can be added in various ways. If you already have an existing watermark in form of a PDF, you could just use the overlay functionality (see Mergi...
Fri, 1 Mar, 2019 at 4:12 PM
Whether CSS class selectors are case sensitive by default depends on the doctype. This can be overridden by using the caseSensitiveClassSelectors QuirksSet...
Fri, 20 Dec, 2019 at 11:50 AM