You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,10 @@ File Dependencies:
66
66
67
67
pdf2jpg.py
68
68
=============================================
69
-
This file is a pdf to jpg converter written by Ned Batchelder and original Py2 code can be found [here](version: http://nedbatchelder.com/blog/200712/extracting_jpgs_from_pdfs.html)
69
+
This file is a pdf to jpg converter written by Ned Batchelder and original Py2 code can be found [here](http://nedbatchelder.com/blog/200712/extracting_jpgs_from_pdfs.html)
70
70
71
71
###Usage
72
72
73
73
python3 pdf2jpg.py <path_of_pdf_file>
74
74
75
-
Output will be files named `jpg#.jpg` in the same folder
75
+
Output will be files named `jpg#.jpg` in the same folder
0 commit comments