From 1ef686f31cb52242b76a53362de22cc855cefb27 Mon Sep 17 00:00:00 2001 From: Md Farhan Sajid <87274221+Farhan-2222@users.noreply.github.com> Date: Sun, 2 Oct 2022 14:35:29 +0530 Subject: [PATCH] Delete png-to-pdf.py --- scripts/png-to-pdf.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 scripts/png-to-pdf.py diff --git a/scripts/png-to-pdf.py b/scripts/png-to-pdf.py deleted file mode 100644 index 0e93e89..0000000 --- a/scripts/png-to-pdf.py +++ /dev/null @@ -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 \ No newline at end of file