Steven Elliott wrote: > I am trying to add a PdfPTable to a document and would like to indent it > 20F from the left margin.
What about an extra column without content/borders? What about adding the PdfPTable with writeSelectedRows? What about using ColumnText instead of document.add()? There are probably more possibilities, but we would need to know more about the context. > I don’t see any immediate way to do this. Would it be better to use > Table instead? Certainly not. In this case Table is not a good option. > If there is an example I should review or a method I have overlooked any > hints/help would be appreciated. The most general solution to do this kind of layout operations, is ColumnText. Have a look at the tutorial chapter about columns. br, Bruno ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
