How to modify the position of the shape just added? #2566
Answered
by
JorjMcKie
AbyssShang
asked this question in
Q&A
-
I added a rectangle to the page and inserted text inside it, now I want to change it. The position or other parameters of this rectangle and text |
Beta Was this translation helpful? Give feedback.
Answered by
JorjMcKie
Jul 30, 2023
Replies: 1 comment
-
This is not possible - with highlevel methods. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JorjMcKie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not possible - with highlevel methods.
You can try and hack the
/Contents
source, which requires in-depth knowledge of the PDF appearance source syntax, see chapter "Operator Summary" on page 643 of the PDF spec.