[#5791] - Allow specification of Copyright Status, Notice and URL in JRPdfExporter

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.

monty241070's picture
Joined: Jan 22 2008 - 4:55am
Last seen: 15 years 4 months ago
Feedback
randomness