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
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
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
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
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
---
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
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