Re: [iText-questions] PdfAction created using CellEvent stops working when page is imported

2008-10-22 Thread Phil Newman
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

Re: [iText-questions] PdfAction created using CellEvent stops working when page is imported

2008-10-21 Thread Paulo Soares
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

[iText-questions] PdfAction created using CellEvent stops working when page is imported

2008-10-21 Thread Phil Newman
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

[iText-questions] PdfAction

2007-07-20 Thread Francesco Persico
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:

RE: [iText-questions] PdfAction with PushbuttonField doesn't want to work

2005-10-26 Thread Paulo Soares
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

[iText-questions] PdfAction with PushbuttonField doesn't want to work

2005-10-26 Thread Jérome Vérité
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

Re: [iText-questions] PdfAction uncompressed?

2004-05-07 Thread Leonard Rosenthol
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

[iText-questions] PdfAction uncompressed?

2004-05-07 Thread Roger Misteli
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

RE: [iText-questions] PdfAction on PdfContentByte

2003-01-17 Thread Paulo Soares
> 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

[iText-questions] PdfAction on PdfContentByte

2003-01-16 Thread Alexendr Molochnikov
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