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:
Call PDF To Image Converter COM Component v2.0 from 64bit application
Conversion problem in PDF to Image Converter
PDF to Image Converter Loading Files Limitation
Convert PDF to Image file from VB.NET, Reference to pdf2image.dll from VB.NET
Which kind of tools will provide me the function on converting pdf file to jpeg image directly and q...
How could we get a grayscale png through converting pdf to png?
How to convert Kinyarwanda pdf to bmp through PDF To Image Converter?
How to Create High Quality TIFF Images from a PDF File?