From 6a98d2c0444d978ad066f0ea363a933564bd5388 Mon Sep 17 00:00:00 2001 From: Md Farhan Sajid <87274221+Farhan-2222@users.noreply.github.com> Date: Sun, 2 Oct 2022 16:33:34 +0530 Subject: [PATCH] Update README.md --- scripts/PNG_To_PDF/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/PNG_To_PDF/README.md b/scripts/PNG_To_PDF/README.md index 700574f..c54e42b 100644 --- a/scripts/PNG_To_PDF/README.md +++ b/scripts/PNG_To_PDF/README.md @@ -1,7 +1,9 @@ This script consist of python code which converts PNG to PDF. -It has a PNG image to use as example. For using this code just write url of different image which you want to use under image1 variable. +It has a PNG image to use as example. For different image just write url of different image which you want to use/ replace "image.png" with total url of the image file. -Write the location of the PDF to be saved at in the memory under "impdf.save". +Write the location of the PDF to be saved at/ replace 'document.pdf' with the total url and name of pdf along with pdf extension. -I have used flake8 linting on this as well. \ No newline at end of file +I have used flake8 linting on this as well. + +Dependency: Download python and write "pip install Pillow" in cmd.