Control Table position in pdf file!

hi all ,


I need to add a big table into a pdf file . My problem is : the width of table is big , so content of my last collumn is overflow .

I’m finding the way to move the table a little bit to left . So my last collumn is not dissapear !

Can you help me to solve this !

Thanks you very much !

Hi Nguyen,

Thanks for using our products.

In order to move the table to left side of page, you may consider setting the left margin for table. Furthermore, you can also specify the page width according to table width. Please note that Aspose.Pdf.Generator.Table class has a property named IsVerticalBroken which indicates whether the table is broken vertically as the table is printed out of the right
page margin. If the sub-table can be place in the same page, it will be placed
after the original table in the same page. If The sub-table can’t be place in
the same page, it will be placed after the original table in the next page. The
default value is false.

I would also suggest you to please visit the following links for information on

In case you still encounter the same issue, please share the code snippet which you are using so that we can test the scenario at our end.