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
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
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
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
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.
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-
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
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
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:
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
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
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-
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
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
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
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
[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
- 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!
>
[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
[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,
[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
<[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
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
23 matches
Mail list logo