Re: Liinking an image into a PPTX file

Hi, thank you for your quick answer. It’s work fine.
But I have another question.
I can add linked image into doc file, but I can’t add into docx file.


Aspose.Cells.Workbook wb = new Aspose.Cells.Workbook();
wb.Open(textBoxDoc.Text);
//Get the first worksheet in the book
Aspose.Cells.Worksheet sheet = wb.Worksheets[wb.Worksheets.ActiveSheetIndex];
sheet.Shapes.AddLinkedPicture(4, 4, 100, 100, “http://www.aspose.com/Images/aspose-logo.jpg”);

I tryed to use FileFormatType ff = FileFormatType.Excel2007Xlsx;
when I create wb, but it doesn’t work
Could you give me suggestion?


Hi,

We have already posted a reply for your query in other thread: <a href="https://forum.aspose.com/t/69404


Thank you.

Hi,

Please try the attached version.

Thank you.

The issues you have found earlier (filed as ) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by MuzammilKhan