Please choose a menu option
Visit the IDRsolutions WebSite

PDF format Implementation details

JPedal technical notes on PDF format implementation

last updated 20th December 2010

This document list areas of the PDF format specification and covers their implementation status. It refers to the latest full release for Java 1.5 and above.

Note on PDF format implementation

The pdf format specification was created by Adobe. This is a very large specification and leaves a number of undocumented and grey areas. JPedal currently implements about 85% of the Adobe specification. Our ultimate aim is 100%

Some PDF generators interpret the specification in different ways. Most of these should work with JPedal or can be made to work with minor modifications.

Implementation list

The following table gives details on implementation status.

Feature Current status Comments
Colorspaces
DeviceRGB Y  
CalRGB Y  
DeviceGRAY Y  
CalGRAY Y  
ICC Y  
indexed Y  
Lab Y  
DeviceCMYK Y  
DeviceN Y  
Pattern Y  
Shading Y Axial, function, Coons, Tensor, radial shading
XObjects
Images Y  
XForms Y  
Acroforms
Read FDF/XFA Y  
Access FDF/XFA data Y New methods and example in 3.20
Display FDF Y Full AP support. Uses Swing widgetset. User can add own implementation.
Open external FDF Y Open an FDF file with an attached PDF file.
Display static XFA Y  
Dynamic Javascript validation Y From 3.20
Javascript in forms Y From 3.70
Add Listeners to form objects Y All Acroform objects can have Java Listeners attached.
Other Interactive features
Read Annotations Y  
Standard Annotation display Y  
Play sound Annotations Y Added in 3.71
Standard Annotation features Y URLs links, Stamp supported.
Custom Annotation display option Y Allow user to implement own display and add listeners
Bookmarks Y
Fonts
Subsetted font support Y  
Dynamically subsitute non-embedded fonts Y Use Truetype, OpenType and font collections on machine via Java Font Library
Embedded font support Y Support for Truetype, OpenType, Type 1, CID fonts with embedded data uses IDRsolutions own internal renderer.
Type0 Y  
Type1 Y  
Type1C Y  
Type3 Y  
TrueType Y  
OpenType Y  
CID0 Y Not fully defined in pdf spec
CID2 Y Not fully defined in pdf spec
Security
40/128bit RC4 and AES encryption Y AES from version 3.20
Certificates Y Support to read Certificates and code to display in SimpleViewer sample app
Adobe custom security   Not Implemented due to patent restrictions
Filters
CCITT Y  
DCT Y  
JPG 2000 Y  
Flate Y  
LZW Y  
Run Length Decode Y  
Hex Y  
Ascii85 Y  
JBIG2 Y Custom JBIG2 decoder written by IDRsolutions and available separately as well - used by our competitors...
Other features
File metadata Y  
1.6 Compressed streams Y  
PDF Layers Y Added in version 3.60b15
Transparency   
Linearized PDF (fast web view) Y Added in 4.10
Tagged PDF text Y  
PDF Printing (Client and Server)
JPS printable support Y  
JPS pageable support Y  
PCL optimsations Y Custom PDF print modes to improve performance
Custom print dialog Y Custom PDF print Dialog with scaling and rotation options

PDF viewer