[iText-questions] Frank Zhou/ReserveFunds is out of the office.

2005-07-06 Thread Frank_Zhou
I will be out of the office starting 07/06/2005 and will not return until 07/07/2005. I will respond to your message when I return. Please contact Gong Cai at 5815 if you need immediate assistance. --- SF.Net email is sponsored by: Discover

[iText-questions] Frank Zhou/ReserveFunds is out of the office.

2005-07-06 Thread Frank_Zhou
I will be out of the office starting 07/06/2005 and will not return until 07/07/2005. I will respond to your message when I return. Please contact Gong Cai at 5815 if you need immediate assistance. --- SF.Net email is sponsored by: Discover

[iText-questions] Interesting problems with generic pdf requirement

2005-07-06 Thread Kapil Dhakad
Resp. Sir,   Want your help for PDF generation   Before some days u suggest use of acroform, pdfstamper and others for editing pdf requirement. But I will make you more clear about requirement :   === Requirement  

[iText-questions] Re: Keep tract the page

2005-07-06 Thread Victor
Bruno Lowagie lowagie.com> writes: > > Victor Nkonga wrote: > > >Hi everyone, > > > > > > > >I have long report and I want to be able to tell the user the number of pages that are done. I am using the idea of > progress servlet that itext has in the tutorial. I also used page events in the

Re: [iText-questions] Tips for Multi-column, multi-page document with graphic and intro on page 1 only

2005-07-06 Thread ronsavage
I found the source of this behavior, in the source code for MultiColumnText in the write() method. The method currently uses the documentY position passed to it as the top of the columns on all pages. The modification I made below makes the top of the columns start wherever the current document

[iText-questions] Adding an Annotation to Image in a Table

2005-07-06 Thread Christopher Parkins
Hey Everybody, I have been having a problem with adding an Image with an annotation to a PdfPTable. The image will show fine, but the annotation that I add will not show. Here is the code that I am using to do this. cell = new PdfPCell(); cell.setBorder(Rectangle.NO_BORDER); Image img = Image.g

[iText-questions] Frank Zhou/ReserveFunds is out of the office.

2005-07-06 Thread Frank_Zhou
I will be out of the office starting 07/06/2005 and will not return until 07/07/2005. I will respond to your message when I return. Please contact Gong Cai at 5815 if you need immediate assistance. --- SF.Net email is sponsored by: Discover

[iText-questions] Creating Header and Footer from existing PDF.

2005-07-06 Thread Livio Lazzeri
I have to create an invoice in PDF format. The body of the invoice is a table that can span one or more pages. Each page has a header and a footer. The header and the footer are provided by the user in another pdf document, in two distintic pages: the first page contains the header only, the second

RE: [iText-questions] pdf image resolution

2005-07-06 Thread Paulo Soares
What you have is a pdf not an image. To get the image info that is inside a pdf you'll need other tools, like multivalent or pdfbox. > -Original Message- > From: R K [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 06, 2005 4:21 PM > To: Paulo Soares > Cc: itext-questions@lists.sourcefo

Re: [iText-questions] pdf image resolution

2005-07-06 Thread R K
How to find the arguments value for the scalePercent according to the image content? On 7/6/05, Paulo Soares <[EMAIL PROTECTED]> wrote: > Image.scalePercent() > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of R K > > Sent: Wednesday, July 06,

RE: [iText-questions] Reason for IO Exception

2005-07-06 Thread Paulo Soares
I have to see the before and the after pdf. > -Original Message- > From: Ekta Ojha [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 06, 2005 3:55 PM > To: Paulo Soares; itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Reason for IO Exception > > Thank you , it wor

Re: [iText-questions] Reason for IO Exception

2005-07-06 Thread Ekta Ojha
Thank you , it worked for me. But now I am not able to set the font size to 6 for all the fields. Please take a look to see what I am missing. ... doc.add(table); doc.close(); docWriter.close(); ByteArrayOutputStream completedPDF = new ByteArrayOutputStream(baosPDF.size()); byte[] buf =

RE: [iText-questions] pdf image resolution

2005-07-06 Thread Paulo Soares
Image.scalePercent() > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of R K > Sent: Wednesday, July 06, 2005 3:41 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] pdf image resolution > > How to find the best resolution of

[iText-questions] pdf image resolution

2005-07-06 Thread R K
How to find the best resolution of an image which is in pdf format? Actually I am trying to embed logo which is in pdf format. PdfReader logor = new PdfReader("d:\\itext\\test.pdf"); PdfStamper stamp = new PdfStamper(reader, new FileOutputStream("D:\\itext\\GO_NEW.pdf")); P

[iText-questions] Frank Zhou/ReserveFunds is out of the office.

2005-07-06 Thread Frank_Zhou
I will be out of the office starting 07/06/2005 and will not return until 07/07/2005. I will respond to your message when I return. Please contact Gong Cai at 5815 if you need immediate assistance. --- SF.Net email is sponsored by: Discover

RE: [iText-questions] Fwd: Preserving line spacing in multiline textfields

2005-07-06 Thread Paulo Soares
It reached the list but there's nothing that can be done. There's no specification for the line spacing and the viewer/producer is free to put whatever it wants. The results are not even consistent across different Acrobat versions. Try to fill the fields in Acrobat Reader 5, 6, and 7. > -Orig

[iText-questions] Fwd: Preserving line spacing in multiline textfields

2005-07-06 Thread Breno Costa
[I'm reposting as I dont think it reached the list] Hello, I'm filling a pre-designed form with data from a database. The problem is that there's a multiline textfield and its line spacing is 1.5pts (it's designed like notebook paper visual), but as I try to setField (field, "long value"), the li

RE: [iText-questions] checkbox becomes invisible

2005-07-06 Thread Paulo Soares
It's done. It's in the CVS in AcroFields.java. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Paulo Soares > Sent: Tuesday, July 05, 2005 6:36 PM > To: R K > Cc: itext-questions@lists.sourceforge.net > Subject: RE: [iText-questions] checkbox be

RE: [iText-questions] NullPointer while using PdfReader

2005-07-06 Thread Nathan Frank
Hmmm... So, I guess that either I am nulling the output stream or Websphere is nulling it. I think I'll blame Websphere :) Thanks for your help. -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 05, 2005 6:34 PM To: Nathan Frank; itext-questions@lists.so

[iText-questions] Re: [RTF] Rotate cell content 90°

2005-07-06 Thread Cristian Amitroaie
Lorenz Maierhofer gmx.at> writes: > > Hi, > > I'm trying to write text in a table cell that is not left-to-right, but > bottom-to-top orientated. > > Is this somehow possible with the RTF writers in iText? > > Thanks, > Lorenz Hi Lorenz, I saw Mark's reply about this feature beeing adde

RE: [iText-questions] Placing chunks (or text in general) at specific coordinates scaled to a predefined width/height

2005-07-06 Thread Paulo Soares
ColumnText.showTextAligned() > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Benjamin Podszun > Sent: Wednesday, July 06, 2005 12:43 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Placing chunks (or text in > genera

[iText-questions] Placing chunks (or text in general) at specific coordinates scaled to a predefined width/height

2005-07-06 Thread Benjamin Podszun
Hi there. I'm currently in the process of build a pdf generator. I get a tiff file and I produce (coming from an OCR company) a file that gives me all recognized words (on the tiff) with their bounding rectangle. To index and effectively search the file we thought about generating a pdf with t

RE: [iText-questions] Showing filename together (clickable) with attachment pin and making it printable

2005-07-06 Thread Paulo Soares
I'm not going to realize anything, that's your job. Create the annotation rectangle covering the paper clip and the text. Create an appearance with the same dimensions (but origin 0,0) and place the paper clip drawing on the left. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[

RE: [iText-questions] Writing FDF using an existing PDF

2005-07-06 Thread Paulo Soares
Works for me and I get this FDF. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Wahaj Khan > Sent: Tuesday, July 05, 2005 2:11 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Writing FDF using an existing PDF > > Hi

RE: [iText-questions] Showing filename together (clickable) with attachment pin and making it printable

2005-07-06 Thread Ralf Hauser
Dear Paolo, Exactly what I need - looking forward to see how you realize that with iText! Many thanks in advance Ralf > -Original Message- > From: [EMAIL PROTECTED] [mailto:itext-questions- > [EMAIL PROTECTED] On Behalf Of Paulo Soares ... > > Is this what you want? (the dimensions a

[iText-questions] Frank Zhou/ReserveFunds is out of the office.

2005-07-06 Thread Frank_Zhou
I will be out of the office starting 07/06/2005 and will not return until 07/07/2005. I will respond to your message when I return. Please contact Gong Cai at 5815 if you need immediate assistance. --- SF.Net email is sponsored by: Discover

[iText-questions] Writing FDF using an existing PDF

2005-07-06 Thread Wahaj Khan
Hi, I am reading a PDF containing some form fields and trying to create an FDF out of it but getting an exception using iText-Paulo 154. I am using the following code on the attached pdf document; PdfReader pdf = new PdfReader("C:\\test.pdf"); FdfWriter fdf = new FdfWriter(); fd

[iText-questions] Frank Zhou/ReserveFunds is out of the office.

2005-07-06 Thread Frank_Zhou
I will be out of the office starting 07/06/2005 and will not return until 07/07/2005. I will respond to your message when I return. Please contact Gong Cai at 5815 if you need immediate assistance. --- SF.Net email is sponsored by: Discover