Leah9 / screengrab

2 stars 1 forks source link

Unfortunalely the pul request has broken the create pdf option, the document pages are not the same size as the image. #10

Closed Leah9 closed 2 years ago

Leah9 commented 2 years ago

Unfortunalely the pul request has broken the create pdf option, the document pages are not the same size as the image.

Originally posted by @Leah9 in https://github.com/Leah9/screengrab/issues/8#issuecomment-1125834539

Leah9 commented 2 years ago

MainWindow.py line 106 pdf.add_page(format=(timage.height, timage.width))

format=(timage.height, timage.width)) # format keyword gives out an error if using fpdf, fpdf2 is required

        # pip uninstall fpdf, pip install fpdf2