zind
September 3, 2009, 3:53am
1
Using release 3.6.0.0
When I try to extract a Page from a PDF file (with color), i get a bi-color image result.
Worked fine with a older version of aspose, but we had to upgrade to the new version.
code
…
FileStream inputFile = new FileStream(inputFileName, FileMode.Open);
PdfConverter converter = new PdfConverter();
converter.BindPdf(inputFile);
converter.DoConvert();
int imageCount = 0;
while (converter.HasNextImage())
{
imageCount++;
converter.Resolution = 150;
converter.GetNextImage(prefix + imageCount + suffix, ImageFormat.Png);
}
…
Hi John, Please share the PDF you’re having problem with. We’ll look into the matter and you’ll be updated accordingly. We’re sorry for the inconvenience. Regards,
zind
September 4, 2009, 7:08am
3
Some additional information.
The PDF is made with Adobe Acrobat (CS3) with next steps:
Word document -> Print -> Adobe PDF -> Saved -> Opened -> Added a background
Hopefully this information will help solving the problem.
It has worked well with aspose.pdf.kit version: 3.3.0.0
Regards, John
Hi John, I have reproduced the problem at my end and it is logged as PDFKITNET-10368 in our issue tracking system. Our team will be looking into the matter and you’ll be updated via this forum as the issue is resolved. We’re sorry for the inconvenience. Regards,
The issues you have found earlier (filed as 10368) have been fixed in this update .
This message was posted using Notification2Forum from Downloads module by aspose.notifier .