Changes

no edit summary
Line 12: Line 12:  
* The '''Extended Edition''' adds the ability to read, edit and save existing PDF documents, and to read and write values from the PDF Form, including [[XFA]] forms and [[Electronic signatures]].
 
* The '''Extended Edition''' adds the ability to read, edit and save existing PDF documents, and to read and write values from the PDF Form, including [[XFA]] forms and [[Electronic signatures]].
 
* The '''Extended Edition plus Viewer''' adds the ability to [[Rendering (computer graphics)|render]] a PDF to a [[Bitmap]] image, for printing with the Java Print API or for display on screen. The "Viewer" is a set of [[Swing (Java)|Swing]] components which can be used to display and edit PDF's in a similar fashion to [[Adobe Acrobat]] in an applet, a standalone application or as part of a larger application.
 
* The '''Extended Edition plus Viewer''' adds the ability to [[Rendering (computer graphics)|render]] a PDF to a [[Bitmap]] image, for printing with the Java Print API or for display on screen. The "Viewer" is a set of [[Swing (Java)|Swing]] components which can be used to display and edit PDF's in a similar fashion to [[Adobe Acrobat]] in an applet, a standalone application or as part of a larger application.
<br>
   
<br>
 
<br>
 
== Java Packages ==
 
== Java Packages ==
Line 19: Line 18:  
* <code>org.faceless.pdf2.viewer2</code> - the core Swing components making up the Viewer
 
* <code>org.faceless.pdf2.viewer2</code> - the core Swing components making up the Viewer
 
* <code>org.faceless.pdf2.viewer2.feature</code> - the set of optional features that can be integrated into the Viewer
 
* <code>org.faceless.pdf2.viewer2.feature</code> - the set of optional features that can be integrated into the Viewer
 +
<br>
    
== Source Code and Licensing ==
 
== Source Code and Licensing ==
10

edits