Issue: Table not rendered properly in PDF on pagebreak

Questions and answers on how to use DOCXReadWrite
Post Reply
oz_
Posts: 5
Joined: Tue Dec 15, 2020 8:04 am

Issue: Table not rendered properly in PDF on pagebreak

Post by oz_ »

Hi,

I have a .docx file with a simple multi-column table. The table starts in the middle of page 1 and ends on page 2. When exporting to PDF the table draws a vertical-line after the last row on page 1 down to the bottom of the page.

Illustration:

Code: Select all

|---|----------|----------|
|-1-|-a--------|-a--------|
|-2-|-b--------|-b--------|
|---|----------|----------|
|
|      <- this line
|      

And on 2nd page:

Code: Select all

| 
|        <- this line
|
|---|----------|----------|
|-3-|-c--------|-c--------|
|-4-|-d--------|-d--------|
|---|----------|----------|

larsa
Site Admin
Posts: 926
Joined: Mon Jun 27, 2005 9:30 pm

Re: Issue: Table not rendered properly in PDF on pagebreak

Post by larsa »

Hello

Please send me a file with this issue.
Lars Arvidsson, Axolot Data
Post Reply