Marcus Fritze
unread,Jun 21, 2012, 1:18:08 PM6/21/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to purepdf...@googlegroups.com
hi
as far as I know, it's not possible to set set x and / or y position of current writer. When I add a table to the pdfDocument, I want to add a little vertical gap and then add another table. Currently, the second table (SimpleTable) will be added immediately after the first table, but I need a gap! It would be nice, when I could control where I add new elements to the document.
I tried PDFDocument.newLine() but this is a protected function.
Any suggestions?
Thanks!
Marcus