Torsten

what about supporting iText tagmap?
http://www.lowagie.com/iText/tutorial/ch07.html

it would need small changes:

1. add tagmap file name to configuration, and one more field member
"tagmap".
2. change in setOutputStream()
        this.contentHandler = new SAXiTextHandler(document);
to 
        this.contentHandler = new SAXmyHandler(document, tagmap);



thanks,
Argyn

> -----Original Message-----
> From: Torsten Curdt [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 22, 2002 10:22 PM
> To: [EMAIL PROTECTED]
> Subject: [ANNOUNCEMENT] new pdf serializer in HEAD
> 
> 
> I've just added a new pdf serializer to the HEAD branch. It 
> is based on the 
> iText library. iText seems to come with a lot of nice 
> features and I was told 
> it is supposed to consume less memory and be faster than fop. 
> Haven't tested 
> the facts yet though... Anyway I thought it would be could to have an 
> alternative for PDF creation...
> 
> I just created another PDF link in the samples page.
> 
> 
> happy testing ;-)
> 
> cheers
> --
> Torsten
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to