Hi Guys,
i have a Powerpoint Slide which contains 2 autoshapes (arrow and rectangle). if i simply execute the following code.
Dim lpres As New Aspose.Slides.Presentation("c:\temp\replace.ppt")
lpres.Write("c:\temp\replace2.ppt")
the size of these shapes are totally reduced and the layout is therefore rubbish.
Attached is the file.
One additional note to that Problem. I think the problem is related to a Textholder. The original Shapes in Replace.ppt have no textfield assigned. After saving with Aspose.slides you can write text into the shape, and powerpoint resizes the shape to the size of the textbox.
How can i avoid the append of the textholder?
best regards,
Kai