Re: [iText-questions] Document constructor error

2004-05-03 Thread Bruno
Quoting Benjamin Theodore Tripp <[EMAIL PROTECTED]>: > 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 u

[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] Document constructor

2002-02-27 Thread Paulo Soares
[EMAIL PROTECTED] > Subject: [iText-questions] Document constructor > > Hi, > > First of all, thanks for all your efforts with iText, it is a really > useful > package! > > My question is...I want to create a Document instance with the page size > and > margins ba

[iText-questions] Document constructor

2002-02-27 Thread David Gilbert
Hi, First of all, thanks for all your efforts with iText, it is a really useful package! My question is...I want to create a Document instance with the page size and margins based on a PageFormat object (which I'm retrieving from a page setup dialog). I've written the following code which s