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:
PDF to TIFF conversion issues
Can we convert PDF to JPG with good quality without enlarging DPI?
How to converter pdf to wmf with bigger dimension?
How to get a big dimension jpg with the converting PDF to JPG?
I want to convert pdf to clearer png, what should I do?
VeryPDF PDF Thumbnail Generator
PDF to Raster Command Line Converter
VeryPDF PDF Rasterizer for .NET SDK. Convert PDF to Images from C# and VB.NET Applications. PDF SDK ...