We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ada8f2 commit c0d86e9Copy full SHA for c0d86e9
main.py
@@ -49,7 +49,7 @@ def create_directory(self, path):
49
50
def pdf_run(self, image_file_name, filename):
51
52
- image_pdf = Image(filename=image_file_name) #take filename
+ image_pdf = Image(filename=image_file_name, resolution=300) #take filename
53
image_page = image_pdf.convert("png") #png conversion
54
55
page = 1 #init page
0 commit comments