Re: [iText-questions] hyperlink

2005-02-11 Thread Bruno Lowagie
hwell316 wrote: hi... i've read ur question in one of the forums...have you already implemented in inserting a hyperlink in a pdf file...We are using these pdf creator and we want to implement this hyperlink to automatically open using the url...Can you help us here... http://itext.sourceforg

[iText-questions] hyperlink

2005-02-11 Thread hwell316
hi... i've read ur question in one of the forums...have you already implemented in inserting a hyperlink in a pdf file...We are using these pdf creator and we want to implement this hyperlink to automatically open using the url...Can you help us here... tnx ahead!!!_

[iText-questions] Autoreply: iText-questions digest, Vol 1 #2700 - 12 msgs

2005-02-11 Thread jens . hsu
·s¦~®¥³ß¡I¥»¤½¥q¤§¬K¸`°²´Á¬°¤G¤ë¤­¤é(¬P´Á¤»)¦Ü¤G¤ë¤Q¥|¤é(¬P´Á¤@)¡A±N©ó¤G¤ë¤Q¤­¤é(¬P´Á¤G)«ì´_¥¿±`¤W¯Z¡C ·q¯¬·s¬K§Ö¼Ö¡A¸U¨Æ¦p·N¡C Our office is closed from February 5 to February 14 due to the Chinese New Year Holiday. The office will be resumed on February 15. Happy New Year. --

RE: [iText-questions] Re: New release itext-paulo-152

2005-02-11 Thread Ross Presser
Whew! I just had a vision of trying to work with a client's source PDF on a CD and the program dying because it was read-only media ... I shouldn't have doubted your wisdom! :) > -Original Message- > From: Paulo Soares [mailto:[EMAIL PROTECTED] > Sent: Friday, February 11, 2005 5:51 PM > T

Re: [iText-questions] Re: New release itext-paulo-152

2005-02-11 Thread Paulo Soares
PdfReader fixes a lot of things in docs but only in memory. - Original Message - From: "Ross Presser" <[EMAIL PROTECTED]> To: Sent: Friday, February 11, 2005 7:44 PM Subject: [iText-questions] Re: New release itext-paulo-152 > On Fri, 11 Feb 2005 16:57:50 -, Paulo Soares wrote: > >

Re: [iText-questions] fdftoolkit and forms

2005-02-11 Thread Paulo Soares
You can do all that with PdfStamper and AcroFields. - Original Message - From: "Mark C" <[EMAIL PROTECTED]> To: Sent: Friday, February 11, 2005 9:07 PM Subject: [iText-questions] fdftoolkit and forms > I'm a complete newbie to pdf... my background is in servlets,jsp, and swing > >

Re: [iText-questions] Dynamically manipulating PDFAnnotations using Javascript

2005-02-11 Thread Paulo Soares
You need to buy a very expensive server from Adobe to enable those rights in Reader. - Original Message - From: "Gandhi, Dharmesh" <[EMAIL PROTECTED]> To: Sent: Friday, February 11, 2005 8:47 PM Subject: [iText-questions] Dynamically manipulating PDFAnnotations using Javascript > Hi, >

Re: [iText-questions] Inserting text into pdf and create new one

2005-02-11 Thread Paulo Soares
For that to work you must have a pdf with a field named "ENCROACHMENT". Do you? - Original Message - From: "Kandula, Ravi" <[EMAIL PROTECTED]> To: Sent: Friday, February 11, 2005 7:05 PM Subject: [iText-questions] Inserting text into pdf and create new one Hi, I am trying to read a te

Re: [iText-questions] table borders only visible part of the time

2005-02-11 Thread Paulo Soares
I've reached my guessing limit. - Original Message - From: "Joseph Milora" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; Sent: Friday, February 11, 2005 7:03 PM Subject: Re: [iText-questions] table borders only visible part of the time > It is the same. I copied the prod

[iText-questions] Re: New release itext-paulo-152

2005-02-11 Thread Ross Presser
On Fri, 11 Feb 2005 16:57:50 -, Paulo Soares wrote: > - PdfReader gets the number of pages from the pages and not from the > top > level page count. It also attempts to fix the doc if both values > disagree. "fix the doc"? You mean PdfReader might actually make changes to the file o

[iText-questions] fdftoolkit and forms

2005-02-11 Thread Mark C
I'm a complete newbie to pdf... my background is in servlets,jsp, and swing Adobe has some message about not using fdftoolkit anylonger . I'd like to be able to dynamically generate form fields... - populate select list B from selected value in select list A. - include additional form fie

[iText-questions] Dynamically manipulating PDFAnnotations using Javascript

2005-02-11 Thread Gandhi, Dharmesh
Hi, I am trying to maipulate Free Text Annotations dynamically after the pdf has been loaded (using javascript) to reset the hidden property but doesn't seem to be working in Reader 7. The Adobe doc says that the reader needs C Requires the right to manipulate Comments. - to be able to do thi

[iText-questions] Autoreply: iText-questions digest, Vol 1 #2699 - 15 msgs

2005-02-11 Thread jens . hsu
·s¦~®¥³ß¡I¥»¤½¥q¤§¬K¸`°²´Á¬°¤G¤ë¤­¤é(¬P´Á¤»)¦Ü¤G¤ë¤Q¥|¤é(¬P´Á¤@)¡A±N©ó¤G¤ë¤Q¤­¤é(¬P´Á¤G)«ì´_¥¿±`¤W¯Z¡C ·q¯¬·s¬K§Ö¼Ö¡A¸U¨Æ¦p·N¡C Our office is closed from February 5 to February 14 due to the Chinese New Year Holiday. The office will be resumed on February 15. Happy New Year. --

Re: [iText-questions] table borders only visible part of the time

2005-02-11 Thread Joseph Milora
It is the same. I copied the production environment code over to test, and it generates the pdf perfectly. I'm at a loss here. At 10:51 AM 2/11/2005, you wrote: Then you must look for the problem in your app. They are certainly not the same. - Original Message - From: "Joseph Milora" <[

[iText-questions] Inserting text into pdf and create new one

2005-02-11 Thread Kandula, Ravi
Hi, I am trying to read a template PDF file and replace the some tags with actual data and create a new pdf file using itext. I am using Acroform and acrofields for this. Below is the program I had written for accomplishing this. When I tried to the no of fields it gave me 0 and it is not changing

Re: [iText-questions] table borders only visible part of the time

2005-02-11 Thread Paulo Soares
Then you must look for the problem in your app. They are certainly not the same. - Original Message - From: "Joseph Milora" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]>; Sent: Friday, February 11, 2005 6:47 PM Subject: RE: [iText-questions] table borders only visible part o

RE: [iText-questions] table borders only visible part of the time

2005-02-11 Thread Joseph Milora
Yes. At 02:19 AM 2/11/2005, you wrote: Are you using the same iText version in both environments? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Joseph Milora > Sent: Thursday, February 10, 2005 9:43 PM > To: itext-questions@lists.sourceforge.net >

RE: [iText-questions] table borders only visible part of the time

2005-02-11 Thread Joseph Milora
At 02:19 AM 2/11/2005, you wrote: Are you using the same iText version in both environments? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Joseph Milora > Sent: Thursday, February 10, 2005 9:43 PM > To: itext-questions@lists.sourceforge.net > Subj

Re: [iText-questions] java.lang.outofmemory

2005-02-11 Thread Paulo Soares
Only by having more memory. There's no workaround. - Original Message - From: "Vijay Harsha" <[EMAIL PROTECTED]> To: Sent: Friday, February 11, 2005 6:21 PM Subject: [iText-questions] java.lang.outofmemory > Hi > I am using Itext for applying overlays. It was working fine. When i > tri

Re: [iText-questions] drawing

2005-02-11 Thread Paulo Soares
Graphic - Original Message - From: "Kandula, Ravi" <[EMAIL PROTECTED]> To: Sent: Friday, February 11, 2005 6:06 PM Subject: [iText-questions] drawing Hi , I want to draw a line from left end to right end of the page. Could anybody give me some hint on what class I have to use for acco

[iText-questions] java.lang.outofmemory

2005-02-11 Thread Vijay Harsha
Hi I am using Itext for applying overlays. It was working fine. When i tried to open a pdf document which is large (60 MB ) i am getting an error java.lang.outofmemory error while opening document. Can someone explain me how to overcome this issue Thanks vijay ---

[iText-questions] drawing

2005-02-11 Thread Kandula, Ravi
Hi , I want to draw a line from left end to right end of the page. Could anybody give me some hint on what class I have to use for accomplishing this using itext. Thanks, Ravi.k --- SF email is sponsored by - The IT Product Guide Read honest &

[iText-questions] New release itext-paulo-152

2005-02-11 Thread Paulo Soares
Changes in itext-paulo-152 (2005-02-11) - added AcroFields.getFieldType(). - PdfReader gets the number of pages from the pages and not from the top level page count. It also attempts to fix the doc if both values disagree. - fixed AcroFields.getAppearanceStates() that threw a c

[iText-questions] keep-together problem

2005-02-11 Thread Rohith Kiran - Polestar Applied Solutions
Hi can some one send me example code how to use keep-together Thanks rohith --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to

RE: [iText-questions] table borders only visible part of the time

2005-02-11 Thread Paulo Soares
Are you using the same iText version in both environments? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Joseph Milora > Sent: Thursday, February 10, 2005 9:43 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] table b

RE: [iText-questions] Additional Actions not working

2005-02-11 Thread Paulo Soares
That's not supported in PdfStamper but I'll make it work in the next release next week. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Annu Ittyachen Mathew > Sent: Friday, February 11, 2005 5:16 AM > To: itext-questions@lists.sourceforge.net >

[iText-questions] Autoreply: iText-questions digest, Vol 1 #2698 - 9 msgs

2005-02-11 Thread jens . hsu
·s¦~®¥³ß¡I¥»¤½¥q¤§¬K¸`°²´Á¬°¤G¤ë¤­¤é(¬P´Á¤»)¦Ü¤G¤ë¤Q¥|¤é(¬P´Á¤@)¡A±N©ó¤G¤ë¤Q¤­¤é(¬P´Á¤G)«ì´_¥¿±`¤W¯Z¡C ·q¯¬·s¬K§Ö¼Ö¡A¸U¨Æ¦p·N¡C Our office is closed from February 5 to February 14 due to the Chinese New Year Holiday. The office will be resumed on February 15. Happy New Year. --

RE: [iText-questions] Printing LANDSCAPE, but I want PORTRAIT

2005-02-11 Thread Paulo Soares
Maybe you want doc.setPageSize(new Rectangle(40,270).rotate()); > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Hildebrando Furlan Neto > Sent: Friday, February 11, 2005 3:29 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-quest

RE: [iText-questions] Why are the results of" Image.getInstance(URL uRL)" and "Image.getInstance(Image image, Color color)" different ?

2005-02-11 Thread Paulo Soares
We are not really talking about the same thing. You are not getting an URL and loading that same image using iText directly and through the java awt toolkit. What you are doing is generating an awt image and using that image as a reference. Then you save that image to jpeg, with some unknown compre

[iText-questions] RE: Barcode128

2005-02-11 Thread Dierikx, Marc
Sorry, forget about it. I was mistaken. De informatie opgenomen in dit bericht kan vertrouwelijk zijn en is uitsluitend bestemd voor de geadresseerde. Indien u dit bericht onterecht ontvangt, wordt u verzocht de inhoud niet te gebruiken en de afze

Re: [iText-questions] Printing PDF's with FireFox and Netscape

2005-02-11 Thread Bruno Lowagie
Michael Helfer wrote: I am having issues while printing pdf's that are streamed to a servlet. When creating dynamicPDF's using iText we stream the pdf to the servlet. When viewing these PDF's with FireFox 1.0 and Netscape 7.1 the pdf won't print. So as a test I went to the iText tutorial at http://

Re: [iText-questions] Printing LANDSCAPE, but I want PORTRAIT

2005-02-11 Thread Bruno Lowagie
Hildebrando Furlan Neto wrote: I am setting my Document pageSize to doc.setPageSize(new Rectangle(270,40)); With this line it will be LANDSCAPE(because the width is bigger than the heigth), but I want to print that in PORTRAIT (It's for a special paper). I have found a lot of questions/a

[iText-questions] Barcode128

2005-02-11 Thread Dierikx, Marc
Hi all When I enter a code into a EAN128 Barcode128 with setCode() using human readable notation (with application identifiers between brackets), it looks like the brackets become part of the barcode. If I understand all well, I'm afraid that this violates the EAN128 standard. Regards, Marc =

[iText-questions] Problem with using tables

2005-02-11 Thread Praveen Kumar
Hi,   I am facing a problem in generating the styles of table. I am using the older version of iText.jar and I am able to just display the content of the table but none of its style. The code what i have tried is   //THis code is written in add method of a sub class of Document class.   //TH

RE: [iText-questions] Additional Actions not working

2005-02-11 Thread Annu Ittyachen Mathew
Hello, If I use the code using a brand new document, then it is working. But if I get the pdfwriter from a pdfstamper, then it is not. I need the PdfStamper because I am making a copy of the orginal document and inserting some modifications on that. This code Works:     PdfWriter writer