Delete png-to-pdf.py

This commit is contained in:
Md Farhan Sajid 2022-10-02 14:35:29 +05:30 committed by GitHub
parent 19b317ad40
commit 1ef686f31c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +0,0 @@
from PIL import Image
image1 = Image.open(r'C:\Users\user\Downloads\png-to-pdf.png')
impdf = image1.convert('RGB')
impdf.save(r'C:\Users\user\Downloads\png-to-pdf.pdf') # noqa