PDFToImageSetFileNameSuffix function

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("");

VeryPDF

Related Posts