textDocument.addParagraph("Second table");
table = Table.newTable(textDocument, 1, 8);
columnsWidth = new long[] { 5, 19, 11, 14, 27, 12, 75, 4 };
setColumnsWidth(table, columnsWidth);
textDocument.addParagraph("Third table");
table = Table.newTable(textDocument, 1, 12);
columnsWidth = new long[] { 5, 8, 10, 11, 7, 7, 26, 12, 19, 19, 41, 3 };
setColumnsWidth(table, columnsWidth);
textDocument.addParagraph("fourth table (left space of 15mm and 10mm space right)");