[iText-questions] How to Generate non editable Pdf?

2003-01-06 Thread Pritam Dewan
Thank you for ur suggesstions.I tried encrypting with iText to make the fileread only.After encrypting when i try to open in Acrobat Reader or Writer iget the following message."There was an error while opening the document.Theviewer cannot decrypt this document".I m using acrobat version 4

RE: [iText-questions] How to Generate non editable Pdf?

2003-01-06 Thread Paulo Soares
Make sure you are using 40 bit encryption and not 128. Best Regards, Paulo Soares > -Original Message- > From: Pritam Dewan [SMTP:[EMAIL PROTECTED]] > Sent: Monday, January 06, 2003 12:29 > To: [EMAIL PROTECTED] > Subject: [iText-questions] How to Generate non editable Pdf? > > Th

Re: [iText-questions] Urgent : PDF doc generation takes too long in JDK141 environment

2003-01-06 Thread David Thielen
The new NIO classes are a much faster method for doing this - both the I/O and the charset conversion. - Original Message - From: "Nikhil C. Khedkar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, January 05, 2003 9:49 PM Subject: [iText-questions] Urgen

[iText-questions] New release itext-paulo-107

2003-01-06 Thread Paulo Soares
Changes in itext-paulo-107 (2003-01-06) - PdfGraphics2D now implements strokes as strokes instead as converted fills. File size is a lot smaller and it looks better on screen. - BaseFont and PdfReader read fonts and PDFs from resources if not found in the file system. - I

[iText-questions] Outline tree viewer preferences

2003-01-06 Thread Jianhua Jin
How do I create an PdfOutline object in 'CLOSED' mode (i.e., in the '+' mode after the document is open)? Thanks. __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com ---

Re: [iText-questions] Outline tree viewer preferences

2003-01-06 Thread Paulo Soares
Read the javadocs for the PdfOutline constructors such as: public PdfOutline(PdfOutline parent, PdfDestination destination, String title, boolean open) Hint: 'open' is the contrary of CLOSED I didn't want to say this but I think that RTFM is in order here. Best Regards, Paulo Soares - Orig

[iText-questions] About form field

2003-01-06 Thread KuMi
Hello all,   I hava a couple of question about PdfFormField. Any work around or suggestions would be helpful.   I am trying to create a password-type text form field with border and fill. My code is like this;   ...   field.setMKBorderColor( new GrayColor(0.5f) );  field.setMKBac