30 December 2009

ICEpdf inside Oracle Forms

I've included ICEpdf inside Oracle Forms. There are two versions of ICEpdf: an open source version and a commercial version. More info can be found at icepdf.org.

The version I included inside Oracle Forms is the open source version.


More info about the bean can be found on http://sites.google.com/site/oraont/icepdf

05 December 2009

jPDFViewer version 2 available for download

I've made version 2 of jPDFviewer bean. The bean is based on the commercial jar jPDFViewer of Qoppa software. In this version I can read the content from a blob and show it inside jPDFViewer bean. By pressing the button "Fill" the content of blob field is read from a table and sent to the java bean. In this solution there is no other other database connection necessary.



I've update the download page at http://sites.google.com/site/oraont/jpdfviewer

01 December 2009

jPDFNotes inside Oracle Forms

I've included jPDFnotes of qoppa software inside Oracle Forms.

I've build the Form from the image with two Forms buttons: Fill and Save. The Fill button reads a pdf (blob) from the database, encodes it with base64 and then sent it to jPDFNote. After editing the PDF document, adding text like EXPIRED and a red circle, it is possible to save the record back to the database by pressing the Save button. More info can be found on http://sites.google.com/site/oraont/jpdfnotes