No support services during Easter holidays!
Because of Easter holidays, our office will be closed from Friday, March 29 to Monday, April 1st.
No support requests or license purchases will be processed in this period.
All of us here at RealObjects wish you happy Easter holidays!

FAQ

How Do I Set Styles for Print or Screen Only?
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
How Do I Resize Form Controls Automatically?
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 Colors in CSS?
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
How Do I Resize Background Images?
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
How Do I Create Rounded Corners?
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
How Do I Place an Image in the Header?
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
How Do I Use HTML in Headers and Footers?
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
How Do I Save Memory if a Document Refers to Many or Very Large Image Files?
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
How Can I Retrieve the Number of Pages of a Converted Document Programmatically?
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
How Do I Access Resources That Are Secured Via Basic or Digest Authentication?
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