Why inserted text is not visible on some pdfs #2152
-
Hello,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Your only problem are "geometry changes": BTW: The example files attached here are read-only, so you actually should get a "permission denied" or similar exception when using |
Beta Was this translation helpful? Give feedback.
Your only problem are "geometry changes":
If you do a
page.clean_contents()
before inserting anything, you should be fine.BTW: The example files attached here are read-only, so you actually should get a "permission denied" or similar exception when using
"saveIncr()"
?