Name | Last commit | Last update |
---|---|---|
.. | ||
__init__.py | ||
abstract.py | ||
archive.py | ||
audio.py | ||
bubblewrap.py | ||
epub.py | ||
exiftool.py | ||
harmless.py | ||
images.py | ||
office.py | ||
parser_factory.py | ||
pdf.py | ||
torrent.py | ||
video.py | ||
web.py |
pyCairo by default renders the PDF surfaces with a resolution of 72 dpi which is so low that the bitmap gets blurred compared to original. Since pyCairo 1.12.0, a new method set_device_scale(x_scale, y_scale) is added, which allows changing the canvas resolution.
Name | Last commit | Last update |
---|---|---|
.. | ||
__init__.py | ||
abstract.py | ||
archive.py | ||
audio.py | ||
bubblewrap.py | ||
epub.py | ||
exiftool.py | ||
harmless.py | ||
images.py | ||
office.py | ||
parser_factory.py | ||
pdf.py | ||
torrent.py | ||
video.py | ||
web.py |