Way of "cleaning" a file without saving it #3531
Unanswered
dantard
asked this question in
Looking for help
Replies: 1 comment
-
Your approach is correct! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello again,
I was looking for a way to "clean" a pdf file in memory, that is, without saving it. I found this workaround but I am not sure it is the best way because sometimes is slow and additionally I found a problem with it:
The problem is that with this file, that I randomly found online, the
tobytes
gets stuck. Not sure it is the only file with which this would happen.Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions