Redrawing specific paths on a new page #1730
Replies: 3 comments 8 replies
-
@JorjMcKie Can you share your insights here? |
Beta Was this translation helpful? Give feedback.
-
There is no support for this in PyMuPDF - and will never be as far as I can tell. |
Beta Was this translation helpful? Give feedback.
-
Picking the right draw method is a no-brainer - by all means! There is a sample script in the utilities repo which does that using less than a handful code lines. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Had been using the draw_* methods listed here to draw both new and existing paths in a PDF. However, was looking for ways to draw a path on a new page as is, without having to choose which draw_* method to use. This is so that no path is missed or incorrectly drawn in the new page.
So for instance, a method like draw_path(path) which will draw the path as is.
Can you recommend some approaches to accomplish the same @JorjMcKie?
List of available draw methods for easier reference:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions