Replies: 2 comments
-
Should work like that. Any complaints? |
Beta Was this translation helpful? Give feedback.
0 replies
-
We were discussing if there is an "easy way" to group objects as described in #2973 by search/replace. Guess we are too old-fashioned and used to EPS text files ... |
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.
-
Is it possible to create a totally uncompressed PDF?
Testing with
doc.save(file.replace(".py", ".pdf"),deflate=False,expand=255, garbage=2, pretty=True)
creates the attached PDF with, what I understand, all objects created with draw_rect, insert_text etc. included as binary streams.
scratch3.pdf
Beta Was this translation helpful? Give feedback.
All reactions