Please choose a menu option

RSS feed? News:

01 Mar 10 Version 4.01 build 15 released Turn pages from all corners, First implemetation of Java3D, Linearized PDF detection and more ...

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

15 Jan 10 Version 3.92 build 40 released Improvements to PageFlow mode and bug fixes for client issues. More Info...

8 Dec 09 Version 3.91 build 80 released Speed enhancements to image printing, optimisations for PDFs reusing XObjects and general improvements. More Info...

20 Nov 09 Version 3.91 build 60 released Enhancements to PageFlow mode, Applet regression fixed and improvements to non embedded text rendering. Read More ...

05 Nov 09 Version 3.91 build 15 released Enhancements to PageFlow viewing mode including reflection effect, improvements to Viewer configuration and general bug fixes. Read More ...

23 Sep 09 PDF Java Ebook Solution IDRsolutions is pleased to announce a new free service which embeds PDF's 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. Please note, it needs version 3.61 or later.

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.

To do this using the GUI...

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 as item within these sections. Check boxes with a plus next to it may be expaneded as they represent menus with multiple children. When deselecting an item it will no longer be displayed but the component it was on originaly on remains.

PDF viewer

e.g The nav bar would still be present but have no buttons on it.

To remove these you need to click on the button found beneath the check box tree for each section (Button in the examle 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.

 

PDF viewer


PDF viewer