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
|
Code: Select all
|
| <- this line
|
|---|----------|----------|
|-3-|-c--------|-c--------|
|-4-|-d--------|-d--------|
|---|----------|----------|