Hi,
I try to convert a 5 page PDF in 5 jpeg files
When i use .net dll, it’s OK but i would like to use pdf Creator with command line.
-> “PDFCreator.exe” /IF"myPdf.pdf" /OF"resultJpg%d.jpg" /OptionsFile"options.ini"
But the result is only one Jpg file. called “resultJpg%d.jpg” whereas i would like 5 files called resultJpg1.jpg, resultJpg2.jpg etc…
Could you help me ? Thanks
Hi,
the /IF and /OF only works for converting bitmap images or postscript files,
you need /PF .
regards,
Robin
Thanks,
Sorry to ask but could you explain the process please ?
“PDFCreator.exe” /PF"myPdf.pdf" /PF"resultJpg%d.jpg" /OptionsFile"options.ini" ?
Value of a particular parameter in config.ini ?
Hi,
“PDFCreator.exe” /PF"myPDF.pdf" /OptionsFile"myOptions.ini",
your options.ini needs to contain the “OneFilePerPage” setting. (OneFilePerPage=1)
You can also create an options.ini by launching the PDFCreator, setting the desired options and saving the profile to an .ini file.
regards,
Robin
Thank you very much !!
A last thing. If you have a tuto/faq about all options, i take it !!
Again… Thanks !!
Hi,
most of it can be found here: http://www.pdfforge.org/content/settings-pdfcreator but depending on what you would like to do, you may need to refer to other sections of the manual.
regards,
Robin