Category: | Feature request |
Priority: | Normal |
Status: | Assigned |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
PDF allows for the registration of copyright information. This is visible in Adobe Acrobat through Document Properties and Advanced.
It would be great if we could specify a JRPDFExporterParameter such as
METADATA_COPYRIGHT_STATUS=true/false
METADATA_COPYRIGHT_NOTICE=(C) blablabla
METADATA_COPYRIGHT_INFO_URL=http://www.acme.com/license.html
An alternative would be to allow XMP specifications to be provided such as:
XMP[dc:rights]=blablabla
xmpRights:WebStatement: http://www.acme.com/license.html
Using XMP would allow for other changes too.