Write PDF with all streams decompressed #788
Unanswered
disguisetimes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there a way to create a PDF with all the streams decompressed?
I just want to read a PDF that has compressed (deflate) streams and then immediately create a new PDF that just has all the streams decompressed. Haven't found the function for that.
Does something for the ITokenWrite passed to the PdfDocumentBuilder constructor need to be properly configured to achieve this?
Thanks!
The below code doesn't do the trick currently
Beta Was this translation helpful? Give feedback.
All reactions