Re: [iText-questions] iText 5.0.6

2011-06-22 Thread 1T3XT BVBA
On 22/06/2011 15:17, Bipin Mallik wrote: > Hi, > We are inprocess of migrating the application from older version of > iText (iText 1.5) to the newer version of iText (iText 5.0.6). We are > using the below code for header and footer settings. As the RTF is > removed, could you please help us to

Re: [iText-questions] iText 5.0.6

2011-06-14 Thread 1T3XT BVBA
On 14/06/2011 9:33, Bipin Mallik wrote: > I am little bit confused here about the license of iText. I came to > know from the iText site that AGPL is license version and I am not > sure whether it required pricing or not. Please confirm. The AGPL implies some obligations, see: http://en.wikipedi

Re: [iText-questions] iText 5.0.6

2011-06-14 Thread Bipin Mallik
Hello, Thank you for your quick reply. I am compiling the example of iText program (EncryptionPdf.java) and getting the same error messages. At the top of this program is written as "This example only works with the AGPL version of iText.". So is the iText 5.0.6 is the AGPL version. I am little b

Re: [iText-questions] iText 5.0.6

2011-06-14 Thread 1T3XT BVBA
On 14/06/2011 9:13, Bipin Mallik wrote: Hello, I am in process of migrating the iText from old version to the newer version( from iText 1.3 to iText 5.0.6). While working with the function "writer.setEncryption" I am getting the below error messages. Not sure how it is coming. Could you please

Re: [iText-questions] iText 5.0.6 - RTF

2011-03-17 Thread TvT
use iText 2.1.7 2011/3/17 Bipin Mallik > Hello, > > If RTF support has been discontinued then is there any other tool/software > I can use in my application along with the latest version of iText 5.0.6. > > Thanks, > Bipin > > On Thu, Mar 17, 2011 at 6:49 PM, 1T3XT BVBA wrote: > >> Op 17/03/201

Re: [iText-questions] iText 5.0.6 - RTF

2011-03-17 Thread Bipin Mallik
Hello, If RTF support has been discontinued then is there any other tool/software I can use in my application along with the latest version of iText 5.0.6. Thanks, Bipin On Thu, Mar 17, 2011 at 6:49 PM, 1T3XT BVBA wrote: > Op 17/03/2011 13:03, Bipin Mallik schreef: > > Hello, > > We are using

Re: [iText-questions] iText 5.0.6 - RTF

2011-03-17 Thread 1T3XT BVBA
Op 17/03/2011 13:03, Bipin Mallik schreef: > Hello, > We are using the RTF (com.lowagie.text.rtf) in our Java program. In > the newer version of iText it is removed. So could you please help me > wheter there are separate RTF jar file available so that I can use in > our program. How the iText w

Re: [iText-questions] iText 5.0.6

2011-03-14 Thread 1T3XT BVBA
Op 14/03/2011 15:25, Bipin Mallik schreef: > Hello, > In the code we are using "com.lowagie.text.Cell" but in the new > versiond of iText 5.0.6 we couldn't find the same. So could you please > help us what should be replacing the "com.lowagie.text.Cell" in the > new version of iText. Don't use c

Re: [iText-questions] iText 5.0.6

2011-03-14 Thread Iliadis Yannis
In your last thread about iText version, Alex Pigeon already gave you the information for iText version 5. This included the licensing to AGPL and change in the package names (com.lowagie. - > com.itextpdf.) 2011/3/14 Bipin Mallik > Hello, > > In the code we are using "com.lowagie.text.Cell" but

Re: [iText-questions] Itext 5.0.6- Set richtext field with format e.g Binod

2011-02-21 Thread Leonard Rosenthol
t: Monday, February 21, 2011 3:11 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Itext 5.0.6- Set richtext > field with format e.g Binod > > > Thank you, Mark. > > I tried setting the acroFields.setGenerateAppearances(false) > resulting

Re: [iText-questions] Itext 5.0.6- Set richtext field with format e.g Binod

2011-02-21 Thread Mark Storer
xt-questions@lists.sourceforge.net > Subject: Re: [iText-questions] Itext 5.0.6- Set richtext > field with format e.g Binod > > > Thank you, Mark. > > I tried setting the acroFields.setGenerateAppearances(false) > resulting nothing being displayed on the form. > > Please find the co

Re: [iText-questions] Itext 5.0.6- Set richtext field with format e.g Binod

2011-02-21 Thread aswartha.rupa
Thank you, Mark. I tried setting the acroFields.setGenerateAppearances(false) resulting nothing being displayed on the form. Please find the code snippet below ( you may please refer to one of the examples available @ http://itextpdf.com/examples/iia.php?id=157) public void manipulatePdf(Strin

Re: [iText-questions] Itext 5.0.6- Set richtext field with format e.g Binod

2011-02-17 Thread Mark Storer
iText still doesn't generate rich text appearances, no. However, there is a workaround: acroFields.setGenerateAppearances(false) This tells Acrobat/Reader that they need to throw away any field appearances in the PDF and build new ones. This has some consequences: 1. appearance generation w