Files
tldr/pages/linux/pstoedit.md
RedDeliciousApples 7c417ee0bd 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>
2023-10-21 22:02:50 +05:30

13 lines
355 B
Markdown

# 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}}`