Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support custom metadata #219

Open
ilka-schulz opened this issue May 14, 2024 · 0 comments
Open

support custom metadata #219

ilka-schulz opened this issue May 14, 2024 · 0 comments

Comments

@ilka-schulz
Copy link

PDFs can hold the standard info dictionary and a custom metadata dictionary.

I can define them in LaTeX with hyperref (see section 5.9 "Option pdfinfo" in the manual).

pdfinfo can then read those meta data out again, man pdfinfo.1 says:

NAME
       pdfinfo - Portable Document Format (PDF) document information extractor (version 3.03)

SYNOPSIS
       pdfinfo [options] [PDF-file]

[...]
OPTIONS
[...]
       -custom
              Prints custom and standard metadata.
[...]

As far as I can tell, pdf-rs does not recognize the custom meta data dictionary yet. I would love a feature which allows to read those meta data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant