Replies: 1 comment 1 reply
-
I finally found a way myself. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my vacation, I'm experimenting with creating tagged PDFs.
There are a lot of questions, but I'd like to start with a simple prototype.
I know the report items have a "tagType" property and this can be queried by calling the getTagType method.
But I don't have a clue how to access the items from inside the emitter to read the property!
For example, there's a ReportItemHandleImpl class which supports the method, but if I look into the PDFPageDevice and PDFRender classes etc with the debugger, it seems I cannot access them.
Actually, the algorithm that BIRT uses to create a paginated layout from the design is a mystery to me.
Is it documentend anywhere or can anyone give me some clues?
Beta Was this translation helpful? Give feedback.
All reactions