[iText-questions] Adding a table to an existing PDF -- May span multiple pages

2007-05-20 Thread Jeff Jacobs
First and foremost, I apologize if this is a duplicate post! I am trying to add a table to an existing 1-page PDF (the existing PDF has an AcroForm header and footer that I am populating). I want to add a table to the middle of the page, and if the table gets too long, it will start a new page (

[iText-questions] Adding a table to an existing PDF -- May span multiple pages

2007-05-20 Thread Jeff Jacobs
I am trying to add a table to an existing 1-page PDF (the existing PDF has an AcroForm header and footer that I am populating). I want to add a table to the middle of the page, and if the table gets too long, it will start a new page (With the existing PDF document copied to the new page - I need

[iText-questions] How to genrate a PDF from html fragment?

2007-05-20 Thread Alex Chew
Hi, I want to generate a pdf file from an html fragment. How can I? I tried following html,but only text content output. [Original HTML] Test HTML2PDF Simple Text http://www.google.com/intl/en_ALL/images/logo.gif"; border="0"/> DATA11DATA12DATA13 DATA21DATA22DATA23 DATA31DATA32DATA33 DATA4

Re: [iText-questions] PDFAnnotation background change on mouse over ?

2007-05-20 Thread Leonard Rosenthol
On May 20, 2007, at 10:02 AM, Kristijan Marin wrote: What I would like to know is if it's possible to make Annotation with action that jumps to some page inside the same pdf and that when a mouse crosses the rectangle defined for annotation, background changes color ? Just like ROLLOVER effect

[iText-questions] PDFAnnotation background change on mouse over ?

2007-05-20 Thread Kristijan Marin
Hi, It seams like i've tried almost everything that crossed my mind on how to make a workaround for my problem . SO now it's better to ask the question directly . What I would like to know is if it's possible to make Annotation with action that jumps to some page inside the same pdf an

[iText-questions] Smartcard signing with iTextSharp and .NET 2.0

2007-05-20 Thread Paulo Soares
I've prepared an example on how to sign with smartcards with iTextSharp and .NET 2.0. This example also shows how to use external signatures. The example is at http://itextpdf.sourceforge.net/howtosign.html#signextitextsharp. Paulo