mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:35:46 +02:00
...
This commit is contained in:
parent
19a80e1d28
commit
a2578335c8
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ def main():
|
|||
app
|
||||
tdir = os.path.abspath('.')
|
||||
pdf = os.path.join(tdir, 'painter.pdf')
|
||||
func = text
|
||||
func = full
|
||||
dpi = 100
|
||||
with open(pdf, 'wb') as f:
|
||||
dev = PdfDevice(f, xdpi=dpi, ydpi=dpi, compress=False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue