Re: [iText-questions] java.lang.NoClassDefFoundError:

2013-09-16 Thread Francesca Stagnaro
icode characters in Xmlworker (raghuveerk) >8. Re: Unable to parse unicode characters in Xmlworker (iText Info) > > > -------------- > > Message: 1 > Date: Thu, 12 Sep 2013 12:03:34 +0200 > From: Michael Demey > Subject: Re: [iText-quest

Re: [iText-questions] java.lang.NoClassDefFoundError: java.nio.MappedByteBuffer is a restricted class. Please see the Google App Engine developer's guide for more details.

2013-09-12 Thread Michael Demey
Hi Franscesca, I guess that you're using a path parameter somewhere in your code. Most likely when reading an existing PDF with PdfReader. If you are not, could you post your entry point, your code or the entire stack trace? If you do use PdfReader(String): Due to the way that Google App Engin

Re: [iText-questions] java.lang.NoClassDefFoundError: com/itextpdf/text/Element

2012-02-14 Thread Alexis Pigeon
Hi Anandh, On 14 February 2012 09:02, ANANDH K.M wrote: > Hi Team, > > I am trying to create a webapplication with which planning to generate the > PDF file. When i try to run it as standalone application the Hello.java > file i am able to create a pdf file. The same code i am calling through th

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2012-01-16 Thread ohadr
I've looked in the dependencies of the iText and found that it covers JDK1.5 only: in case you work with a different JDK (like me), you have to write a dependency in your own project; if you work with gradle (like I do...) it is something like: compile(group: 'org.bouncycastle', name: 'bcp

Re: [iText-questions] java.lang.NoClassDefFoundError when Upgrading the iText

2011-04-20 Thread Alexis Pigeon
Hi Hari, On 20 April 2011 21:36, Hari Ramakrishnan wrote: > Hi, > > I am using iText 1.2 and I am trying to upgrade it to the latest version of > iText. > Note : iText 1.2 is more than 6 years old. You should NOT expect any kind of compatibility between this obsolete version and the latest one.

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2011-04-05 Thread Balder
On 5/04/2011 12:02, Paulo Soares wrote: Use bouncycastle 1.38. Or 1.45 but the jdk15 versions, not the jdk16 ones Paulo -Original Message- From: andyrobb18 [mailto:[email protected]] Sent: Tuesday, April 05, 2011 8:13 AM To: [email protected] Subject: [iText-

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2011-04-05 Thread Paulo Soares
Use bouncycastle 1.38. Paulo -Original Message- From: andyrobb18 [mailto:[email protected]] Sent: Tuesday, April 05, 2011 8:13 AM To: [email protected] Subject: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString This may b

Re: [iText-questions] java.lang.NoClassDefFoundError: com.itextpdf.texpdf.PdfReader ---- Websphere 7.0, java 1.6

2010-09-27 Thread Paulo Soares
iText doesn't have any com.itextpdf.texpdf.PdfReader class. Paulo From: TOUAIBIA Sabri [mailto:[email protected]] Sent: Monday, September 27, 2010 10:48 AM To: [email protected] Subject: [iText-questions] java.lang.NoClassDefFoundError: com.i

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2007-05-15 Thread Paulo Soares
Call PdfReader.removeUsageRights(). Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of dreamboy > Sent: Monday, May 14, 2007 7:51 PM > To: [email protected] > Subject:

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2007-05-14 Thread dreamboy
I successfully generated the pdf but how to remove the following message before opening the pdf? "This document contained certain rights to enable special feature in Adobe Reader. The document has been changed since it was created and these rights are no longer valid. Please contact the author fo

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2007-05-14 Thread Bruno Lowagie (iText)
dreamboy wrote: > Thanks bruno, > > what are the bouncycastle jar files (filename and version) required for > IText 2.0.0. I am using jdk1.5. The ones provided on SourceForge will do. http://sourceforge.net/project/showfiles.php?group_id=15255&package_id=151860 (Look for files with bcprov and bcm

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2007-05-12 Thread dreamboy
Thanks bruno, what are the bouncycastle jar files (filename and version) required for IText 2.0.0. I am using jdk1.5. Bruno Lowagie (iText) wrote: > > dreamboy wrote: >> I tried the lower version of IText (older than version 2.0.0) and it >> works. >> This error does not occur in itext-paulo-

Re: [iText-questions] java.lang.NoClassDefFoundError: org/bouncycastle/asn1/ASN1OctetString

2007-05-12 Thread Bruno Lowagie
dreamboy wrote: > I tried the lower version of IText (older than version 2.0.0) and it works. > This error does not occur in itext-paulo-155.jar. Is there any solution by > using version 2.0.0 and above? Starting from iText 2.0.0 you need the BouncyCastle jars as soon as you use encryption (bcmail

Re: [iText-questions] java.lang.NoClassDefFoundError

2007-04-01 Thread mjbesande
Hi! Thank you for the reply.The export to PDF is working fine using iText. It only fails on the export to Word.My suspicion is that it's calling the /my/data/tomcat/4.1.29/webapps/WEB-INF/lib/itext-1.4.2.jar instead of the /my/data/tomcat/4.1.29/webapps/myapp/WEB-INF/lib/a_itext-1.00.jar. How would

Re: [iText-questions] java.lang.NoClassDefFoundError

2007-03-30 Thread Paulo Soares
http://itext.ugent.be/library/question.php?id=18 - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, March 30, 2007 9:23 AM Subject: [iText-questions] java.lang.NoClassDefFoundError > Hi! > I'm debugging an application that exports data into word document. > The export pag

Re: [iText-questions] java.lang.NoClassDefFoundError

2007-01-18 Thread anustier
all your questions about iText here Betreff: Re: [iText-questions] java.lang.NoClassDefFoundError > [EMAIL PROTECTED] wrote: > > Oh sorry, I executed > > > > java -cp "itext-1.4.7.jar;." Register > > > > of course (Register.class is in the current

Re: [iText-questions] java.lang.NoClassDefFoundError

2007-01-18 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > Oh sorry, I executed > > java -cp "itext-1.4.7.jar;." Register > > of course (Register.class is in the current directory!) And of course that's what's wrong. It should be in the directory that is given in the error message: > Exception in thread "main" java.lang.N

Re: [iText-questions] java.lang.NoClassDefFoundError

2007-01-18 Thread anustier
- Original-Nachricht Datum: Thu, 18 Jan 2007 09:20:13 +0100 Von: "Bruno Lowagie (iText)" <[EMAIL PROTECTED]> An: Post all your questions about iText here Betreff: Re: [iText-questions] java.lang.NoClassDefFoundError > [EMAIL PROTECTED] wrote: > > Hello! >

Re: [iText-questions] java.lang.NoClassDefFoundError

2007-01-18 Thread Bruno Lowagie (iText)
[EMAIL PROTECTED] wrote: > Hello! > I tried to compile and test the Register example > http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/copystamp/Register.java > > but it didn't work! > > My steps: > First compile... >javac -classpath itext-1.4.7.jar Register.java > ...witho

Re: [iText-questions] java.lang.NoClassDefFoundError: com.lowagie.text.Element

2005-10-04 Thread bruno
[EMAIL PROTECTED] wrote: Do we absolutely need a "public static void main (String[] args)" to use your library. No, the main method is added for your convenience so that you can test the examples immediately. Personally I always use iText in the context of a J2EE application (servlets). br,

Re: [iText-questions] java.lang.NoClassDefFoundError: com.lowagie.text.Element

2005-10-04 Thread Bruno Lowagie
[EMAIL PROTECTED] wrote: Any idea? Did anyone ever encounter this? Either you have two different versions of iText in your CLASSPATH, or you are using an iText version that was compiled with another JDK than the one that is used by your JRE. If (1) applies: remove the oldest iText version

Re: [iText-questions] java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants error on run

2003-02-11 Thread Kenny G. Dubuisson, Jr.
<[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 11:32 AM Subject: RE: [iText-questions] java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants error on run > You must put the jfreechart and jcommon in the Tomcat classpath. Compiling > and running are different iss

RE: [iText-questions] java.lang.NoClassDefFoundError: com/jrefinery/date/MonthConstants error on run

2003-02-11 Thread Paulo Soares
You must put the jfreechart and jcommon in the Tomcat classpath. Compiling and running are different issues. Also remember that jfreechart has the nasty habit of changing method signatures from version to version so this may also be a version problem. Best Regards, Paulo Soares > -Original Me