Exporting to PDF
This topic introduces how to export the results of a report to a PDF file.
- Open the report that you want to export.
- Select File > Export > To PDF. The Export to PDF dialog appears.
- Select the Browse button to specify the destination directory where the exported PDF file will be placed and the name of the file. You can also input the location and file name manually in the Directory and File Name text boxes (make sure that the folder you specify does exist, otherwise an error message will be produced).
- If you are exporting a page report, in the Select Report Tabs box, select the report tabs in the page report you want to export. The selected report tabs will be exported in the list order. You can select or to change the order of the report tabs.
- Check the No Margin checkbox to remove the margins in the exported PDF result, which are set at report design time.
- Check TOC to enable the Table of Contents in the exported PDF file. Using the TOC, you can easily locate the report objects in the PDF file; however to make a report object shown in the TOC, you need to make sure its TOC Anchor property is true.
- If you are exporting a page report created using query resources, when the report contains grouped banded objects and summaries are added to the groups, you can check Drilldown to generate the drilldown files for the summary of each group, so that when you view the exported PDF file, you can drill down on a summary to get the details about the corresponding group the same as you do when previewing the report in Logi JReport format. However you should make sure that the summaries are not hidden or suppressed; otherwise you will not be able to get drilldown files.
- Check Accessible PDF if you want to generate an accessible PDF file for the report. See Accessibility for more information.
- By default images in the report will be compressed by 20% of the original size in the PDF result. You can customize the proportion or uncheck Compress Image to keep the original size.
- Specify in which way to generate charts, web controls, UDOs and barcodes in the report.
The recommended way is using images to generate them.
- Generate charts and barcodes using images
If selected, charts and barcodes as well as web controls and UDOs in the report will be exported to common pictures, which will look dimmed and the file size may be relatively large. However, when Compress Image and this option are both checked, the transparency property of these objects will not take effect. - Generate charts and barcodes using vector graphics
If selected, charts and barcodes as well as web controls and UDOs in the report will be exported to vector graphics, which will not be anamorphic when it is zoomed out or zoomed in.
- Generate charts and barcodes using images
- Check Run Linked Report if you want to include the reports that is linked with the report (not including the detail reports) in the PDF result. If you are only interested in the primary report, leave this option unchecked. Generating linked reports at the same time, especially when the linked reports contain a large amount of data, will cause performance issue.
- By default the content that is beyond its parent container will be clipped in the PDF result. If you want the content to be fully displayed, uncheck Clipping Area.
- If you want to encrypt the PDF file to prevent users from opening, printing and editing the document without authorization, check the Encrypt checkbox, then in the Encrypt dialog:
- From the Compatibility drop-down list, select the encryption type to encrypt the PDF document. The option Acrobat 3.0 and later uses a low encryption level (40-bit RC4), while the other option Acrobat 5.0 and later uses a high encryption level (128-bit RC4).
- In the Options box, check Require a password to open the document if you want the exported PDF file is password protected, then specify the password in the Document Open Password text box and confirm it in the Confirm Password text box.
- If you want to use a permission password to restrict users from printing and editing the exported PDF, check Use a password to restrict printing and editing of the document and its security settings, then specify the password and confirm it accordingly. The permission password should be different from the one used for opening the document.
- By default None is selected in the Printing Allowed drop-down list, which means the exported PDF file cannot be printed. If you want users to print the file, select the required option from the list.
- Low Resolution
Lets users print the document at no higher than 150-dpi resolution. Printing may be slower because each page is printed as a bitmapped image. This option is available only Acrobat 5.0 and Later is selected in the Compatibility drop-down list. - High Resolution
Lets users print at any resolution, directing high-quality vector output to PostScript and other printers that support advanced high-quality printing features.
- Low Resolution
- From the Changes Allowed drop-down list, select what editing actions you want to grant users for the exported PDF file (by default None
is selected in the list so users cannot make any change to the file, including filling in signature and form fields).- Inserting, deleting, and rotating pages
Lets users insert, delete and rotate pages, as well as create bookmarks and thumbnail pages. This option is available only Acrobat 5.0 and Later is selected in the Compatibility drop-down list. - Filling in form fields and signing
Lets users fill in forms and add digital signatures. This option doesn't allow users to add comments or create form fields. - Commenting, filling in form fields and signing
Lets users fill in forms and add digital signatures and comments. - Any except extracting pages
Lets users change the document using any method listed in the Changes Allowed menu, except removing pages.
- Inserting, deleting, and rotating pages
- Check Enable copying of text, images and other content if you want to allow users to select and copy the contents of the exported PDF file.
- When Acrobat 5.0 and Later is selected in the Compatibility drop-down list, the Enable text access for screen reader devices for the visually impaired checkbox is available and checked by default. If you do not want to enable the use of screen readers for visually impaired users on the exported PDF file, you can uncheck the option.
- Select OK to finish configuring the encryption settings for the PDF file.
- To configure the signature for the PDF file, check the Sign checkbox, then in the Sign dialog:
- From the Method drop-down list, select the signing digital signature method: Windows Certificate Security, Default Certificate Security or VeriSign Digital Signatures. The methods are provided by the Adobe Acrobat software.
- Select the Browse button to select the digital ID file. You can also input the file path in the Digital ID File text box manually.
- Enter the password for the digital ID file and confirm the password respectively.
- From the Reason for Signing Document drop-down list, select the reason for signing the document. You can also enter the reason by yourself.
- Specify the location and your contact information if needed.
- Select OK to accept the changes.
- Select OK to start exporting.
Notes:
- Before exporting a page report tab or a web report using true type fonts, you should select the report tab name or the web report in the Report Inspector, and then set Embedded Fonts equal to all true type fonts that you have used in the report tab or web report. Otherwise the PDF file may not be displayed correctly.
- When a report, in which there is an object beyond its container, is exported to PDF, the overstepped part will be ignored in the PDF file, but the overstepped part of objects in a paragraph can still be exported to PDF.