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
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
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
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
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
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
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
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
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.
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
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,
Ive
got a prob
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:
> -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
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
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
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
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
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
18 matches
Mail list logo