FAQ
All styles inside this block will only affect print media: @media print{...} All styles inside this block will only affect screen media: @media screen{.....
Wed, 6 Mar, 2019 at 3:35 PM
When HTML form controls such as input fields and text areas are rendered on screen, they usually have a fixed size determined by their attributes or by the ...
Wed, 6 Mar, 2019 at 3:37 PM
How do I set RGB colors? In CSS you can specify RGB colors in the following ways: # followed by a 6 digit RGB value in hexadecimal notation, e.g. #00ff00 ...
Fri, 20 Dec, 2019 at 11:52 AM
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...
Thu, 10 Feb, 2022 at 9:10 AM
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