Hi,
This is what I am trying to do -
I have to place the tables, text and images in absolute position.
So I have created floating box and placed the elements (Table/Image/Text) inside it.
Table content is dynamic and can span upto several pages. In that case table should be broken and displayed in new page along with header.
If the table is placed outside floating box, this works fine (by setting IsBroken flag).
But I couldn't achieve the same, after placing the table inside FloatingBox.
Please advise ASAP.
(I can understand that the purpose of floating box is little different from what I am trying to achieve. But I need to place the elements in absolute position - Explicitly Set Top and Left. So I chose this option)
[Edit]
I am using Aspose.Pdf.Generator