OK, thanks for the new software and key.
I am finding that you must have changed how the output files are named?
My code supplies a file-name as the output (e.g. “myreport.png”) and I generate a single page each time BUT now I get “0001” appended to the file-name ?
Is there any way to stop this from happening (so it works like the 2009 version) ?
========================
The latest version of pdf2image.dll file does contain following function,
void __stdcall PDFToImageSetFileNameSuffix(const char *ptrFileNameSuffix);
You can call following code to not add "XXXX" to output filename,
PDFToImageSetFileNameSuffix("");
Related Posts
Related posts:
How to convert PDF file to FAX image easily?
Could you know how to convert pdf file to png image?
Could PDF To Image Converter realize lots of pdf files converted into tif files one time?
We would like a small size gif, what should we do when converting pdf to gif?
Do we need to set dpi as 300 in each pdf file when getting several missions on converting pdf to wmf...
How could I convert Vietnamese pdf to pcx and get smaller size pcx?
We are evaluating your software in order to convert a gray scale pdf image to mono G4 tiff
Do you have a SDK product or DLL Library which can convert from PDF files to many other formats?