Re: PDF Processing



OUTPUT FOR THAT PROGRAM:::
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:112)
Exception in thread "main"

Andrew Thompson wrote:
...
I am PDF Processing...When i tried to execute the following code ,it
thows NULLPOINTER exception...

Did you mean a NullPointerException?

If so,
a) Please don't SHOUT at us.
and
b) Please be specific.

Programming is hard. Debugging is harder.
Debugging an application remotely, where the
exceptions and errors are being 'paraphrased' is
even harder again.

Don't make it hard on us (please).

...The exception occured at this line System.out.
println(view.getProperty("Default_Zoom_Type"));

I would have guessed that if any property either does not
exist, or is not defined for that PDF file, it returns null.

OTOH, that does not explain the exception, since the output
should simply have been
null
like this line would print..
System.out.println((String)null);

Indeed, the NPE suggests the viewer itself is null, but if
so, the page count could not have been referenced on the
previous line*.

*
System.out.println(view.getPageCount());

Which leads me to..
Please copy/paste the stacktrace. As well as the
output you are seeing.


--
Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-gui/200711/1

.



Relevant Pages

  • Re: In PDF Processing...
    ... I am PDF Processing...When i tried to execute the following code,it ... thows NULLPOINTER exception...The exception occured at this line System.out. ... public class PdfCheck1{ ...
    (comp.lang.java.programmer)
  • Re: In PDF Processing...
    ... I am PDF Processing...When i tried to execute the following code,it ... thows NULLPOINTER exception...The exception occured at this line System.out. ... public class PdfCheck1{ ...
    (comp.lang.java.programmer)
  • Re: SBS 2003 BOSD (mrxdav.sys), Help Needed Please
    ... Cris Hanna [SBS - MVP] ... MVPs do not work for Microsoft ... Use!analyze -v to get detailed debugging information. ... exception record and context record. ...
    (microsoft.public.windows.server.sbs)
  • Re: Mixed assembly crashes on exit
    ... On the first development machine: I have now set debugging for both the ... I have tried setting breakpoints at various places in MINTERNAL.H. ... I have also tested this code on the 2nd development machine. ... there is an "Exception" message. ...
    (microsoft.public.vsnet.debugging)
  • Re: How to recover from a EXCEPTION_STACK_OVERFLOW?
    ... MiniDimp even if there has been an unhandled managed Exception. ... just-in-time debugging have been discussed in this newsgroup before, ... The registered custom Exception Filter calls MiniDumpWriteDump ... CreateProcess itself can fail because of corruption of the process' ...
    (microsoft.public.win32.programmer.kernel)