Of course! Thanks for pointing out the obvious to me! It's a textbook example
from the book!
Paulo Soares-3 wrote:
>
> You need PdfCopy to keep the links.
>
> Paulo
>
>
--
View this message in context:
http://www.nabble.com/PdfAction-created-using-CellEvent-stops-working-when-page-is
You need PdfCopy to keep the links.
Paulo
> -Original Message-
> From: Phil Newman [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 21, 2008 12:07 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] PdfAction created using CellEvent
> stops
Hi. I have a catalogue page which contains a table of products. I use the
CellEvent to overlay pdfactions to take the user to the relevant product
page on the website. This works fine - a user can open the pdf, see the
table and click the cell to take them to the website.
However I need to import
i am tring to add an PdfAction o DOCUMENT_CLOSE
this is my snipplet:
public static void main(String[] args) {
System.out.println("Hello World");
// step 1: creation of a document-object
Document document = new Document();
try {
// step 2:
etField() ;
ff.put(PdfName.A, ann.get(PdfName.A);
writer.addAnnotation(ff);
document.close();
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Jérome Vérité
> Sent: Wednesday, October 26, 2005 1:30 PM
> To: itext-questio
Hi,
I try to add a rendition PdfAction to a PushbuttonField. The execution
of my java program do it. But when I click the button in the Pdf File,
I get the message
"Impossible d'effectuer l'action. Le fichier est incorrect ou requiert
une version plus récente d'Acrobat." for which the translation
At 03:57 AM 5/7/2004, Roger Misteli wrote:
Could it be that PdfAction is currently not compressed, all the drawing
operations are, however?
PdfActions aren't compressable - unless you want to use a PDF
1.5/Acrobat 6-only technique.
Leonard
Hiyas
Could it be that PdfAction is currently not compressed, all the drawing
operations are, however?
I have a PDF that, without the PdfActions, is just about 60k, all in all.
With the PdfActions (there are a lot in there), its about 160k and I
want to slim that down. Is there a way to make the
> Sent: Thursday, January 16, 2003 20:03
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] PdfAction on PdfContentByte
>
> Hello,
>
> I am trying to associate a PdfAction with a rectangular area in
> PdfContentByte object using setAction() method. I made a small test
Hello,
I am trying to associate a PdfAction with a rectangular area in PdfContentByte object
using setAction() method. I made a small test case that draws a number of text strings
using Graphics2D object created by PdfContentByte. For easy identification, the
activated area is painted yellow
10 matches
Mail list logo