You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing a file that was web optimized the resulting root_object contains only :Size and :ID.
Steps to reproduce:
Select a PDF file and optimize it for the web:
- You can use this tool for it: https://tools.pdf24.org/en/optimize-pdf
- Upload the protected file and get the optimized file
When parsing a file that was web optimized the resulting root_object contains only
:Size
and:ID
.Steps to reproduce:
Select a PDF file and optimize it for the web:
- You can use this tool for it: https://tools.pdf24.org/en/optimize-pdf
- Upload the protected file and get the optimized file
Result will be something like:
{:Size=>6, :ID=>["\x00\x00\x00...\x00", "19v\x00\x00...\x00"]}
The text was updated successfully, but these errors were encountered: