Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Mon Aug 18, 2014 3:09 pm

Hello.
We are looking for conversion tool from office formats to pdf.
We was unable to test docx conversion to pdf, cause it works very slow ( more then 10 minutes on 97 pages docx ).

Your library looks great but we need to solve that performance issue.

Here is my test code

using Spire.Doc;

Code: Select all
namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            var doc2 = new Document("D:\\2.docx");
            doc2.SaveToFile(@"D:\3.pdf", FileFormat.PDF);
        }
    }
}



D:\\2.docx attached

We are using Spire.DOC version 5.2.15.4040 downloaded from your site

We are looking forward for you reply and will be glad to buy Spire.Office bundle

sadgb
 
Posts: 4
Joined: Mon Jul 28, 2014 11:26 am

Tue Aug 19, 2014 6:25 am

Hello,

Thanks for your feedback.
We have posted the issue to our Dev team, once there are any update, we will let you know ASAP.
Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Mon Sep 01, 2014 1:04 pm

we are still waiting for your reply.
we really like your software but we can't buy product with such awfull performance bug

sadgb
 
Posts: 4
Joined: Mon Jul 28, 2014 11:26 am

Tue Sep 02, 2014 3:14 am

Hello,

Thanks for your waiting. Sorry that it is difficult that the performance can be get optimized in a short time. Once there is any progress, we will inform you immediately. Sorry for inconvenience.
Thanks,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Return to Spire.Doc