« Return to Thread: Multi-Column-Layouts with tagmaps and xml

Multi-Column-Layouts with tagmaps and xml

by Caliban279 :: Rate this Message:

Reply to Author | View in Thread

Hello Mailing-List!

I am trying to use iText and it seems that the possibilty of using
tagmaps and xml-content to generate pdf fits, excelent for me. I tested
the example of the pageevents-chapter
(http://itextdocs.lowagie.com/tutorial/directcontent/pageevents/index.php)
and it works nice. But now i want do get the generated pdf in 3-column
layout. But i don't have an idea how i can get this. Because the
SAXmyHandler takes only a DocListener-Object. As far as i understand the
MultiColumnText, i have to add my content (paragraphs, chunks,...) to
that object, to get multiple columns. But the SAXmyHandler put that
content only on DocListener-Objects (like Document). But sadly the
MultiColumnText isn't a DocListener-Object.

So, how can i use Multi-Column-Layouts with tagmaps and xml-content to
get my pdf?

Thank you so much!

Best regards, Caliban





------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
iText-questions mailing list
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

 « Return to Thread: Multi-Column-Layouts with tagmaps and xml