Python-Scripts
Python-Scripts copied to clipboard
Image Text to PDF, print file names, and path location of converted file
PR Title
print file names, and path location of the converted file.
Summary
summary... print file names, and path location of the converted file when the process is finished.
Description
When the program is run and completed conversion to PDF it will print the directory/folder where the PDF is located, including the name of the PDF in question.
The changes are as follows:
- Import os
- Create 3 print functions stating the completion, the name of the file, and the path of the PDF file.
Checks
in the repository
- [x ] Made no changes that degrades the functioning of the repository
- [x ] Gave each commit a better title (unlike updated README.md)
in the PR
- [ ] Followed the format of the pull_request_template
- [ ] Made the Pull Request in a small level (for the creator's wellfare)
- [x ] Tested the changes you made
Thank You,
Manuel Guzman