Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #2760
| From | "imranbaseer" <imranbaseer@THRWHITE.remove-dii-this> |
|---|---|
| Subject | PDF Processing |
| Message-ID | <7b403be9a8504@uwe> (permalink) |
| Newsgroups | comp.lang.java.gui |
| Date | 2011-04-27 15:40 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui
Hi members,
I am PDF Processing...When i tried to execute the following code ,it
thows NULLPOINTER exception...The exception occured at this line System.out.
println(view.getProperty("Default_Zoom_Type"));..... I dont know how to solve
tis.....Please refer the following code and give me the solution for this.....
Thank in advance...
import com.adobe.acrobat.Viewer;
import java.io.*;
public class PdfCheck1{
public static void main(String ar[])throws Exception{
Viewer view = new Viewer();
InputStream input = new FileInputStream("E:\\Imran\\PRO\\PDF\\
ListofPages.
pdf");
view.setDocumentInputStream(input);
System.out.println(view.getPageCount());
System.out.println(view.getProperty("Default_Zoom_Type"));
}
}
with regards,
J.Imran Baseer.
---
* Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.gui | Previous | Next — Next in thread | Find similar | Unroll thread
PDF Processing "imranbaseer" <imranbaseer@THRWHITE.remove-dii-this> - 2011-04-27 15:40 +0000
Re: PDF Processing "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:40 +0000
Re: PDF Processing "imranbaseer" <imranbaseer@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
Re: PDF Processing "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
Re: PDF Processing "imranbaseer" <imranbaseer@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
Re: PDF Processing "Ed Webb" <ed.webb@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
Re: PDF Processing "Jeff Higgins" <jeff.higgins@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
Re: PDF Processing "Jeff Higgins" <jeff.higgins@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
Re: PDF Processing "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
Re: PDF Processing "Tom N" <tom.n@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
Re: PDF Processing "tar" <tar@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
Re: PDF Processing "imranbaseer" <imranbaseer@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
Re: PDF Processing "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:41 +0000
csiph-web