[iText-questions] PDF Creation using XML

2005-05-24 Thread V . Shah
Hello, Actually i need to do something differently from what we are doing and i have choosen itext for it would u please let me know if it can be done and how. We have one PDF which is created on a user request i.e on click of a button it opens up a popup with the PDF as output and it is created

[iText-questions] MultiColumnText Balance - *Possible* Bug fix

2005-05-24 Thread Jerry Heinz
While waiting for a response, I looked into this a bit further. It seems that this issue may have been inadvertently caused with some of the recent changes to the MultiColumnText class. (I say inadvertently because there didn't seem to be any documentation to the contrary - if this was an intenti

[iText-questions] MultiColumnText question

2005-05-24 Thread Jon Hoffman
I'm new ;) So, if I use MultiColumnText without setting height (AUTOMATIC) my columns respect my pre-existing headers but not footers. If I manually define the height, I'm not sure how to do the looping required. I see from the tutorial a hasMoreText() method but I don't find that in my 1.3 vers

[iText-questions] Get Image color and set Image transparent color.

2005-05-24 Thread Sloey, James
Thanks to all for the recent help. I have one last question regarding images. The PDF template I've been given has a colored background image. Scanned gifs of signatures on a white background are overlaid onto the PDF template. The index number of white in the signature.gif color map chan

RE: [iText-questions] Retrieving all fields from a PDF form

2005-05-24 Thread Sloey, James
Thanks Paulo and Adam. I got all the field names, inserted the variables from the XML file. Very cool! Jim Sloey -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 1:40 PM To: [EMAIL PROTECTED]; Sloey, James Cc: itext-questions@lists.sourceforge.n

[iText-questions] RtfWriter2 Update

2005-05-24 Thread Mark Hall
Hi A few updates to the RtfWriter2 to fix bugs reported by Renaud MICHEL <[EMAIL PROTECTED]> and Regina Michl <[EMAIL PROTECTED]>. Thanks for the detailed error reports and bug fix recommendations. * Fixed a bug in the row width calculation that was using the left margin twice instead of the

RE: [iText-questions] Problems in Adobe Version 7.0 with acroForm Field Names

2005-05-24 Thread Paulo Soares
iText does not support forms created with Acrobat Designer 7. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Richard Hurst > Sent: Tuesday, May 24, 2005 1:52 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Problems i

[iText-questions] using more complex area for paragraph

2005-05-24 Thread Ilja Livenson
Hi, I'm kind of stuck with this problem: the document I'm doing has a pretty complex form so I would really would like to specify Polygon (instead of Rectangle) for the form of the SimpleCell (which would look like this: http://ilja.webmedia.ee/cell.gif ). Is it possible at all? Or is there s

[iText-questions] Problems in Adobe Version 7.0 with acroForm Field Names

2005-05-24 Thread Richard Hurst
Hi I am quite new to using Adobe forms and have been creating a form for use with Itext following the exapmples shown. I am trying to populate a form from some details we are providing for the form with an object created in a java program. The basic problem is that the data that I am giving the

RE: [iText-questions] Error while adding one PDF to another PDF

2005-05-24 Thread Paulo Soares
If you are referring to input.pdf it's a file like any other. What you cannot assume is that the mediabox rectangle is [0,0,w,h]. In this case it's [-612,-0.3,0,792]. It's unusual but it happens and it's legal. > -Original Message- > From: Firoz [mailto:[EMAIL PROTECTED] > Sent: Tuesd

[iText-questions] Re: Text over image

2005-05-24 Thread Bruno Lowagie
Roberto Caetano Junior wrote: Hi, I don't know if this is possible. I need to put a text over a image. This is possible? Yes. There are many different ways to do this. Please consult the tutorial first. http://itextdocs.lowagie.com/tutorial/objects/images/index.html#alignment http://itex

Re: [iText-questions] Error while adding one PDF to another PDF

2005-05-24 Thread Firoz
Hi Paulo, We have a huge set of PDFs that we have to automate. Only a couple of them are giving us trouble. Is there any way to tell, dynamically, what is wrong with the PDF and if necessary I can use the AffineTransform class as suggested. Thanks a lot for your reply. Regards Firoz - Orig

Re: [iText-questions] little bug -easy to repair

2005-05-24 Thread Mark Hall
On Tuesday 24 May 2005 12:25, Regina Michl wrote: > while using your RTF-Classes, we've found an little typo-bug Thanks, the dangers of copy-paste are often overlooked :- Greetings, Mark -- Software, n.: Formal evening attire for female computer analysts. My GPG public key is available a

RE: [iText-questions] Error while adding one PDF to another PDF

2005-05-24 Thread Paulo Soares
It might be easier to do all those math translation/rotation with the AffineTransform class. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Firoz > Sent: Tuesday, May 24, 2005 7:54 AM > To: itext-questions@lists.sourceforge.net > Cc: Shahzad La

Re: [iText-questions] Removing Save button

2005-05-24 Thread Leonard Rosenthol
At 06:12 AM 5/24/2005, Hari Narasimhan wrote: I started to use iText from yesterday by embedding in our tool, which has to convert a txt document to a pdf with encryption along with disabling copy / print / save as. There is no reliable way to disable the "Save As" button in Acrobat/R

[iText-questions] little bug -easy to repair

2005-05-24 Thread Regina Michl
Hello :-), while using your RTF-Classes, we've found an little typo-bug * $Id: RtfRow.java,v 1.12 2005/03/17 10:24:12 hallm Exp $ class com.lowagie.text.rtf.table.RtfRow private void importRow(Row row) { this.cells = new ArrayList(); this.width = this.document.getDocumentHe

[iText-questions] Removing Save button

2005-05-24 Thread Hari Narasimhan
Dear Sir,   I started to use iText from yesterday by embedding in our tool, which has to convert a txt document to a pdf with encryption along with disabling copy / print / save as.   I have seen an option writer.WILL_SAVE but no option like NO_SAVE. Does anyone know how to include this let meknow

RE: Re: [iText-questions] Adding Blank Signature Field gives problem

2005-05-24 Thread Paulo Soares
That exception says it all. Go to PdfAcroForm.addSignature() source and copy what's in it. The result will be a PdfAnnotation that you can add to the doc with obj_pdfStamper.addAnnotation(annot). > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Fa

Re: [iText-questions] Adding Blank Signature Field gives problem

2005-05-24 Thread Faisal Maqsood
Hello Paulo, I also tried the following code but I got exception. // FileOutputStream obj_fos = new FileOutputStream("C:/newPDF.pdf"); com.lowagie.text.pdf.PdfStamper obj_pdfStamper = new com.lowagie.text.pdf.PdfStamper(obj_pdfReader, obj_fos); com.lowagie.text