python-scripts/scripts/PNG_To_PDF/README.md

10 lines
476 B
Markdown
Raw Normal View History

2022-10-02 10:49:01 +00:00
This script consist of python code which converts PNG to PDF.
2022-10-02 11:03:34 +00:00
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.
2022-10-02 10:49:01 +00:00
2022-10-02 11:03:34 +00:00
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.
2022-10-02 10:49:01 +00:00
2022-10-02 11:03:34 +00:00
I have used flake8 linting on this as well.
Dependency: Download python and write "pip install Pillow" in cmd.