Multi-Column-Layouts with tagmaps and xml

View: New views
3 Messages — Rating Filter:   Alert me  

Multi-Column-Layouts with tagmaps and xml

by Caliban279 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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/

Re: Multi-Column-Layouts with tagmaps and xml

by 1T3XT info :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Tagmap/XML parsing doesn't mix with MultiColumn. You have to write your
own XmlHandler as is done in some of these examples:
http://1t3xt.be/?X0001e4
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
_______________________________________________
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/

Re: Multi-Column-Layouts with tagmaps and xml

by Caliban279 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

1T3XT info schrieb:

> Caliban279 wrote:
>  
>> So, how can i use Multi-Column-Layouts with tagmaps and xml-content to
>> get my pdf?
>>    
>
> Tagmap/XML parsing doesn't mix with MultiColumn. You have to write your
> own XmlHandler as is done in some of these examples:
> http://1t3xt.be/?X0001e4
>  

Thanks!

Ok,I try to solve my problems with these examples.




------------------------------------------------------------------------------
_______________________________________________
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/