I'm testing an evaluation of aspose components to convert powerpoint slides to a pdf file. My test case is a simple flow diagram. The resulting pdf file doesn't show the connecting lines properly.
the code seems fairly simple;
Presentation pres = new Presentation(inFileName);
pres.SaveToPdf(outFileName);
i've attached the source ppt file and resulting pdf file. Is there a way to create the pdf file and maintain the connecting lines?
thanks Dan