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 ...
Fri, 25 Oct, 2019 at 10:40 AM
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
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
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 &...
Wed, 28 Jul, 2021 at 11:10 AM
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
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