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

New parser request: pdfinfo #624

Open
raffaem opened this issue Dec 20, 2024 · 2 comments · May be fixed by #626
Open

New parser request: pdfinfo #624

raffaem opened this issue Dec 20, 2024 · 2 comments · May be fixed by #626

Comments

@raffaem
Copy link

raffaem commented Dec 20, 2024

I ask for support for Xpdf/poppler pdfinfo

@Luigi31415 Luigi31415 linked a pull request Dec 29, 2024 that will close this issue
@kellyjonbrazil
Copy link
Owner

Thank you for the parser suggestion!

@kellyjonbrazil
Copy link
Owner

Does the existing key/value parser (--kv) work for this output? Not sure if we need a specific parser for this if the output is generic:

% echo 'Title:          Brochure
Producer:       Skia/PDF m111 Google Docs Renderer
Tagged:         no
Form:           none
Pages:          2
Encrypted:      no
Page size:      612 x 792 pts (letter) (rotated 0 degrees)
File size:      69988 bytes
Optimized:      no
JavaScript:     no
PDF version:    1.4' | jc --kv -p
{
  "Title": "Brochure",
  "Producer": "Skia/PDF m111 Google Docs Renderer",
  "Tagged": "no",
  "Form": "none",
  "Pages": "2",
  "Encrypted": "no",
  "Page size": "612 x 792 pts (letter) (rotated 0 degrees)",
  "File size": "69988 bytes",
  "Optimized": "no",
  "JavaScript": "no",
  "PDF version": "1.4"
}

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

Successfully merging a pull request may close this issue.

2 participants