mirror of
https://gitlab.com/oloturia/fumcaso.git
synced 2024-11-01 01:38:16 +01:00
fixed pdf resolution
This commit is contained in:
parent
3d1f36cb8b
commit
d939f704b2
1 changed files with 1 additions and 1 deletions
|
@ -272,4 +272,4 @@ if __name__ == "__main__":
|
|||
nopage += 1
|
||||
if fileName[len(fileName)-4:] != ".pdf":
|
||||
fileName += ".pdf"
|
||||
pagePdf[0].save(fileName,save_all=True, append_images=pagePdf[1:])
|
||||
pagePdf[0].save(fileName, resolution=300, save_all=True, append_images=pagePdf[1:])
|
||||
|
|
Loading…
Reference in a new issue