[iText-questions] Document constructor error

2004-05-02 Thread Benjamin Theodore Tripp
I'm new to itext, so I followed the tutorial/examples fairly closely. What happens is that my program compiles with no errors. If I run it in the Eclipse IDE, everything works fine and there are no exceptions. If I try and run it using the commmand line, I get an error that says "NoClassDefFoundE

Re: [iText-questions] iText, XML and element tagging

2004-05-02 Thread Graham Leggett
Bruno wrote: If you don't use 'Advanced iText' (i.e. PdfContentByte stuff), it's not hard to do, it just takes some time to do it. Take a look at the code of XmlWriter and use it as inspiration to write your own MyXmlWriter class (with your own tags). If MyXmlWriter extends DocWriter. Ideally I wo