mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-01-31 05:33:44 +00:00
Delete png-to-pdf.py
This commit is contained in:
parent
19b317ad40
commit
1ef686f31c
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user