diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2014-03-07 16:22:04 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-07 16:29:11 -0600 |
commit | e2402be946f44536dd90ac69d2f447558b14541a (patch) | |
tree | 173f5d346189d8e417648b688dd48d1efa3e41a9 /graphics/pdf2png/README | |
parent | 72ed6abb236f548ac8317b74eacc1bfd261d0f12 (diff) |
graphics/pdf2png: Added (Converts pdf files to various image formats)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'graphics/pdf2png/README')
-rw-r--r-- | graphics/pdf2png/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/pdf2png/README b/graphics/pdf2png/README new file mode 100644 index 0000000000000..223a0cb438e27 --- /dev/null +++ b/graphics/pdf2png/README @@ -0,0 +1,14 @@ +pdf2png converts PDF files to image format with a simple graphical interface +based on python, using ghostscript. + +It supports up to 4 different image extensions like PNG, JPEG, BMP and TIFF. + +How To- +Increasing or decreasing the resolution will change the image quality. + +Once given correct numbers for the From page and To page, +click on Select PDF file to open a dialog window to browse and select +the wanted PDF book, and click on Convert to convert the selected pages. + +It would convert the pdf and output the image(s) in the same directory +where the pdf resides. |