Index of /downloads/Agetor4.0/axt/agetor_print

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory   -
[   ]axt_print4_3_1.apa 30-Apr-2012 08:41 43M
[   ]axt_print4_3_0.apa 13-Mar-2012 13:38 55M
[TXT]release.txt 12-Mar-2012 11:27 6.2K
[   ]axt_print4_2_0.apa 17-Jan-2011 11:32 55M
[   ]axt_print4_1_1.apa 11-Oct-2010 11:03 55M
[   ]axt_print4_1_0.apa 15-Sep-2010 14:37 55M
[   ]axt_print4_0_2.apa 10-Sep-2010 16:22 55M
[   ]axt_print4_0_1.apa 21-Jun-2010 17:29 53M
[   ]axt_print4_0_0.apa 07-Jun-2010 16:00 54M

AGETOR Print RELEASE NOTES:

This document describes changes and bug fixes to AGETOR Print.
These changes may affect version upgrades, so if experiencing
problems after a version upgrade, please consult this document
and the major changes between the old and the new version.

===============================================================
2012-03-12 AGETOR Print 4.3.0 (complete)
===============================================================

+ Bugfix: Solved memory leak in report generation

===============================================================
2011-01-17 AGETOR Print 4.2.0 (complete)
===============================================================

+ Removed commons-io.jar

===============================================================
2010-10-11 AGETOR Print 4.1.1 (complete)
===============================================================

+ Bugfix: Fixed a problem with printing non-ascii characters with the default
  PDF monospace font (Courier).
  
+ Func: Added a PDF viewer stand-alone program. This program can be used to
  preview the results of printing PDF files. Run the program in an AGETOR prompt
  with the command "pdf-viewer".

===============================================================
2010-09-18 AGETOR Print 4.1.0 (complete)
===============================================================

+ Func: Support for new tracing features.

+ Bugfix: The Print Filter would hang when printing PDF documents.

+ Bugfix: Removed unused attributes from printer schema.


===============================================================
2010-06-21 AGETOR Print 4.0.1 (complete)
===============================================================

Bugfix: Print Filter could not print PDFs generated by the Report Filter.

===============================================================
2010-06-07 AGETOR Print 4.0.0 (complete)
===============================================================
+ Func: New Report Filter that can render and extract data from BIRT reports.

+ Func: Printing of PDF documents now supported in the Print Filter.

+ Func: New Document Converter for converting documents into various formats.
  NB: Requires OpenOffice to be installed separately.

+ Func: PDF Concatenation Filter that can concatenate a number of PDF documents.

+ Func: Easy font configuration and support for custom fonts in PDF documents
  generated by the FOP Filter.
  
+ Func: Support for default documents in the Render Filter.

===============================================================
2007-11-30 AXT Print 3.0.2 (complete)
===============================================================
+ Functionality added relating to the renderfilter:
  In the configuration file, where overlays to be added are specified,
  the 'pagerange' attributes 'begin' and 'end' now has 
  AXT parameter resolvation/deduction. Example:
  <pagerange begin="1" end="{last_master_page}" priority="1">

+ Five example files previous stored in
  ${AGETOR_HOME}/conf/axt/transformations is now in the subfolder
  AXTPrintExamples. Please manually delete the original files.

===============================================================
2007-11-07 AXT Print 3.0.1 (complete)
===============================================================
+ Func: Added support for user-defined line separators in the Layout class.
  When calculating the number of lines the line separator (if any) is taken into
  account. The line separator is a regular expression and must be given as an
  argument to the constructor.

  Examples: "¤", "_NL_", "\.\s"

===============================================================
2007-09-03 AXT Print 3.0.0 (complete)
===============================================================
+ Repackaged to work with AGETOR/AXT 3.0

===============================================================
2006-12-08 AXT Print 2.1.2 (complete)
===============================================================
+ Bugfix: AXTPrintException was not a subclass of AXTException.
  Exceptions thrown from a filter has to be a subclass of
  AXTException in order to be caught in a doc-entry's error router.  

===============================================================
2006-08-25 AXT Print 2.1.1 (complete)
===============================================================
+ Bugfix: The baseDir parameter that is used for resolving relative image paths
  was not set correctly.
  
+ Func: The example templates have been moved to a sub-folder.

===============================================================
2006-08-08 AXT Print 2.1.0
===============================================================
+ IMPORTANT: Has been rebuild and packaged for use with AXT 2.1.0 
  and ADK 2.1.0. 

===============================================================
2006-05-16 AXT Print 2.0.2 (complete)
===============================================================
+ Added a template called example_axt_print.xml for the file axt_print.xml.
  The axt_print.xml file specifies the physical printers to be used. 
  A 'server entry template' called __READ_ME is added to help
  in the process of filling out axt_print.xml

+ The folder conf/axt/document is added containing two examples of
  the axt_document.xml file (-the configuration of overlays and documents)
  
+ Added formatting examples in folder doc/axt_print illustrating
  how to use barcodes and overlays on documents with varying pagelenghts

+ Added out-of-the-box server-entry-templates that
  calls the above examples

+ Additions, corrections and rewritings in User Guide.

+ Func: FOPFilter is now an extension of dk.bording.axt.tc.xsl.XSLProcess

===============================================================
2005-10-28 AXT Print 2.0.1 (complete)
===============================================================
+ Func: Added a layout utility class that can be used for estimating the number
  of lines resulting from wrapping a text. If any characters other than whitespace
  characters are found to cause line breaking they can be added using the property:
  
    axt.print.lineseparators
    
  Put the characters next to each other without spaces.

===============================================================
2005-10-04 AXT Print 2.0.0 (complete)
===============================================================
+ First release.