Trying to put a table inside a cell I tried using the following:
dim row1tabl1 as row = new row(table1)
table1.rows.add(row1table1)
row1table1.cells.add("Some text", font1)
row1table1.cells.add(Table2)
I thought this is a viable expression to use in aspose
Thanks for considering Aspose.
I think you thoughts have something to do with nested tables. Please take a look at http://www.aspose.com/Wiki/default.aspx/Aspose.Pdf/NestedTable.html where you can find some good samples and usages.
Thanks man thats exactly what I was looking for. All the best