[iText-questions] How to sign the PDF file that has the signing permission without setting owner password

2007-09-15 Thread Seung Hyun Park
Hello. I have a question about the signing of PDF with iText. I know that PDF encryption spec. provides the permission to allow signing and adding annotations. I can sign a PDF file using Acrobat without typing owner password if it has the permission to allow signing. But, iText alway

Re: [iText-questions] Scaling with aspect ratio--preserved

2007-09-15 Thread meenakshi thilagam
Hello Mr Bruno, Thanks for replying. I would like to create a page (pdf) with a table with 2 columns and 3 rows. Each cell should hold an image. Above the table is a header and below a footer so the table should occupy the space between the header and footer. All the images should be of the same si

Re: [iText-questions] RTF trautofit

2007-09-15 Thread Mark Hall
On Thursday 13 September 2007, [EMAIL PROTECTED] wrote: > is there a reason why trautofit has been removed from the library? > I am evaluating iText for RTF generation, our tables need trautofit, > because we dont have cell width informations. If you could point me to the release where trautofit wa

Re: [iText-questions] How can I insert a Rtf document to another Rtf document's table?

2007-09-15 Thread Mark Hall
On Saturday 15 September 2007, Xuyun Fu wrote: > Using iText's RtfWriter2's |importRtfDocument() > <../../../../com/lowagie/text/rtf/RtfWriter2.html#importRtfDocument%28java. >io.Reader%29>|, we can "adds the complete RTF document to the current RTF > document being generated" (From Api). I want to

[iText-questions] How can I insert a Rtf document to another Rtf document's table?

2007-09-15 Thread Xuyun Fu
Hi everyone, Using iText's RtfWriter2's |importRtfDocument() <../../../../com/lowagie/text/rtf/RtfWriter2.html#importRtfDocument%28java.io.Reader%29>|, we can "adds the complete RTF document to the current RTF document being generated" (From Api). I want to know if there is a method that we could