Replies: 1 comment
|
I don't think this is supported. After BIRT has finished creating the PDF, use OpenPDF (which is included as a library with BIRT) to modify the PDF any way you like, eg. adding XMPMetadata or (what I do:) add page numbering based on the TOC (outline) structure. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to add custom metadata to a .PDF with BIRT?
I have found how to set one of the core meta data via org.eclipse.birt.report.model.api.ModuleHandleImpl#setAuthor for example, but I cannot find a way to set non-core metadata data.
All reactions