FAQ

How Can I Specify Whether to Use the Line-Height of Containers as the Minimum Line-Height of their Lines?
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
Does PDFreactor store a copy of the generated PDF?
If you are converting synchronously, the resulting document will not be saved at all on the PDFreactor server. If you convert asynchronously, the resulting ...
Fri, 25 Oct, 2019 at 10:40 AM
How can I debug a converted document?
When integrating PDFreactor, especially during the trial and development phases, it might be useful to retrieve debugging information about the conversion. ...
Tue, 20 Apr, 2021 at 9:48 AM
How do I enable debug mode?
You can enable debug mode like this: Java config.setDebugSettings(new DebugSettings().setAll(true)); C# config.DebugSettings = new DebugSettings {...
Tue, 6 Sep, 2022 at 9:47 AM
How do I configure requests made by the PDFreactor Web Service to go through a proxy server?
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
I'm using Bootstrap CSS. Why does the PDF output differ from the browser's?
The Bootstrap style sheets contain specific styles for print output. Since PDFreactor produces paged output (such as PDFs), it evaluates styles inside the &...
Wed, 28 Jul, 2021 at 11:10 AM
How can I convert large HTML documents or reduce memory consumption?
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...
Thu, 4 May, 2023 at 9:42 AM
How do I import a certificate into a Java KeyStore?
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