[iText-questions] Flattening forms with iText

2004-04-06 Thread Matthew Kahn
Hi all- I'm using iText to merge a PDF and an FDF, and then flatten it. The problem I'm having is that some pages have anchors for navigation on them. These anchors (I'm assuming) are just javascript and jump to various points in the document (in this case, different pages). When I flatten t

RE: [iText-questions] Concatenation & Redact Issue

2004-04-06 Thread Somnath Hattangadi
You are right Paulo. I was using PdfWriter and not PdfCopy. Seems XObjects are not supported by Redax. It works with PdfCopy.   Thanks for your help.   - Somnath   Paulo Soares <[EMAIL PROTECTED]> wrote: That shouldn't happen if you are using PdfCopy to concatenate the files. If you are using Pdf

RE: [iText-questions] Re: Please help me on PDF in Acrobat Reader 6!

2004-04-06 Thread Reller, Tony (NSI)
There had been reported problems with Adobe 6.0. Its best just to update to 6.0.1 See issue in the forum:   http://www.adobeforums.com/cgi-bin/[EMAIL PROTECTED]@.2cce7577/2 -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of sam smithSent: Tuesda

Re: [iText-questions] Re: Please help me on PDF in Acrobat Reader 6!

2004-04-06 Thread sam smith
We've experienced something similar to this on our project.  Try adding the following header.   clResponse.setHeader("Cache-Control", "must-revalidate, post-check=0, pre-check=0"); That seemed to fix our issue.  Otherwise, you might search the web.  It seems that a lot of people have had similar is

RE: [iText-questions] Concatenation & Redact Issue

2004-04-06 Thread Paulo Soares
That shouldn't happen if you are using PdfCopy to concatenate the files. If you are using PdfWriter it's possible (I don't know Redax) that Redax doesn't support form XObjects.   Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Somnath

[iText-questions] Concatenation & Redact Issue

2004-04-06 Thread Somnath Hattangadi
Hi I was looking at concatenating PDF documents which need to be later redacted (i.e. using an Adobe plug-in Redax from Appligent to blank out certain text in the document). The concatenation works perfectly. However, the document does not blank out the text at all. It redacts before the PDFs are 

[iText-questions] Re: Please help me on PDF in Acrobat Reader 6!

2004-04-06 Thread Bruno Lowagie
It's probably a configuration issue. I forward your question to the mailing list, but this is the kind of problems that will work on 99 PC's configurated in a similar way, but not on the 1 that is configurated slightly different. br, Bruno [EMAIL PROTECTED] wrote: Hi, Bruno: I am using itext t

[iText-questions] Issues with IE - Please Help

2004-04-06 Thread Chandrika Mavram
I generate a PDF document and open in a separate IE window when clicked on a particular link in the application. But, after opening the PDF, if I click on any other link in my application, I get the below mentioned error. I can still see the page, but all the items in it are distorted. This

Re: [iText-questions] (no subject)

2004-04-06 Thread Bruno
Quoting Ljupka Doncevska <[EMAIL PROTECTED]>: > Hello, > > I want to use a .pdf file as a log file, which means I want to add a few > paragraphs to the same file on different application sessions. This is not a good idea. When you close a Document, the PdfWriter construct a CrossReferenceTable.

RE: [iText-questions] (no subject)

2004-04-06 Thread Paulo Soares
The PDF format is not suited for that kind of things.   Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ljupka DoncevskaSent: Tuesday, April 06, 2004 11:49 AMTo: [EMAIL PROTECTED]Subject: [iText-questions] (no subject) He

RE: [iText-questions] IText new page problem

2004-04-06 Thread Paulo Soares
Use PdfPTable.   Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sébastien SartelSent: Tuesday, April 06, 2004 9:10 AMTo: '[EMAIL PROTECTED]'Subject: [iText-questions] IText new page problem Hello,   I’ve got a prob

RE: [iText-questions] about Print

2004-04-06 Thread Paulo Soares
Set the auto-rotate pages box in the printdialog.   Best Regards, Paulo Soares From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of yangziSent: Tuesday, April 06, 2004 3:00 AMTo: [EMAIL PROTECTED]Subject: [iText-questions] about Print Hi every one:    

RE: [iText-questions] Font mapping

2004-04-06 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Rainer Langbehn > Sent: Tuesday, April 06, 2004 5:21 AM > To: [EMAIL PROTECTED] > Subject: [iText-questions] Font mapping > > Hi, > > first of all, thanks for this great PDF library. > > We nee

RE: [iText-questions] Barcode positioning question

2004-04-06 Thread Paulo Soares
ColumnText.showTextAligned() From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob GiSent: Tuesday, April 06, 2004 4:42 AMTo: [EMAIL PROTECTED]Subject: [iText-questions] Barcode positioning question Hello, Is there a way to use absolute positioni

[iText-questions] (no subject)

2004-04-06 Thread Ljupka Doncevska
Hello,   I want to use a .pdf file as a log file, which means I want to add a few paragraphs to the same file on different application sessions. This is an example of the code I use:   String Home = "C:\\log\\"; String fileName = "logfile.pdf"; String absFileName = Home + fileName; File fil

[iText-questions] Problem in generating PDF

2004-04-06 Thread Barun Chowdhury
Hello, I have faced a peculiar problem while creating a PDF from a jsp page. While I am accessing that perticual ( pdf generating) jsp page using http:// it's OK. Appropriate PDF is generated. But while accessing that jsp using https:// it is not working. When I am trying to open the gene

[iText-questions] IText new page problem

2004-04-06 Thread Sébastien Sartel
Hello,   I’ve got a problem using IText for generating PDF document. I create a table with 2 columns, in the fist column, I put a image and a background color, in the second column, a another table. When a new page occurred the background color doensn’t appear in the first column on the

[iText-questions] Re: Accurate printing onto pre printed forms

2004-04-06 Thread Brockman Helen, Slough
Title: Re: Accurate printing onto pre printed forms Many thanks for the responses. Leonard, I accept that no printer can print at the very edges of the paper, but I believe that my issue is about whether the x, y co-ordinates used by PDF get measured from the very edge or not. In other words