Re: [iText-questions] Example Code for annotation in table

2008-06-24 Thread carsten . zerbst
Zitat von 1T3XT info <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: >> Hello, >> >> I'd like to offer a table for all included file attachments. There >> was a hint >> of Bruno Lowagie to use the cell event. Below you find an excerpt from >> my test case. > Opps, sorry for the misleading emas

Re: [iText-questions] PDF Portfolio Support ?

2008-06-24 Thread carsten . zerbst
Zitat von 1T3XT info <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: >> Hello, >> >> are PDF portfolios supported in iText ? I need to extract some files >> from the portfolio and eventually create / modify them. > > What do you mean by 'PDF portfolios'? > If it's the same as 'portable collections

[iText-questions] PDF Portfolio Support ?

2008-06-23 Thread carsten . zerbst
Hello, are PDF portfolios supported in iText ? I need to extract some files from the portfolio and eventually create / modify them. Thanks, Carsten - Check out the new SourceForge.net Marketplace. It's the best place to bu

Re: [iText-questions] PDF templates + images inside a JAR

2008-06-23 Thread carsten . zerbst
Zitat von Robert Spielmann <[EMAIL PROTECTED]>: [Zitattext verstecken] > Hi all, > > My current project requires me to write a PDF generator that stamps > a template PDF with additional data, including signatures which are > to be read from image files. The generator is to be deployed as a

[iText-questions] Example Code for annotation in table

2008-06-23 Thread carsten . zerbst
Hello, I'd like to offer a table for all included file attachments. There was a hint of Bruno Lowagie to use the cell event. Below you find an excert from my test case. Bye, Carsten PS: How could one put this table onto an existing PDF using a PdfStamper ?? --schnipp- @

Re: [iText-questions] How to create fillable form ?

2008-06-23 Thread carsten . zerbst
Hello Bruno, >> I get the following exception: >> >> This AcroFields instance is read-only. >> java.lang.RuntimeException: This AcroFields instance is read-only. >> at com.lowagie.text.pdf.AcroFields.setFieldProperty(Unknown Source) >> at com.prostep.pdmpackage.PdfPackaging.pac

[iText-questions] How to create fillable form ?

2008-06-23 Thread carsten . zerbst
Hello, I want to fill out PDF forms as described in Chapter 16. I tried both scribus and Acrobat to create a formular, but when trying to fill out I get the following exception: This AcroFields instance is read-only. java.lang.RuntimeException: This AcroFields instance is read-only.