-
I'm not sure if this is a problem. I'm very sorry, I asked Evince, but I didn't get a reply, so I didn't have a solution, so I thought I'd try my luck here. Does this library have plans for super-resolution processing of pdf displays? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
This is no issue, but a question, so I converted your post. Several comments in your post are hard to understand:
I am confused. |
Beta Was this translation helpful? Give feedback.
-
Indeed you should! If you look at the documentation, you will find several options to increase the resolution of a pixmap. The easiest to use is parameter |
Beta Was this translation helpful? Give feedback.
Indeed you should!
If you look at the documentation, you will find several options to increase the resolution of a pixmap. The easiest to use is parameter
dpi
:page.get_pixmap(dpi=300)
for example creates an image with 300 dots per square inch.