Hello aspose,
I am converting a pptx file to pdf with a normal procedure( just downloaded latest aspose.total package) :
Dim presentation As New Presentation(memoryStreamInput)
presentation.Save(memoryStreamOutput, Export.SaveFormat.Pdf)
In the orginal i have some red lines at the top. The exported pdf doesn't have this lines.
See attachments :
Aspose1.jpg = orignal opened in powerpoint
Aspose2.jpg = generated pdf
Do i something wrong or is it a bug?
Thanks in advance
Greetings,
Michel