[iText-questions] Acrobat reader 7.0 doesn't print from hidden frame.

2005-02-07 Thread Yan
Hi, I have a web page which contains a hidden frame. During the run time, a javascript function set the hidden frame's content(document.location) to a servlet, which prints something in the background. I am using iText for the servlet. This works fine under acrobat reader 5 and 6. Recently

AW: [iText-questions] Rowspan problem

2005-02-07 Thread Weseloh, Markus
Thanks for the hint. So I have to set the height of cell 1-1 to the height of 1-3 + 2-3. But since I don't know the height of 1-3 and 2-3 before the layout of the cells is finished I have to build the table twice. First I have to insert it into a dummy Document to determine the cell heights, then I

[iText-questions] how to convert pdf document into text file

2005-02-07 Thread Palakondaiah U
Hai, how to convert the pdf document into text file. if any one knows then rush your idea to me asap Thanks in advance Bye -- U.Palakondaiah --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT

[iText-questions] Autoreply: iText-questions digest, Vol 1 #2690 - 11 msgs

2005-02-07 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] Rowspan problem

2005-02-07 Thread Paulo Soares
You'll probably need PdfPCell.setFixedHeight(). - Original Message - From: "Weseloh, Markus" <[EMAIL PROTECTED]> To: Sent: Monday, February 07, 2005 5:38 PM Subject: [iText-questions] Rowspan problem > Hello, > > I have a problem with the PdfPTable class. I have to generate a pdf with

Re: [iText-questions] Forms in Pdf documents

2005-02-07 Thread Paulo Soares
PdfAcroForm.addHtmlPostButton() should work. - Original Message - From: "Toothpaste Sandwich" <[EMAIL PROTECTED]> To: Sent: Monday, February 07, 2005 5:14 PM Subject: [iText-questions] Forms in Pdf documents > Are there any examples available that use iText to create a Pdf > document w

Re: [iText-questions] Displaying extended ascii characters using iText

2005-02-07 Thread Paulo Soares
\u00b1 with encoding Cp1252. - Original Message - From: "John Sims" <[EMAIL PROTECTED]> To: Sent: Monday, February 07, 2005 8:46 PM Subject: [iText-questions] Displaying extended ascii characters using iText > How can I create the extended ascii plus/minus (0xB1) in a PDF document > us

Re: [iText-questions] PdfAnnotation.createFreeText border color

2005-02-07 Thread Paulo Soares
- Original Message - From: "Neil Darroch" <[EMAIL PROTECTED]> To: Sent: Monday, February 07, 2005 4:57 PM Subject: [iText-questions] PdfAnnotation.createFreeText border color I'm using PdfAnnotation.createFreeText and would like to set the border color. How do I do this? annot.setBord

[iText-questions] Displaying extended ascii characters using iText

2005-02-07 Thread John Sims
How can I create the extended ascii plus/minus (0xB1) in a PDF document using iText?   thanks, -john

Re: [iText-questions] adding page numbers

2005-02-07 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 See the headers_and_watermarks.java example at http://itextpdf.sourceforge.net/ Andre Fourie wrote: | Hi all, | | We are creating multiple page PDFs and want to put at the bottom of | each page, the text 'Page x of totalPages'. Is there an easy way to d

[iText-questions] adding page numbers

2005-02-07 Thread Andre Fourie
Hi all, We are creating multiple page PDFs and want to put at the bottom of each page, the text 'Page x of totalPages'. Is there an easy way to do this? Or do you have to know the total number of pages that are going to be generated up front, before you start to create the PDF? Thanks! André --

[iText-questions] Rowspan problem

2005-02-07 Thread Weseloh, Markus
Hello, I have a problem with the PdfPTable class. I have to generate a pdf with the following table structure (this is a simplified example): *---* * 1-1| 1-2 | 1-3 * *| |--* *| | 2-3 * *- ---* * 3-1| | 3-3 *

[iText-questions] Forms in Pdf documents

2005-02-07 Thread Toothpaste Sandwich
Are there any examples available that use iText to create a Pdf document with a form and a submit button? I've been trying to do something really simple: create a form with one text box and one submit button. When the button is pressed I want the name and value of the text box to be passed to the

[iText-questions] PdfAnnotation.createFreeText border color

2005-02-07 Thread Neil Darroch
I'm using PdfAnnotation.createFreeText and would like to set the border color. How do I do this? Currently I can set the background colour to what I want. The border colour is the same as the text colour which comes from the PdfContentByte passed in the constructor of the PdfAnnotation. I couldn't

[iText-questions] Autoreply: iText-questions digest, Vol 1 #2689 - 13 msgs

2005-02-07 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] Reading PDF Image Objects

2005-02-07 Thread Leonard Rosenthol
At 05:19 AM 2/7/2005, Youssef Eldakar wrote: How do I get the dimensions and color/bw? Get the list of XObject resources on each page. For each one, there is a /Height, /Width and /Colorspace. Leonard --- Leonard Ros

Re: [iText-questions] To convert Excel file to PDF using IText

2005-02-07 Thread Leonard Rosenthol
At 05:45 AM 2/7/2005, Mahesh Dhola wrote: Can you give me your suggestion that what should be better to use -FOP or iText for my requirement? I am not sure either is better. Depends on just how much of Excel you need to support - since there are many things to a spreadsheet beyond just

Re: [iText-questions] join pdf

2005-02-07 Thread Paulo Soares
Joining with iText breaks the doc structure. There's no workaround. - Original Message - From: "Palakondaiah U" <[EMAIL PROTECTED]> To: Sent: Monday, February 07, 2005 12:03 PM Subject: [iText-questions] join pdf > Hi, > i am joining two pdf's.it is going fine but one problem is comi

[iText-questions] join pdf

2005-02-07 Thread Palakondaiah U
Hi, i am joining two pdf's.it is going fine but one problem is coming. In individual pdf's the article objects are existed but when i joining the pdf's the Article objects are not existed.why it is like that? Should i set any property for that one.. reply soon. Thanks in Advance Bye Pal --

Re: [iText-questions] [newbie] Duplicate table headers?

2005-02-07 Thread PA
On Feb 07, 2005, at 12:47, Paulo Soares wrote: http://itext.sourceforge.net/tutorial/objects/tables/index.html Thanks! Everything renders beautifully now :) Cheers -- PA, Onnay Equitursay http://alt.textdrive.com/ --- This SF.Net email is sponsor

Re: [iText-questions] [newbie] Duplicate table headers?

2005-02-07 Thread Paulo Soares
http://itext.sourceforge.net/tutorial/objects/tables/index.html - Original Message - From: "PA" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]@lists.sourceforge.net> Sent: Monday, February 07, 2005 11:32 AM Subject: Re: [iText-questions] [newbie] Duplicate table headers? > > On Feb 07, 2005

Re: [iText-questions] [newbie] Duplicate table headers?

2005-02-07 Thread PA
On Feb 07, 2005, at 11:45, Paulo Soares wrote: Use a PdfPTable. Table is no longer supported. Hmmm... right. How do I use a PdfTable instead of a Table though? PdfTable doesn't seem to know anything about addCell()? Is there a little example on how to use a PdfTable in the same way as a Table? T

Re: [iText-questions] Cannot add an annotation

2005-02-07 Thread Paulo Soares
PdfCopy doesn't allow new content. Create yor pdf, read it with PdfReader and then use PdfStamper to add the annotation or other content. - Original Message - From: "Annu Ittyachen Mathew" <[EMAIL PROTECTED]> To: Sent: Monday, February 07, 2005 10:04 AM Subject: [iText-questions] Cannot

Re: [iText-questions] Reading PDF Image Objects

2005-02-07 Thread Paulo Soares
Get the image XObjects from the resouce dictionary. Look at page 310 of the pdf reference 1.6 and get the keys. Width and height are imediate, for bw you'll need bitspercomponent==1 and a suitable colorspace like DeviceGray or CalGray. Other colorspaces will fit the bill but those two are direct. -

Re: [iText-questions] [newbie] Duplicate table headers?

2005-02-07 Thread Paulo Soares
Use a PdfPTable. Table is no longer supported. - Original Message - From: "PA" <[EMAIL PROTECTED]> To: Sent: Monday, February 07, 2005 10:22 AM Subject: [iText-questions] [newbie] Duplicate table headers? > Hello, > > I just started using iText (itext-1.2.jar) and I have run into my fi

Re: [iText-questions] To convert Excel file to PDF using IText

2005-02-07 Thread Mahesh Dhola
Respected Leonard, Thanks for your good comments. Can you give me your suggestion that what should be better to use -FOP or iText for my requirement? Can you give me some idea based on which I can kickstart my work... Please help Another question: Can PdfPTable be used like Table object? I

[iText-questions] Cannot add an annotation

2005-02-07 Thread Annu Ittyachen Mathew
Hi, I am using iText to copy one pdf file into a new pdf file. After copying, I want to insert an annotation into the newly created file. However the annotations are not being created as expected. I am using PdfCopy. If I use PdfWriter and create a brand new pdf file, then I am able to add the

[iText-questions] Autoreply: iText-questions digest, Vol 1 #2688 - 8 msgs

2005-02-07 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. --

[iText-questions] [newbie] Duplicate table headers?

2005-02-07 Thread PA
Hello, I just started using iText (itext-1.2.jar) and I have run into my first problem :) I'm trying to generate some very simply tabular reports using Table and PdfTable. This works quite nicely except that the table header is duplicated from the second page on. Here is a code example: Docum

RE: [iText-questions] Reading PDF Image Objects

2005-02-07 Thread Youssef Eldakar
How do I get the dimensions and color/bw? -Original Message- From: Paulo Soares [mailto:[EMAIL PROTECTED] Sent: Mon 2/7/2005 11:50 AM To: Youssef Eldakar; [EMAIL PROTECTED] Cc: Subject: Re: [iText-questions] Reading PDF Image Objects

Re: [iText-questions] Table Problem------Modified --new

2005-02-07 Thread Paulo Soares
Assuming that you have a single table (query 1 has colspan) put query 1 and the first row of query 2 and call PdfWriter.fitsPage(). - Original Message - From: "ravi shankar" <[EMAIL PROTECTED]> To: Sent: Monday, February 07, 2005 5:45 AM Subject: [iText-questions] Table Problem--Modi

Re: [iText-questions] Combine multiple PDF's into one PDF then populate the fields.

2005-02-07 Thread Paulo Soares
Use PdfCopyFields. Note that if you have fields with the same name they will me merged so, it's probably a good idea to rename them if that's the case. - Original Message - From: "Dickie Leroy" <[EMAIL PROTECTED]> To: Sent: Saturday, February 05, 2005 10:51 PM Subject: [iText-questions]

Re: [iText-questions] Reading PDF Image Objects

2005-02-07 Thread Paulo Soares
Getting the image dimensions and color/bw is easy but for the resolution you'd need to parse the content stream and keep a watch on the graphic state. - Original Message - From: "Youssef Eldakar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 06, 2005 11:06 AM Subject: