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.

Wed Mar 16, 2011 10:59 am

Hi,

On a docx with tables that span over a page break, if I save the docx in Spire.Doc as a pdf then the rows around the pdf pagebreak are not always displayed correctly. I have tried setting the table property 'Allow row to break across pages' to false but this doesn't help.

The bottom border of the row above the pagebreak is not rendered.

Thanks.

markowens
 
Posts: 24
Joined: Mon Mar 14, 2011 3:20 pm

Thu Mar 17, 2011 10:06 am

Hi friend,
Sorry for any inconvenience caused by us.
It may be a bug and we need more time to research it. We have added it into our bug trace. If it is indeed a bug, we will fix it in the next version.
Harry
Technical Support / Developer,
e-iceblue Support Team
User avatar

harry.support
 
Posts: 180
Joined: Mon Nov 08, 2010 3:11 pm

Mon Jul 18, 2011 1:05 pm

Hi,

We are evaluating Spire.Doc for our products and I think we've ran into this same issue or a comparable issue when converting a .doc / .docx file to PDF. Except, it does not only incorrectly convert the table, it also doesn't convert anything after the table that spans multiple pages either (Table is on page 1, document is 5 pages long, only results in a 2 page pdf). It seems to happen when a table starts on one page and then one row spans one full page or larger.

Would it be best to upload the .doc file as an example or have you been able to reproduce this issue? Or is email the best way for this?

We're using today's version (4.0.5) of Spire.doc Pro.

Thanks in advance.

jcc_colin
 
Posts: 3
Joined: Mon Jul 18, 2011 12:08 pm

Tue Jul 19, 2011 7:39 am

Dear jcc_colin,
Thanks for your inquiry.
We just fix this problem, the latest version is 4.0.6.
You can have a test. http://www.e-iceblue.com/Download/download-word-for-net-now.html
Justin
Technical Support / Developer,
e-iceblue Support Team
User avatar

Justin Weng
 
Posts: 110
Joined: Mon Mar 28, 2011 5:54 am

Tue Jul 19, 2011 7:54 am

Thanks for your reply, but unfortunately it doesn't change a thing in the case of our test document.

jcc_colin
 
Posts: 3
Joined: Mon Jul 18, 2011 12:08 pm

Tue Jul 19, 2011 8:42 am

Dear jcc_colin,
Thanks for your inquiry.
Would you please provide us some of your doc files? So that we can reproduce your problem and fix it.
Justin
Technical Support / Developer,
e-iceblue Support Team
User avatar

Justin Weng
 
Posts: 110
Joined: Mon Mar 28, 2011 5:54 am

Tue Jul 19, 2011 8:57 am

I added an attachment in this post. It's just a test document, but with the following code it just results in a two page PDF with an empty second page:

Code: Select all
Document document = new Document();
document.LoadFromFile(@"C:\doc2pdf\Test-images_text_table_bug_spire.doc", FileFormat.Auto);
document.SaveToFile(@"C:\doc2pdf\Test-images_text_table_bug_spire.doc.pdf", FileFormat.PDF);

jcc_colin
 
Posts: 3
Joined: Mon Jul 18, 2011 12:08 pm

Thu Aug 11, 2011 9:53 am

Dear jcc_colin,

The issue posted by you has been fixed, please download the Spire.Doc hotfix v4.0.10 from http://www.e-iceblue.com/Download/downl ... t-now.html
Harry
Technical Support / Developer,
e-iceblue Support Team
User avatar

harry.support
 
Posts: 180
Joined: Mon Nov 08, 2010 3:11 pm

Return to Spire.Doc