File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ python3 main.py to-image -i <input_file> -o <output_folder> \
7878 -p < page_number_1> ,< page_number_2> ,...,< page_number_n> -s < scale_factor>
7979
8080# E.g. Export pages 1, 2, 3 and 6 from a PDF with scale factor 1
81- python3 main.py export-pages -i 1.pdf -o images -p 1-3,6 -s 1
81+ python3 main.py to-image -i 1.pdf -o images -p 1-3,6 -s 1
8282
8383# E.g. Export all pages from a PDF with scale 2
8484python3 main.py to-image -i my-pdf.pdf -o my-images
@@ -115,7 +115,7 @@ python3 main.py image-to-pdf -i <image_1> <image_2> <image_3> ... -o <output_fil
115115
116116# E.g. Take 1.png, 2.jpg, and 3.png and create a PDF named 123.pdf and override
117117# if already exists
118- python3 main.py -i 1.png 2.jpg 3.png -o 123.pdf -f
118+ python3 main.py image-to-pdf -i 1.png 2.jpg 3.png -o 123.pdf -f
119119```
120120
121121About
You can’t perform that action at this time.
0 commit comments