[iText-questions] PDF-Security

2004-10-12 Thread Mark Evertz
Hello everybody, I've a question related to PDF-security settings. Can someone explain me the different flags in more detail? Some of the flags seem to be related to each other and some seem to have no effect? I'm not quite sure if the Document security dialog PdfWriter.AllowAssembly, - Seems to ha

[iText-questions] Resusing PdfReader and/or PdfStamper

2004-09-16 Thread Mark Evertz
Hello iText users, I would like to create a large amount of (target-) pdf files in a batch run from a single (source-) pdf file (changing form field content). Performance is a critical aspect in my situation. Thus, I tried to reuse iText main objects like PdfStamper and PdfReader. My first approac

[iText-questions] How to read the values of PDF form fields?

2004-09-06 Thread Mark Evertz
Hello, can somebody give me an example or at least a link how I can read the value of a form field? Thanks a lot! --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA W

[iText-questions] Form fields disappear when using PdfStamper & ByteArrayOutputStream

2004-08-22 Thread mark evertz
Hello everybody, I got the following problem and maybe somebody with deeper understanding has any idea what I'm doing wrong. I need to read a pdf file, change the values of form fields and send them via email. I'm using the PdfStamper as well as a ByteArrayOutputStream therefore. Everything seems t

[iText-questions] Form fields disappear when using PdfStamper & ByteArrayOutputStream

2004-08-22 Thread mark evertz
Hello everybody, I got the following problem and maybe somebody with deeper understanding has any idea what I'm doing wrong. I need to read a pdf file, change the values of form fields and send them via email. I'm using the PdfStamper as well as a ByteArrayOutputStream therefore. Everything seems t