-
Notifications
You must be signed in to change notification settings - Fork 2
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
PDF issues: do not generate ProcSet array resources #203
Labels
bug
Something isn't working
Comments
ronaldtse
changed the title
PDF tagging: do not generate ProcSet array resources
PDF issues: do not generate ProcSet array resources
May 29, 2023
8 tasks
Intelligent2013
added a commit
that referenced
this issue
Jun 1, 2023
Currently, the PDF (for instance, From PDFArray procset = new PDFArray(this);
procset.add(new PDFName("PDF"));
procset.add(new PDFName("ImageB"));
procset.add(new PDFName("ImageC"));
procset.add(new PDFName("Text"));
put("ProcSet", procset); |
Intelligent2013
added a commit
that referenced
this issue
Jun 1, 2023
Fixed. No more messages:
In the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Metanorma generates ProcSet array resources. These were deprecated back in PDF 1.4 in the very early 2000s - please don't generate as they are a complete waste of bytes!
From #201
The text was updated successfully, but these errors were encountered: