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