pstoedit: add page (#10939)

* pstoedit: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
pull/23/head
RedDeliciousApples 2023-10-21 09:32:50 -07:00 committed by GitHub
parent dfb32bbabe
commit 7c417ee0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
pages/linux/pstoedit.md Normal file
View File

@ -0,0 +1,12 @@
# pstoedit
> Convert PDF files into various image formats.
> More information: <http://www.pstoedit.net>.
- Convert a PDF page to PNG or JPEG format:
`pstoedit -page {{page_number}} -f magick {{path/to/file.pdf}} {{page.png|page.jpg]}}`
- Convert multiple PDF pages to numbered images:
`pstoedit -f magick {{path/to/file}} {{page%d.png|page%d.jpg}}`