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.

Tue Jan 12, 2016 2:48 am

Hi,

The OverflowException error has been resolved. But there are difference between word document and pdf document on content.
Our dev team will continue fixing the differences. We will keep you updated.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2767
Joined: Wed Jun 27, 2012 8:50 am

Mon Feb 01, 2016 3:21 am

Hi,

Thanks for your waiting.
Your issue has been resolved and new version has been released. Welcome to download and test Spire.Doc Pack(hot fix) Version:5.6.16.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2767
Joined: Wed Jun 27, 2012 8:50 am

Fri Mar 18, 2016 1:39 pm

Thanks for the patch, but it is still very slow for me, about 1 sec per page, here is the code I use :
(I also put in attachment the file I use for the tests)

Code: Select all
Spire.Doc.Document document = new Spire.Doc.Document();
System.IO.MemoryStream inputStream = new System.IO.MemoryStream(bytes);
document.LoadFromStream(inputStream, Spire.Doc.FileFormat.Auto);

// doing some very fast modification to the document...

System.IO.MemoryStream outputStream = new System.IO.MemoryStream();
Spire.Doc.FileFormat format = document.DetectedFormatType;
if (convertToPDF) format = Spire.Doc.FileFormat.PDF;
document.SaveToStream(outputStream, format);
document.Dispose();
Robin Leblond
.Net Consultant, Montréal, Qc, Canada

robinleblond
 
Posts: 22
Joined: Fri Jan 29, 2016 5:46 pm

Mon Mar 21, 2016 2:45 am

Hi,

Thanks for your posting.
Our dev team did some improvement for the speed issue.
We will inform you when new version is released.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2767
Joined: Wed Jun 27, 2012 8:50 am

Sat Apr 09, 2016 1:51 am

Any updates on this? My Word doc is only 136k and 46 pages, but it is taking so long to save as a PDF that our site errors out. Even smaller 5 page Word docs are taking 30-45 seconds on a very fast web server.

DavidHuey
 
Posts: 8
Joined: Tue Mar 08, 2016 5:28 am

Mon Apr 11, 2016 1:59 am

Hi,

Please try Spire.Doc Pack(hot fix) Version:5.6.62.
If the taking time doesn't have some improvement, please provide us your Word document to help us investigate it because the number of the elements and complexity of the structure will affect the conversion time.
Thank you.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2767
Joined: Wed Jun 27, 2012 8:50 am

Wed Apr 13, 2016 2:03 pm

This is a WAY faster, for 8 pages, it went from 9 seconds to 3, thanks !
Robin Leblond
.Net Consultant, Montréal, Qc, Canada

robinleblond
 
Posts: 22
Joined: Fri Jan 29, 2016 5:46 pm

Thu Apr 14, 2016 1:54 am

Hi,

Thanks for your feedback.
I am glad that the version works for you.
Welcome to write to us again if you have further problems.

Best Regards,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2767
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.Doc