We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ask for support for Xpdf/poppler pdfinfo
The text was updated successfully, but these errors were encountered:
Thank you for the parser suggestion!
Sorry, something went wrong.
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:
--kv
% 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" }
Successfully merging a pull request may close this issue.
I ask for support for Xpdf/poppler pdfinfo
The text was updated successfully, but these errors were encountered: