diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:06:17 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:06:17 -0400 |
commit | 4d4140407af206583482c7ab0541e22805df4564 (patch) | |
tree | b7de79b08ba65fbaacb717b77cae0ba4c5ba9787 /graphics/pdf2png | |
parent | a59a3b3a37c04e02594e0ef1451d145076fbf3c6 (diff) |
graphics/pdf2png: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics/pdf2png')
-rw-r--r-- | graphics/pdf2png/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/graphics/pdf2png/README b/graphics/pdf2png/README index 223a0cb438e2..df727b452a6d 100644 --- a/graphics/pdf2png/README +++ b/graphics/pdf2png/README @@ -1,14 +1,15 @@ -pdf2png converts PDF files to image format with a simple graphical interface -based on python, using ghostscript. +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. +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. +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. |