Please choose a menu option

RSS feed? News:

19 Aug 10 Version 4.36 build 60 released JPedal can now read PDF's aloud using the Freetts library, improvements to signing and mouse functions, enhancements to Font and Javascript engines. More Info...

29 Jul 10 JPedal Java ME Viewer Now released and available under an LGPL licence More Info...

12 Jul 10 Version 4.30 build 16 released Enhanced Print dialog, Control via Javascript and Applet enhancements Read More ...

10 Jun 10 Version 4.21 build 56 released Major speed improvements to viewer and general parsing speed. Read More ...

10 Jun 10 JBig 2 image decoder Version 2 released Major Upgrade to JBig2 image decoder - 3-5 times faster. Read More ...

03 Jun 10 Version 4.20 build 21 released Major Upgrade to TrueType font engine supporting Chinese fonts, speed improvements. Read More ...

22 Apr 10 EBook reader encryption Pjes now handles encrypted PDFs - upload an Encrypted PDF, and everyone will need the password to open it.
Ebook reader...

19 Mar 10 Version 4.10 build 16 released First implementation of JPedal in JavaME, support for linearization of PDFs, Coons and Tensor shading support.Read More ...

04 Feb 10 Major new version New look, new page turning mode, enhanced search, code tidy up and much more...

23 Sep 09 PDF Java Ebook Solution IDRsolutions is pleased to announce a new free service which embeds PDFs inside our viewer. A must for e-book authors and distributors. Read More ...

Customizing the user interface

This tutorial explains how to totally customize JPedal.

How to Customize display appearance

JPedal has the option to customize the gui without any need for programming knowledge.

The user may have interface options activated and deactivated in the properties file just by setting a flag to true for active, or false for inactive. If you wish to you may do this hand by editing the properties file. Alternatively you can use our new user interface to control the simpleviewer gui.

Using the Preferences Dialog

First open the simple viewer and click on the Edit menu option then Preferences.

PDF viewer

Once the Preferences window is open, select the Menu option and you should see something similar to this: (may vary due to different operating systems)

PDF viewer

Each tab in this window handles a different section of the viewer as shown below.

PDF viewer

The check boxes represent items within these sections. A check box with a plus next to it may be expaneded as it represents a menu with multiple children. When deselecting an item it will no longer be displayed, but the component it was originally on remains (as above).

To remove these you need to click on the button found beneath the check box tree for each section. (The button in the example above reads "Click here to hide Menu Bar".) This will remove an entire section regardless of the options selected within the tree. If you wish you may remove all the elements from the gui, leaving just a panel.

PDF viewer

JPedal SimpleViewer has a constructor which allows you to pass in your own component to display your pdfs on. Combine this with the ability to remove our user interface and you can add pdf viewing with ease. If you wish to use our user interface just keep them active and have a full viewer in your application with minimal code alterations.

 

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