[iText-questions] PDF / SERVLETS / chap0105

2003-01-23 Thread Jpenuela
We are planning to migrate some servlets that generates .html to be printed, to generate .pdf file, easy to print, using iText library. So, whe start testing example chap0105.java.  In our OC4J embeded in Jdevelpoer 9.0.2, Acrobat Reader starts to load, but It never ends, it hungs.  If I o

Re: [iText-questions] PdfPTableEvent

2003-01-23 Thread Ricky M. Codizar
Thanks a lot Bruno..the problem were solved. (B (BPlease accept my apology and I'm just new to Java and iText...till next time... (B (BBruno $B$5$s$O=q$-$^$7$?(B: (B>Quoting "Ricky M. Codizar" <[EMAIL PROTECTED]>: (B> (B>> Here is the error. I'm working on a Japanese environment and the er

RE: [iText-questions] Creating large PDF with table.

2003-01-23 Thread prabhakaran ramalingam
hi, thanks for ur suggestions. But I have used PdfWriter.fitsPage at first place itself. now i am trying with the PdfPTable class. here I want to know is there any method to take some two rows ( which will be used as Headers). as of now I am trying to take the cells of these 2 rows and adding i

[iText-questions] java script & copied acrofom fields

2003-01-23 Thread kelly B
Hi, Is it possible to add java script that interacts with copied acroform fields?  I have been trying, but it seems that the added java script can not 'see' the form fileds.  (For example, "this.numFields" returns "0".)  Am I doing anything wrong? Appreciate your help (or any thought), kelly    Do

Re: [iText-questions] PdfPTableEvent

2003-01-23 Thread Bruno
Quoting "Ricky M. Codizar" <[EMAIL PROTECTED]>: > Here is the error. I'm working on a Japanese environment and the error > message may not have the exact words as generated > by iText. I just translated it to English. > > BasicProjectFrame3.java:121: exception com.lowagie.text.DocumentException

Re: [iText-questions] PdfPTableEvent

2003-01-23 Thread Ricky M. Codizar
Here is the error. I'm working on a Japanese environment and the error message may not (Bhave the exact words as generated (Bby iText. I just translated it to English. (B (BBasicProjectFrame3.java:121: exception com.lowagie.text.DocumentException is not (Bspecified. In throwing or catching,

[iText-questions] using ttf fonts

2003-01-23 Thread David Thielen
Hi;   If I want to use ttf fonts (ie fonts other than the standard helvetica/courier/times roman - what is the best way to find the font files? I don't want users to have to list paths for me.   thanks - dave

[iText-questions] Creating different files each time I run it

2003-01-23 Thread David Thielen
Hi;   I tried to write a test program where I generate a pdf file, look at it carefully to make sure it's correct, then have aunit test that generates the same file and compares it byte by byte with the checked one.   The problem is that ever time I run it, I get an error like this:       Mi

[iText-questions] Insert Column like word

2003-01-23 Thread Huy Ho
Dear, How can I insert column in pdf like MS Word? Thanks,Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now

RE: [iText-questions] Unbounded table width and height

2003-01-23 Thread Paulo Soares
There's no direct way of doing this. I'll add to PdfPTable a way to output an arbitrary rectangle of cells. Best Regards, Paulo Soares > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 6:35 > To: [EMAIL PROTECTED] > Subject:

[iText-questions] java script & copied acroform fields

2003-01-23 Thread kelly B
Hi, Is it possible to add java script that interacts with copied acroform fields?  I have been trying, but it seems that the added java script can not 'see' the form fileds.  (For example, "this.numFields" returns "0".)  Am I doing anything wrong? Appreciate your help (or any thought), kellyDo you

[iText-questions] How to draw border around PdfPTable?

2003-01-23 Thread Seran, Sathiyan
All, I am new to iText. I am using PdfPTable in my PDF document creation. How to draw border around PdfPTable (not around cell)? On Table class I found setBorder() method, but I did not find one in PdfPTable class. Thanks, -Sathiyan --- Thi

RE: [iText-questions] Watermark existing document

2003-01-23 Thread Paulo Soares
It depends. If you want a generic solutions then the option is to convert each pdf page to an image (with gs) and then make the white transparent. If you have many documents in the same situation and they all have the same structure then go to the image dictionary and make white transparent. Either

RE: [iText-questions] PDF Form Update Question

2003-01-23 Thread Paulo Soares
iText can't, in an easy way, update fields. While it's easy to update the values there's still to consider that the appearance streams need also to be fixed and that requires some form of content parser. This and form flattening is in my to-do list but not at the top. Best Regards, Paulo Soares >

[iText-questions] PDF Form Update Question

2003-01-23 Thread Paul Danckaert
Hi, I have a PDF file I would like to use as a template.  It has form fields set in the correct position/rotation, and I just need to go and set values for these fields before saving out  a new copy. Is this currently possible with iText?  I see that I can get PRAcroForm from a reader, but d

[iText-questions] Watermark existing document

2003-01-23 Thread Richard Damien (AXEN)
Title: Watermark existing document Hello, I want to Watermark existing document, but I've an issue. If the document is a scanned one, each page content is an image, and the watermark doesn't appear because it's put under the image. How can I solve that ? thanks a lot, Damien ---

RE: [iText-questions] Alignment Problem

2003-01-23 Thread Paulo Soares
Of course it doesn't work! ColumnText only defines left and right bounds and writes until it runs out of space. If you need vertical alignment use a PdfPTable with a single column. Best Regards, Paulo Soares > -Original Message- > From: Deepak Chandrasheker [SMTP:[EMAIL PROTECTED]] > Sent

RE: [iText-questions] (no subject)

2003-01-23 Thread Paulo Soares
iText supports the 2D barcode PDF417 (not yet in the official version). Get it from www.geocities.com/itextpdf, there's also an example. Best Regards, Paulo Soares > -Original Message- > From: Navin [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 9:45 > To: [EMAIL PROTECTED]

RE: [iText-questions] PdfPTableEvent

2003-01-23 Thread Paulo Soares
And the error is? In any case fonts can be created anywhere even with the document closed so the problem is here and not in PdfPTableEvent. Best Regards, Paulo Soares > -Original Message- > From: Ricky M. Codizar [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 9:01 > To: [EM

RE: [iText-questions] PdfCopy example

2003-01-23 Thread Paulo Soares
I'm working on it, both at adding content to a document and at inserting fields and annnotation in a new document. Best Regards, Paulo Soares > -Original Message- > From: Emile Kok [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 23, 2003 8:36 > To: [EMAIL PROTECTED] > Subject: [

[iText-questions] (no subject)

2003-01-23 Thread Navin
Hello I have been using the iText very frequently. Its great. I want to generate 2D Barcodes. Could anyone please tell me how this can be achieved. Thanks in advance. Bye Navin    

Re: Antwort: Re: [iText-questions] Output to Excel

2003-01-23 Thread daniele.rizzi
Well, it's true: sending some html doc with content set to application/vnd.ms-excel will force iexplore.exe to launch msexcel. And it works smoothly. Nevertheless I'd rather add that: - you have to install msexcel 2000 or XP on any client involved (excel 97 or older won't work) - and make sure peop

[iText-questions] Alignment Problem

2003-01-23 Thread Deepak Chandrasheker
hi,         i am using ColumnText.setSimpleColumn to display some text in the PDF file. i want the horizontal alignment to be LEFT and the vertical alignment to be MIDDLE. i tried to use Element.ALIGN_LEFT|Element.ALIGN_MIDDLE in the setSimpleColumn( ) method. but it does not seem to work.

Re: [iText-questions] PdfPTableEvent

2003-01-23 Thread Ricky M. Codizar
Hi, I'm using PdfPTableEvent to add diagonal lines and text to my PdfPTable. I sucessfully added diagonal lines but I'm having a problem inserting a text on a column. Is it possible to add text inside the PdfPTableEvent (I'm using a different class for the PdfTableEvent)? Because when I'm decl

[iText-questions] PdfCopy example

2003-01-23 Thread Emile Kok
Hi does anyone have an example using PdfCopy to read a file and then to write out a new one with additional text added to it on the fly? thanks in advance Emile Kok == Download ringtones, logos and picture messages at Ananzi Mobile Fun. http://www.ananzi.co.za/cgi-bin/goto.pl?mobile -