Aspose Slides 3.0 - can't open presentation + PDF problems

After installing 3.0 version of Aspose.Slides for .NET I have problems with opening presentations using Presentation object. I attached the problematic sample. It works fine with 2.9.2.0.

Additionally I have two problems with PDF export:
1. In sample attached there are also some arrows which when converting to PDF using SaveToPdf method loose their heads. This happens also to all previous versions of the library. I attached the result using 2.9.2.0. version.
2. Another problem is the greyscale formatting for pictures. It doean’t work in PDF export. Apart from that the resolution output is really poor even using high resolution pictures.



The source code it very simple:

Presentation part1 = new Presentation(InputFile);
part1.SaveToPdf(outputFile);

Best wishes
Bart

Dear Bart,

Thanks for reporting the problem. We will fix the error opening presentation.

1- Line caps like arrows are not rendered as yet in PDF rendering.

2- Newer version should fix the image quality issue, however it has huge memory consumption problem. Please see this thread. http://www.aspose.com/community/forums/1/147669/new-pdf-rendering-engine/showthread.aspx

Please download the fix Aspose.Slides for .NET 3.0.1.17600.

Hi Shakeel,
Thank you for the update. Everything works fine now.
File are loading and images are now in better quality.

What about arrows (line caps). Are you going to fix it in the future?

Best wishes
Bart

Yes, it is in our plan to add its support in future.