MohamedSaeed / xdocreport

Automatically exported from code.google.com/p/xdocreport
1 stars 0 forks source link

Issues in printing a indented Table by setting page margins #461

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I applied page margin to the document(.docx) programatically using docx4j. 
2. The new document honored the page margin and tables are indented, but when 
we print using iText table is not printed properly.

What is the expected output? What do you see instead?
The table is honoring left margin and not shrinking so, the table looks like 
i's shifted right. please have a look at the document for better understanding 
of problem.

What version of the product are you using? On what operating system?
we are using docx4j-v2.0.1 and iText-4.2.0

Please provide any additional information below.
SimpleTable.docx - the document on which we are applying page margins. 
Docx4jSimpleTable.docx - the document generated after applying page margins.
Docx4jSimpleTable_docx.pdf - the pdf generated after applying changes. 
SimpleTable_docx.pdf - the pdf generated before applying changes. 

Original issue reported on code.google.com by vankudot...@gmail.com on 12 Dec 2014 at 10:19

Attachments: