Hi support,
Is it possible for pdf2image to convert the first page or a portion of the slides out of a multiple page pdf? If yes, how should I do it? We want to avoid the possible wait time for converting a pdf file that has many pages so able to convert it partially or just the page will help.
Whether it is feasible or not, any guidance or instruction will be appreciated.
Thanks,
Customer
----------------------------------
Yes, this is possible, you can download "PDF to Image Converter Command Line" from this web page to try,
https://www.verypdf.com/app/pdf-to-image-converter/try-and-buy.html#buy-cmd
https://www.verypdf.com/dl2.php/pdf2image_win.zip
after you download it, you can use -f and -l parameters to specify a page number that you want to convert,
-f <int> : first page to print
-l <int> : last page to print
for example,
pdf2img.exe -f 1 -l 1 -r 300 -mono C:\in.pdf C:\out.tif
pdf2img.exe -f 3 -l 3 -r 300 -mono C:\in.pdf C:\out.tif
pdf2img.exe -f 5 -l 5 -r 300 -mono C:\in.pdf C:\out.tif
pdf2img.exe -f 7 -l 7 -r 300 -mono C:\in.pdf C:\out.tif
if you encounter any problem with this application, please feel free to let us know, we will assist you asap.