Define the bookmark in the BIRT report so that it appears in PDF format.

I am creating a BIRT report that selects data from SQL. The report has 4 different queries, which are displayed in 4 different tables. I added a heading (heading) to each table (using the insert text / label function). My requirement is to bookmark them (title) when this report is run in PDF format.

+6
source share
1 answer

You can specify PDF bookmarks using the Table of Contents feature in BIRT.

The easiest way to do this is to select each table object in turn on the "Layout" tab, and in the "Table of Contents" section of the "Properties" tab in the property editor for the table, enter the desired text / bookmark title in double quotation marks ( " ).

Save and run the report in PDF format and the indicated TOC record headers should appear as bookmarks.

+8
source

Source: https://habr.com/ru/post/915063/


All Articles