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.