Please choose a menu option
Visit the IDRsolutions WebSite

Java Source Code Examples

JPedal includes a large number of example PDF applications written in Java for you to use and customise. Each one is described below along with a link to code and any related items.

PDF Extraction tools

  • Clipped Image extraction - fully automated extraction of PDF page images as tif, png or jpeg with ability to define output dimensions and image quality. Created to help a large catalogue company put images online.
  • ExtractPagesAsThumbnails - fully automated program to rasterize PDF pages as images and optionally scale.
  • HiResThumbnailExtraction - extract PDF pages at the best possible quality. If the images are larger than the page, it scales up the page rather than scaling down the image.
  • PDF to image conversion very simple example - just the minimum code needed for PDF to image conversion

Viewers

  • SimpleViewer is a very comprehensive java PDF viewer. Shows off the full power of the library.
  • MultiViewer adds the ability to open multiple PDF files in separate panes to the SimpleViewer.
  • JPanelDemo is a very simple java PDF viewer with minimal functionality.
  • AppletViewer provides a version of SimpleViewer running as an Applet.

Printing

  • SilentPrinting provides an example on how to print PDF files automatically from Java.

Extraction

Search

JavaFX

Rich Internet Applications

We have a number of examples and a special version using the UltraLight Client from Canoo to provide a RIA client. Please contact us for more details.

Other

 

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