[iText-questions] setEncryption question

2004-02-17 Thread Wendy Smoak
I need help with PdfWriter.setEncryption. What are the options for the 'permissions' parameter, which is an integer? Thanks! Wendy Smoak ---

[iText-questions] Showing dynamically generated PDF (using iText) in browser...

2004-02-17 Thread USB ITEXT
Hi,   I am having problems with displaying the dynamically generated PDF using iText on the browser. I have set the response content length as mentioned in the FAQ section, but the PDF is not getting displayed yet. Could anyone help.   My code is as follows:   PdfReader reader = new PdfReader(new U

RE: [iText-questions] java.lang.OutOfMemoryError

2004-02-17 Thread Paulo Soares
Title: RE: [iText-questions] java.lang.OutOfMemoryError You posted the wrong program. -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] Sent:   Tuesday, February 17, 2004 17:17 To: Paulo Soares Subject:    RE: [iText-questions] java.lang.OutOfMemoryErr

RE: [iText-questions] java.lang.OutOfMemoryError

2004-02-17 Thread Paulo Soares
Title: RE: [iText-questions] java.lang.OutOfMemoryError What program is that? Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent:   Tuesday, February 17, 2004 16:03 To: [EMAIL PROTECTED] Subj

[iText-questions] Encrypted files are not supported

2004-02-17 Thread Rémi Guilbert
Hi, in my application, I want that all my pdf files be encrypted (com.lowagie.tools.encrypt_pdf ) to be sure that no user can modify the content. But, I don't want that users insert password to see the pdf file. Also, I want to be able, in my java application, to modify the content (use concat_pd

[iText-questions] java.lang.OutOfMemoryError

2004-02-17 Thread Frank_Zhou
Hi, I have been using itext txt2pdf for a long time. It is a great!, I am using java 1.1. I tried to convert a big file and got java.lang.OutOfMemoryError massge. Can any one give me help? Thanks, Frank --- SF.Net is sponsored by: Speed S

[iText-questions] umlauts

2004-02-17 Thread c . kleine
Hello, I try to create a pdf file in a java application. How can I write umlauts like ä,ö,ü ... do my document? Thanks Cristine --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a f

RE: [iText-questions] Question regarding populating PDF Form fields....

2004-02-17 Thread Paulo Soares
Title: RE: [iText-questions] Question regarding populating PDF Form fields You must use the AcroFields from PdfStamper. Best Regards, Paulo Soares -Original Message- From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of USB ITEXT Sent:   Tuesday, February 17, 2004

[iText-questions] HTML TO PDF??

2004-02-17 Thread Pam
Dear Sir:   Could you please tell me what is wromg in this program??I'm trying to convert an Html page to PDF. I'm sure you guys are familiar with the code..Pls. specify the classpath too.   public static void main(String[] args) { // step 1: creation of a document-objec

RE: [iText-questions] header/footer text color

2004-02-17 Thread Criddle, Daniel
I use: new HeaderFooter(new Phrase(11f, header, new Font(Font.COURIER, 10, Font.NORMAL, Color.red)), false); Hope this helps, Dan Criddle -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 17 February 2004 01:43 To: [EMAIL PROTECTED] Subject: iText-questions dig