Possible to group the drawings | Creating a complex drawing in PyMuPDF #2507
Unanswered
binodil
asked this question in
Looking for help
Replies: 1 comment 3 replies
-
The vector graphics extraction (fairly) faithfully reports the graphics commands in the page's |
Beta Was this translation helpful? Give feedback.
3 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 there,
I got all objects in a specific area in pdf V1. (Like getting the drawings in the center location of the pdf file).
I wonder if there is a way to connect all simple drawings like rectangles, circles, lines as complex object.
Why I need this complex object?
I want to quickly relocate this complex object as one object, instead of moving every simple drawing one by one. At the same time, I want to maintain the drawings metadata. Initially, I was planning to use
pixmap
, but as far as I know it eliminate the drawings properties.Beta Was this translation helpful? Give feedback.
All reactions