Barry Brown wrote:

Do you think that a markup language for pdf would be
useful.

Hello world:

<document id="1">
<paragraph>Hello World</paragraph>
</document>
<writer document="1" file="output.pdf"/>


IText could then provide the interpretor.
I started 'inventing' a markup language (see com.lowagie.text.xml.XmlWriter), but it was as if I started reinventing the wheel. Nowadays I just take XML files made using any schema and I write my own DocumentHandler according to the customers needs.
br,
Bruno


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to