[iText-questions] Read-Find-Replace words in PDF

2003-09-04 Thread Nadeau, Isabelle
Title: Read-Find-Replace words in PDF Hi, I am using Fop to generate some PDF files, then I use iText to merge these files to other static pdf files, I'd like to ask whether iText provides following functions : Modify or Generate the table of content and page numbers, after I split and c

[iText-questions] linearization question

2003-09-04 Thread Daly, Thomas x57163
Given a PDFReader initialized with a byte[] array, how do I perform linearization against this object?   Thanks!   - Tom This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the mess

Re: Re: [iText-questions] (no subject)

2003-09-04 Thread vasundhara machani
Hi, Thanks for the advice, Business logic is done in servlets, jsp is used for presentation only, but i hav to use \n and space for alignments for dynamic data as part of header...is this cause for file corruption? and one more query, all this pdf code is in within try catch block , if the code

[iText-questions] Getting Number of Lines in the Cell

2003-09-04 Thread Sarathy
Does anyone know how to get the Number of Lines taken by the Text inside the Cell or PdfPCell? I need this information to determine when to give a page-break for each pages. If this is not possible, I need the Cell Height taken. I tried the Height Property and getFixedHeight Properties, but none of

Re: [iText-questions] Merging PDF and xFDF

2003-09-04 Thread Leonard Rosenthol
At 5:36 PM -0500 9/4/03, Arnaud Lucas wrote: How could I merge a PDF (with an acroform) with a FDF or preferably a xFDF into a PDF that contains my form values? Does someone have a code example? How about the mergeFDF sample ;). Leonard -- ---

[iText-questions] Merging PDF and xFDF

2003-09-04 Thread Arnaud Lucas
Hi,   How could I merge a PDF (with an acroform) with a FDF or preferably a xFDF into a PDF that contains my form values? Does someone have a code example?   concat_pdf can merge PDFs, not PDF and FDF.   Thanks! Arnaud

[iText-questions] HeaderWidth in a Table

2003-09-04 Thread ast
hi, i've got a problem with Itext-Tables. I need to generate Reports from a Database. So far I can dynamicalley generate PDF-Files, which works great if the text fits. my Problem is the width of a single Column. Before putting text to the table, i have to create the table without knowing what kind

Re: [iText-questions] example button mit JS

2003-09-04 Thread rk
hi! why don't you build the form with acrobat (buttons inclusive) and use iText to prefill/manipulate the form? regards, randolph --- di randolph kepplinger, mba [EMAIL PROTECTED] / 0676-4071103 metamagix - better online solut

[iText-questions] example button mit JS

2003-09-04 Thread info
Hi, I looked at the examples but could not find any where a button is created? Can anymore please show me how to create a simple button with a simple javascript (like alert) executed when the button is pressed? I want to create a custom pds form and the user should press than thsi button and all

Re: [iText-questions] Form questions

2003-09-04 Thread Bruno
Quoting [EMAIL PROTECTED]: > 1. Can I use Itext to add to a pdffile(e.g. created with acrobat) a text at a > postion? Yes using PdfStamper. > 2. Can I use iText to add something to a textformfield and then makr it as > readonly? Yes merge the PDF with an FDF and flatten the fields. > 3. Are so

[iText-questions] Form questions

2003-09-04 Thread itext
Hi, I am german student and doing right now my internship. I have few knowledge of iText and have a lot of questions. 1. Can I use Itext to add to a pdffile(e.g. created with acrobat) a text at a postion?e.g. the date I know I could use Javascript in the pdf but I need to do it with java 2. Can

[iText-questions] base url and parameters

2003-09-04 Thread rk
hello everybody! i am able to use relative links in my pdf by setting the base url in a servlet ... this allows me to stream a pdf from various servers and include links that refer to other pdfs from the same server. now i would like to pass a paramaeter with these urls (a sessionid), is there a