Hi Luca,
Please download the project from
Hi Luca,
Thanks for sharing the sample project.
I have tested the scenario with Aspose.Pdf for .NET 8.5.0 over Windows y(x64) in Visual Studio 2010 application, where I have used the following code snippet and I am getting <font color="red">InteropServices.ExternalException (0x80004005): A generic error occurred in GDI+.</font>
For the sake of correction, I have logged it in our issue tracking system as PDFNEWNET-35989. I. We will investigate this issue in details and will keep you updated on the status of a correction. We apologize for your inconvenience.
The image is not being added to PDF file so I am unable to verify the transparent image issue.
C#
string emptyPdf = "c:/pdftest/empty.pdf";
string outputPdf = "c:/pdftest/withImage_8_5_0.pdf";
string transparentPng = "c:/pdftest/tmpimgtransp_0.png";
File.Copy(emptyPdf, outputPdf, true);
FileStream ioStream = new FileStream(outputPdf, FileMode.Open, FileAccess.ReadWrite);
// open document
Document pdfDocument = new Document(ioStream);
Console.WriteLine("Add transparent image : " + transparentPng);
Rectangle rect = pdfDocument.Pages[1].GetPageRect(false);
pdfDocument.Pages[1].AddImage(transparentPng, rect);
pdfDocument.Save();
Hi Nayyer,
Hi luca,
Hello Tilal,
Hi Gaetano,
We are sorry for the inconvenience caused.
I am afraid your reported issue is still not resolved due to other priority issues. However, we have recorded your concerns and raised the issue priority. We have also requested our development team to complete the investigation and share an ETA at their earliest.
Moreover fix of an issue depends upon its priority and complexity. We try our best to deal with every customer request in a timely fashion,our developers work on issues on a first come, first served basis. We feel this is the fairest and most appropriate way to satisfy the needs of the majority of our customers.
In addition to normal support option, we have another support service, priority support. That allows you to post your issues in our Priority Support forum and raise the priority of these issues directly with our development teams, if possible, we will then aim to get a resolution to your issue as soon as we can. Many Priority Support customers find that this leads to their issue being fixed in the next release of the software. Please check following links for the details.
[Priority Support FAQs](http://www.aspose.com/corporate/services/support-FAQs.aspx)
Please feel free to contact us for any further assistance.
Best Regards,
The issues you have found earlier (filed as PDFNEWNET-36077) have been fixed in Aspose.Pdf for .NET 8.7.0.
This message was posted using Notification2Forum from Downloads module by Aspose Notifier.