DOC to PDF conversion issue with embedded Excel OLD rendering using C#

Hello, I have a problem when converting this word document to pdf ... the excel embedded in the document appears as a black rectangle.

Is there any way to correct this error?

My code:

Document oDocumento = new Document("C:\\Prueba.doc");

oDocumento.Save("C:\\Prueba.pdf");

Thank you very much.

Hi Yolanda,

Thanks for your query. I have managed to reproduce the same problem at my end. I have logged this issue in our issue tracking system and you will be notified via this forum thread once this issue is resolved.

We apology for your inconvenience.

Hello, Yolanda.

The initial issue you desrcribed (i.e. MS Excell table as a black rectangle) is not reproduced on the latest version of Aspose.Words. However the output image is corrupted a little bit. This occurs because the provided document contains a metafile (WMF) image with SRCPAINT raster operation used. Unfortunately such operations are not yet supported in Aspose.Words rendering.
This feature isn’t going to be implemented in the nearest future.


The issues you have found earlier (filed as WORDSNET-5702) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.