FAQ
Whether the line-height of containers is used as the minimum line-height for their lines by default depends on the doctype. This can be overridden by using ...
Fri, 20 Dec, 2019 at 11:50 AM
If you are converting synchronously, the resulting document will not be saved at all on the PDFreactor server. If you convert asynchronously, the resulting ...
Mon, 10 Mar, 2025 at 4:10 PM
When integrating PDFreactor, especially during the trial and development phases, it might be useful to retrieve debugging information about the conversion. ...
Thu, 9 Jan, 2025 at 9:55 AM
You can enable debug mode like this: Java config.setDebugSettings(new DebugSettings().setAll(true)); C# config.DebugSettings = new DebugSettings {...
Mon, 10 Mar, 2025 at 3:57 PM
To allow the HTTP/HTTPS requests made by the PDFreactor Web Service to go through a proxy, the Java VM has to be configured with proxy settings. This ca...
Thu, 25 Feb, 2021 at 2:44 PM
The Bootstrap style sheets contain specific styles for print output. Since PDFreactor produces paged output (such as PDFs), it evaluates styles inside the &...
Mon, 10 Mar, 2025 at 4:14 PM
There are several strategies that can be used to handle large jobs or reduce overall memory consumption of a document conversion. Which of these different s...
Mon, 10 Mar, 2025 at 4:14 PM
What Do You Need? openssl to generate a self-signed certificate and/or to convert a certificate to PKCS12 format. This should be available on most OS. ke...
Wed, 18 Oct, 2023 at 10:15 AM