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

Closed
raffaem opened this issue Dec 20, 2024 · 3 comments
Closed

New parser request: pdfinfo #624

raffaem opened this issue Dec 20, 2024 · 3 comments

Comments

@raffaem
Copy link

raffaem commented Dec 20, 2024

I ask for support for Xpdf/poppler pdfinfo

@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"
}

@kellyjonbrazil
Copy link
Owner

Closing this since it seems like the existing Key/Value (--kv) parser can handle this.

@kellyjonbrazil kellyjonbrazil closed this as not planned Won't fix, can't repro, duplicate, stale Apr 4, 2025
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