win2pdfd.exe pdf2png "sourcepdf" "destpng" pagenumber
win2pdfd.exe pdf2png "sourcepdf" "destpng" startpage endpage
win2pdfd.exe pdf2pnggray "sourcepdf" "destpng" pagenumber
win2pdfd.exe pdf2pnggray "sourcepdf" "destpng" startpage endpage
Convert the PDF specified by "sourcepdf" to a color PNG image file "destpng". If "pagenumber" is 0, all pages are converted as separate files one per page in the format:
destpng.1.png
destpng.2.png
...
destpng.n.png
If the "pagenumber" is greater than zero, the specified page number is saved to the filename specified by "destpng".
To convert a page range, specify the startpage and endpage instead of a pagenumber.
The "pdf2pnggray" variation is identical to "pdf2png", but the resulting PNG file is saved as a grayscale 8 bit/pixel image file.
Any file names that contain spaces must be enclosed with quotation marks.
Requires a licensed version of Win2PDF. Contact [email protected] for a time limited evaluation license.
Returns 0 on success, and a Windows system error code on failure.