Anu,
Cherian, Anu wrote:
> it appears to be caused by a older version of Itext jar on the Server
> (though I have pointed classpath of the program to itext-5.1.2.jar ).
>
> java.lang.NoClassDefFoundError: com.lowagie.text.pdf.PdfSmartCopy
If you really want to use a current iText version, rememb
Thank you Alexis, Balder and mkl for the inputs.
As you all said, I have printed the Throwable. And it appears to be caused by a
older version of Itext jar on the Server (though I have pointed classpath of
the program to itext-5.1.2.jar ).
java.lang.NoClassDefFoundError: com.lowagie.text.pdf.Pd
Hi Anu,
On 25 August 2011 11:19, Cherian, Anu wrote:
> Hi Everyone,
>
> We are facing a strange issue in one of our servers (AIX) with *
> PdfSmartCopy*. Please help to debug the issue. The code is running fine on
> Windows environment. Using* **PdfCopy** *the code runs fine in* AIX** *
> also*
On 25/08/2011 11:19, Cherian, Anu wrote:
iText 1.4.5
PdfSmartCopy?
According to http://itextpdf.com/history/?branch=20&node=200
PdfSmartCopy exists since version 2.0.0
Changelog (February 15, 2007): * New class PdfSmartCopy by Michael
Neuweiler and Bruno; improved by Paulo. It needs more CPU
Anu,
Cherian, Anu wrote:
> The PdfSmartCopy constructor fails with no exceptions.
>
> [...]
> }Catch(Exp e){e.printStackTrace();}
I assume that is a sloppy form of
> } catch(Exception e) {e.printStackTrace();}
In this case, according to your output no Exception is thrown but something
is. Th
On 25/08/2011 11:19, Cherian, Anu wrote:
iText 1.4.5 (by lowagie.com)
That version dates from september 2006. That's almost 5 years ago.
You are using an iText version that is no longer supported.
I'm sorry, but we have to dismiss your question.
--
Hi Everyone,
We are facing a strange issue in one of our servers (AIX) with PdfSmartCopy.
Please help to debug the issue. The code is running fine on Windows
environment. Using PdfCopy the code runs fine in AIX also, but we cannot use
PdfCopy due to huge file size.
Issue:-
The PdfSmartCopy c