Re: [iText-questions] Encryption - links gone

2002-09-23 Thread Bruno
Quoting Ralf Terdic [EMAIL PROTECTED]: Hi, I'm trying to encrypt a file generated by pdflib which contains some links. The encryption works well with the Encrypt.java example, but then the links are gone. How can I avoid this? You can't: for the moment this is not supported. Leonard

RE: [iText-questions] Adding a List object to a ColumnText object (loss of formatting)

2002-09-23 Thread Paulo Soares
ColumnText only knows about text and its own formatting. You'll have to make the list by hand if you want to use ColumnText. Best Regards, Paulo Soares -Original Message- From: Andrew Murphy [SMTP:[EMAIL PROTECTED]] Sent: Saturday, September 21, 2002 12:06 To: [EMAIL PROTECTED]

[iText-questions] RE: JavaScript Improvement

2002-09-23 Thread Paulo Soares
Could you please check your HtmlWriter.java with the version in the cvs? You have: switch(element.type()) { case Element.HEADER: try { Header h = (Header) element; if

Re: [iText-questions] Encryption - links gone

2002-09-23 Thread Ralf Terdic
This solution encrypts the document verbatim. If you are creating the document with pdflib why not placing the watermark there? Thats why I want to use iText: AFAIK, pdflib can't generate watermarks at all, only text with rendering parameters... Place the watermark with

Re: [iText-questions] Encryption - links gone

2002-09-23 Thread Ralf Terdic
This solution encrypts the document verbatim. If you are creating the document with pdflib why not placing the watermark there? Thats why I want to use iText: AFAIK, pdflib can't generate watermarks at all, only text with rendering parameters... Place the watermark with

RE: [iText-questions] Encryption - links gone

2002-09-23 Thread Paulo Soares
-Original Message- From: Ralf Terdic [SMTP:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 10:21 To: [EMAIL PROTECTED] Subject: Re: [iText-questions] Encryption - links gone This solution encrypts the document verbatim. If you are creating the document with

Re: [iText-questions] Encryption - links gone

2002-09-23 Thread Ralf Terdic
Thats why I want to use iText: AFAIK, pdflib can't generate watermarks at all, only text with rendering parameters... Of course it can. I haven't found anything in the documentation. Maybe you give me a hint? What kind of effect are you trying to achieve? I try to get

Re: [iText-questions] Encryption - links gone

2002-09-23 Thread Ralf Terdic
I try to get something like Demo version on the page, but it should be transparent, i.e. I want to be able to see text and graphics through it. I still dont understand what you want. Can you direct me to an example? I want a watermark on the page - the purpose of this watermark

RE: [iText-questions] Encryption - links gone

2002-09-23 Thread Paulo Soares
What I don't understand is what should be transparent. Do you want black text opaque letters over the page? Best Regards, Paulo Soares -Original Message- From: Ralf Terdic [SMTP:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 10:43 To: Paulo Soares; [EMAIL PROTECTED] Subject:

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

2002-09-23 Thread Paulo Soares
Changes in itext-paulo-103 (2002-09-23) - added bidirectional support in ColumnText and PdfPTable for arabic and hebrew. Even with plain text the line splitting is improved. Hyphenation and CID addressed CJK fonts support were temporarily removed. - added support for ICC

Re: [iText-questions] Encryption - links gone

2002-09-23 Thread Leonard Rosenthol
At 11:20 AM +0200 9/23/02, Ralf Terdic wrote: Thats why I want to use iText: AFAIK, pdflib can't generate watermarks at all, only text with rendering parameters... That is NOT true. Check the pdflib documentation again... Place the watermark with