Please choose a menu option
Visit the IDRsolutions WebSite

Java PDF Reader example

Description Basic Java PDF Reader application to provide starting point
Jar Path org.jpedal.examples.jpaneldemo.JPanelDemo

Click for source code link

How to run the code

Windows: java -cp %jpedalDir%/jpedal.jar org/jpedal/examples/jpaneldemo/JPanelDemo
MacOS X Linux: java -cp $jpedalDir/jpedal.jar org/jpedal/examples/jpaneldemo/JPanelDemo

Click here for help on running Java programs from the command line

 

Other details/screenshot

Very simple java PDF Reader example, with the minimum for people who want to build their own viewer or want just the basic Java PDF Reader to modify rather than the fully featured PDF viewers MultiViewer or SimpleViewer.

Example catalogue in JPanel

 

Links to related articles

Getting started tutorial
Additional optional libraries lists items which may be needed for some PDFs or functionality.
JVM options available on startup which can customise memory usage, image quality and lots of other settings.
SimpleViewer Java PDF viewer example
AppletViewer - provides a version of SimpleViewer running as an Java Applet
Demo of drag and drop functionality in PDF Viewer.
MultiViewer Java PDF viewer example

 

Return to main PDF support section

Click here for the main PDF support area with lots of java examples, PDF tutorials and useful information to get the most out of the JPedal PDF library

 


PDF viewer