Skip to content

Commit ca0435a

Browse files
fix: README.md: Update some examples
1 parent 4bbca82 commit ca0435a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
8484
python3 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

121121
About

0 commit comments

Comments
 (0)