Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mbcaddev committed Jun 9, 2024
1 parent 3d3cbd5 commit ba62755
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ markdown
### Examples

Convert all pages of a PDF to PNG images at 300 DPI:

```
PDFImageConverter.exe "C:\Path\To\Input.pdf" "C:\Path\To\OutputDirectory" --dpi 300
```

Convert specific pages (1-3 and 5) of a PDF to JPEG images with high quality:

```
PDFImageConverter.exe "C:\Path\To\Input.pdf" "C:\Path\To\OutputDirectory" --format jpeg --quality 100 --pagerange 1-3,5
```
Expand Down

0 comments on commit ba62755

Please sign in to comment.