diff --git a/pages/linux/pstoedit.md b/pages/linux/pstoedit.md new file mode 100644 index 000000000..fc0f5aae6 --- /dev/null +++ b/pages/linux/pstoedit.md @@ -0,0 +1,12 @@ +# pstoedit + +> Convert PDF files into various image formats. +> More information: . + +- 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}}`