[iText-questions] Using iText in a Java program rather than a servlet

2002-04-19 Thread Joseph_Wilk
I want to run a java program that creates and archives PDF files. This program will be run nightly, triggered by our AS/400. I have successfully used the package in a servlet but the AS/400 cannot call a servlet. Can I create a PDF file with a plain java program using iText rather than using a

Re: [iText-questions] Bug in PdfGraphics2D (and fix)

2002-04-19 Thread Bruno Lowagie
Quoting Paulo Soares [EMAIL PROTECTED]: There's a bug in PdfGraphics2D that shows the text at the wrong position if the text is rotated. The fix is: (fix) OK thanks, I uploaded the fix to CVS. ___ iText-questions mailing list [EMAIL PROTECTED]

Re: [iText-questions] Using iText in a Java program rather than a servlet

2002-04-19 Thread Bruno Lowagie
Quoting [EMAIL PROTECTED]: I want to run a java program that creates and archives PDF files. This program will be run nightly, triggered by our AS/400. I have successfully used the package in a servlet but the AS/400 cannot call a servlet. Can I create a PDF file with a plain java program

RE: [iText-questions] Transparent image not transparent when printed

2002-04-19 Thread Paulo Soares
It's a printer driver problem, iText can do nothing about that. You can merge the two images using JAI, I don't know how but you can ask it in the JAI mailing list. Best Regards, Paulo Soares -Original Message- From: Aaron _ [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 6:44

RE: [iText-questions] acro form question

2002-04-19 Thread Paulo Soares
It's impossible to do it with the current model. All the child annotations are placed in the same page as the parent. I'll have to signal that an annotation can be placed in another page (but the page must greater than the current one). It will be ready today or Monday. Best Regards, Paulo

Re: [iText-questions] acro form question

2002-04-19 Thread David Teran
Hi Paulo, It's impossible to do it with the current model. All the child annotations are placed in the same page as the parent. I'll have to signal that an annotation can be placed in another page (but the page must greater than the current one). It will be ready today or Monday. great

Re: [iText-questions] acro form question

2002-04-19 Thread Bruno Lowagie
Quoting David Teran [EMAIL PROTECTED]: would it be ok if we profile itext a little bit more? maybe we can improve speed or decrease memory footprint (and this time without sending such buggy code as we did before ;-) As I allready said: well argumented changes can always be considered for

RE: [iText-questions] acro form question

2002-04-19 Thread Paulo Soares
Here's the solution and an example on how to use it. Best Regards, Paulo Soares annots.zip -Original Message- From: David Teran [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 11:25 To: Paulo Soares Cc: [EMAIL PROTECTED] Subject: Re: [iText-questions] acro form

RE: [iText-questions] Transparent image not transparent when prin ted

2002-04-19 Thread Aaron _
It may in fact be a printer problem, but I have tested this on multiple printers from multiple computers and *every* computer/printer has the same problem. Also, I have several other people with various setups and still the same results. I think the solution will be to merge the two images

RE: [iText-questions] Transparent image not transparent when prin ted

2002-04-19 Thread Paulo Soares
You may well be right. I've only managed to print transparencies with a postscript printer language level 3 from Acrobat Reader 5.0. From Ghostscript with gsview 4.1 and Acrobat 4.05 it prints correctly to any printer. It may print with Reader 5.05 but I haven't tried. If you are still interested

RE: [iText-questions] acro form question

2002-04-19 Thread Paulo Soares
If you happen to create a complex form that you can share the form creation code, please do. Examples are needed in this area. Best Regards, Paulo Soares -Original Message- From: David Teran [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 17:47 To: Paulo Soares Cc: [EMAIL

RE: [iText-questions] acro form question

2002-04-19 Thread Paulo Soares
Thanks a lot! Best Regards, Paulo Soares -Original Message- From: David Teran [SMTP:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 18:00 To: Paulo Soares Cc: [EMAIL PROTECTED] Subject: Re: [iText-questions] acro form question Hi, we are using the form feature in

[iText-questions] What Do These Errors Indicate?

2002-04-19 Thread Dan Randall
Hi, I am using iText 0.90 and with some PDF's I get an error by calling the getPageSize method of a PDFReader object. The errors look like: starting application C:\java\itext\concat\Concat.classCommand line: C:\jdk1.3.1_03\bin\java.exe -classpath "C:\java\itext\concat"ConcatThe current