acPDFCreatorLib.Net.dll for 4.0 runtime

These different converters modules enables you to convert your existin documents to the above formats. These are all parts of our Document Converter produt.
Here you can post all the installation and usage issues related to the document converters including our latest DOCX Converter
Post Reply
Evgheni
Posts: 2
Joined: Fri Mar 22 2013

acPDFCreatorLib.Net.dll for 4.0 runtime

Post by Evgheni »

Hello.
We are facing poor performance while converting PDF files to XAML.
Pdf files are generated by Crystal Reports in memory and contain text and lines as table borders.
Each page takes in average 1 second to be converted into xaml.

Resulting xaml is big and inefficient due to the way you create path data values.
Also using byte array to retrieve packed xaml (document.GetAttribute("XAML")) instead of using streams is not a very good implementation in .net either.

Anyway...
We tried to generate native image for acPDFCreatorLib.Net.dll using ngen tool and it gave around 20% performance increase. But native images for 2.0 are not used if you are running in .net 4.0 runtime.
So my question is are you planning to rebuild your project to target .net framework 4.0 or even 4.5?

Do you have any other tips, how we can improve converting performance?
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Re: acPDFCreatorLib.Net.dll for 4.0 runtime

Post by Jose »

Hello,

The current v4.5 version of the Amyuni PDF Creator .NET products supports .NET framework v4.0.

Thanks
Get PDF Suite, the expert .NET developer toolkit for PDF conversion, creation and editing - www.amyuni.com/pdfsuite
Post Reply