> > Hi members,
> > I am PDF Processing...When i tried to execute the following code ,it
[quoted text clipped - 28 lines]
>
> - Show quoted text -
10
java.lang.NullPointerException
at java.util.Hashtable.put(Unknown Source)
at
com.adobe.acrobat.gui.ReaderPrefs.getClientProperties(ReaderPrefs.java:
1063)
at com.adobe.acrobat.Viewer.getProperties(Viewer.java:1191)
at com.adobe.acrobat.Viewer.getProperty(Viewer.java:1186)
at PdfPack.PdfCheck1.main(PdfCheck1.java:110)
Exception in thread "main"
Chris ( Val ) - 21 Nov 2007 13:41 GMT
On Nov 16, 10:00 pm, imranbas...@gmail.com wrote:
> > > Hi members,
> > > I amPDFProcessing...When i tried to execute the following code ,it
[quoted text clipped - 33 lines]
> at java.util.Hashtable.put(Unknown Source)
> at
[snip]
Not sure if you've solved your problem yet, but it
looks like the problem is in your Hashtable.
Fixing that first, might eliminate the other errors.
--
Chris