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
The Python script enables the user to convert Images into PDF files. However, you must note that the script can only work well for JPG file formats. You can use the converter for revamping JPG images into PDF format.
Steps on how to run the script along with suitable examples.
16
+
### Using Terminal
17
+
18
+
- Add the image in the JPG format with name as 'input' in this folder.
19
+
- Run converter_terminal.py script
20
+
- Output PDF file will be generated in this folder
21
+
22
+
### Using GUI
23
+
24
+
Just run the converter_GUI.py script and pick any JPG image from any location and then press 'Convert JPG to PDF'
20
25
21
26
### Screenshot/GIF showing the sample use of the script
22
27
<!--Remove the below lines and add yours -->
23
-
Add a jpeg/png/gif file here.
28
+

0 commit comments