Skip to content

Commit

Permalink
Update pdf-toolbox.py
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruwa authored Oct 28, 2021
1 parent e9a8302 commit 02182cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf-toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def txt2pdf():
pdf = FPDF()


myfile = input("\033[35m [\033[33m*\033[35m]\033[1;32m Enter Input Pdf Path : ")
myfile = input("\033[35m [\033[33m*\033[35m]\033[1;32m Enter Input txt Path : ")
outpdf=input("\033[35m [\033[33m*\033[35m]\033[36m Enter Output Pdf Path : ")

# Add a page
Expand Down

0 comments on commit 02182cd

Please sign in to comment.