Convert powerpoint workflow slide to pdf - lines missing

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

Hello Dan,

We are releasing new PDF rendering in the next two days.
It will draw all lines properly but first versions won’t support line caps like arrows.

I've installed the latest version of aspose.slides.dll. However, when the code hits the line Presentation pres = new Presentation(inFileName) I get a method not found error (inFileName is just a variable holding the path to the file). Has the method call changed?

Dan

Please read this thread.