JustFormsPDF Change Log Last Updated: July 26, 2005 ########################################################################### Release 1.1.9 Release Date July 26, 2005 Release Type MINOR ============================ CHANGES ============================ * The leading and trailing blank spaces are preserved in a multiline text. ########################################################################### Release 1.1.8 Release Date May 26, 2005 Release Type MINOR ============================ CHANGES ============================ * Issue with multiline extended-ascii text is resolved. ########################################################################### Release 1.1.7 Release Date Apr 10, 2005 Release Type MINOR ============================ CHANGES ============================ * setReadOnly and isReadOnly methods added to form element classes. ########################################################################### Release 1.1.6 Release Date Apr 09, 2005 Release Type MINOR ============================ CHANGES ============================ * Fixed: Checkbox for some forms was not being checked/uncheked. ########################################################################### Release 1.1.5 Release Date Apr 01, 2005 Release Type MINOR ============================ CHANGES ============================ * Extended ascii text now can be used in FormText element Example: text in German can be used as follows: FormText text1 = (FormText) form.getElement("Text1"); text1.setValue("EDV / Büromöbel"); ########################################################################### Release 1.1.4 Release Date Mar 27, 2005 Release Type MINOR ============================ CHANGES ============================ * Support of multiline text fields added. ########################################################################### Release 1.1.3 Release Date Mar 22, 2005 Release Type MINOR ============================ CHANGES ============================ * Fix: License code for some region was not working. ########################################################################### Release 1.12 Release Date Mar 11, 2005 Release Type MINOR ============================ CHANGES ============================ * ArrayIndexOutOfBoundsException during rendering of PDF for rare files fixed. ########################################################################### Release 1.11 Release Date Mar 01, 2005 Release Type MINOR ============================ CHANGES ============================ * Issue with forms that contain two or more copies of the same Text fields in a PDF is fixed. ########################################################################### Release 1.10 Release Date Feb 12, 2005 Release Type MAJOR ============================ CHANGES ============================ * A new programming technique applied in tokenizing PDF objects. * Exception(s) reading PDF files of 1.5 specifications fixed. * ArrayIndexOutOfBoundsException in reading AcroForm for certain files fixed. ########################################################################### Release 1.05 Release Date Feb 01, 2005 Release Type MINOR ============================ CHANGES ============================ * getType method added. * getName method made public * getRect method added. ########################################################################### Release 1.04 Release Date Jan 11, 2005 Release Type MINOR ============================ CHANGES ============================ * toString() method added to Form class for printing details about form elements. * setSaveProtected/isSaveProtected methods added to PDF class. ########################################################################### Release 1.03 Release Date Dec 12, 2004 Release Type MINOR ============================ CHANGES ============================ * The library now identifies an encrypted PDF and notifies the user. * Fixed a small memory in PDF() object. ########################################################################### Release 1.01 Release Date Nov 28, 2004 Release Type MINOR ============================ CHANGES ============================ * getAllFormElements() method added to the Form class. * setValueByIndex(int index) method added to the FormComboBox and FormRadioGroup classes. ########################################################################### Release 1.00 Release Date Nov 11, 2004 Release Type NEW RELEASE ============================ CHANGES ============================ * New Release ###########################################################################