Re: [iText-questions] Problem with OTF CJK Font Embedding

2005-08-27 Thread Paulo Soares
I'll have to investigate that. - Original Message - From: <$B7'ED9W (B <[EMAIL PROTECTED]>)> To: "iText$B%a!" <%j%s%0%j%9%H(B <[EMAIL PROTECTED]> Sent: Thursday, August 25, 2005 3:43 AM Subject: [iText-questions] Problem with OTF CJK Font Embedding > Hello all, > > I have a problem

Re: [iText-questions] ITextAsianCmaps.jar resources

2005-08-27 Thread Paulo Soares
If it's a TTF font is two bytes only and the mapping is done elsewhere. The ITextAsianCmaps.jar is only for Adobe fonts. - Original Message - From: "wayne see" <[EMAIL PROTECTED]> To: Sent: Friday, August 26, 2005 9:13 AM Subject: [iText-questions] ITextAsianCmaps.jar resources Hello,

Re: [iText-questions] Usage of PdfPRow

2005-08-27 Thread Paulo Soares
PdfPRow is for internal use only. - Original Message - From: "Tom Dimock" <[EMAIL PROTECTED]> To: Sent: Thursday, August 25, 2005 7:28 PM Subject: [iText-questions] Usage of PdfPRow > I have two questions about the PdfPRow object. > > First, why is there no add(PdfPRow row) method in P

Re: [iText-questions] Problem with accents!

2005-08-27 Thread Paulo Soares
Where is iText? - Original Message - From: "Guillermo L. Odone" <[EMAIL PROTECTED]> To: "Itext-Questions" Sent: Thursday, August 25, 2005 5:16 PM Subject: [iText-questions] Problem with accents! Hi there, I have PDF File created with adobe professional, and uploaded in a Database. I op

Re: [iText-questions] Re: Preparing release 1.3.3 (will be available tomorrow)

2005-08-27 Thread Paulo Soares
It means that if you have an encrypted doc with signature you can append another signature to it. I think it was you that asked for the feature. - Original Message - From: "Wahaj Khan" <[EMAIL PROTECTED]> To: Sent: Thursday, August 25, 2005 9:24 AM Subject: [iText-questions] Re: Preparin

Re: [iText-questions] leading problem

2005-08-27 Thread Paulo Soares
An example, please. - Original Message - From: "Eric Marshall" <[EMAIL PROTECTED]> To: Sent: Thursday, August 25, 2005 6:52 PM Subject: [iText-questions] leading problem I'm having trouble getting all of the lines in my Phrase to have the same leading. My Phrase consists of 3 Chunks, w

Re: [iText-questions] sign a PDF

2005-08-27 Thread Paulo Soares
I seem to remember that Reader 7 in German had a bug with the message. Try with the English one. - Original Message - From: "Jens Kelkel" <[EMAIL PROTECTED]> To: Sent: Saturday, August 27, 2005 9:39 AM Subject: [iText-questions] sign a PDF > Hey, > > I have post this question a few day

Re: [iText-questions] Again - PDF encryption... small clarification .. pls!

2005-08-27 Thread Paulo Soares
Some options are only available with 128 bit encryption, look at the pdf reference for more information. If you have problems test it with Acrobat and with some other program. - Original Message - From: "satish babu" <[EMAIL PROTECTED]> To: "rk" <[EMAIL PROTECTED]> Cc: Sent: Saturday, Au

[iText-questions] Concat problem

2005-08-27 Thread mkisiklar
Hi,   I am using concat_pdf.java to merge two pdfs. But after creating 128 merged pdfs I get error like this:   java.lang.ArrayIndexOutOfBoundsException: 32     at com.lowagie.text.pdf.PdfEncryption.encryptRC4(PdfEncryption.java(Comp iled Code))     at com.lowagie.text.pdf.Pd

[iText-questions] pdf tables - how to resize?

2005-08-27 Thread Wayne Schoeman
Hi I created a table with 32 colums- the problem i have is that there is not enough space on a A4 page to fit all these Colums into readable data what happens is this eg colcol umum num num ber1 ber2 this is the way the text get's wraped - i need to be able to either

Re: [iText-questions] Page numbering in RTF

2005-08-27 Thread Mark Hall
On Thursday 25 August 2005 22:12, Min Zhao wrote: > Here is the code in Coldfusion: I have replicated your code in pure Java and no exception is thrown. Perhaps you could send me a stack-trace of the exception. Also you will need to use the com.lowagie.text.rtf.RtfHeaderFooters class to specify

Re: [iText-questions] Creating a hyperlink in RTF

2005-08-27 Thread Mark Hall
On Saturday 27 August 2005 14:40, Ralf Hauser wrote: > With two strings URL and NAME I would like to create a hyperlink in RTF. > > I see com.lowagie.text.rtf.field.RtfAnchor.HYPERLINK constant, but not > much more. I'm not quite sure what you want. Have you tried adding an Anchor to the document

[iText-questions] Creating a hyperlink in RTF

2005-08-27 Thread Ralf Hauser
Hi, With two strings URL and NAME I would like to create a hyperlink in RTF. I see com.lowagie.text.rtf.field.RtfAnchor.HYPERLINK constant, but not much more. When analyzing the RTF-Source MS-Word produces, it appears that there are 3 elements to RTF hyperlink: 1) the URL 2) some encoding of th

[iText-questions] sign a PDF

2005-08-27 Thread Jens Kelkel
Hey, I have post this question a few days ago, but I have get no answer. Therefore I try ha again. I have sign a PDF with iText. But if I open the PDF and look at the details of the signature I find a message that the document was changed or damaged after it was signed. Anybody know what I have

[iText-questions] Again - PDF encryption... small clarification .. pls!

2005-08-27 Thread satish babu
Thank u very much for this .. Now the file is not able to give print if any modifications is made editing it! Now again having problem is still the user is able to copy the text to other new pdf and edit and able to print can u pls give me solution to restrict copy also sample code: reader = PdfRe