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
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
[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
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