Index of /downloads/Agetor3.0/axt/agetor_print
AXT Print RELEASE NOTES:
This document describes changes and bug fixes to AXT 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.
===============================================================
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.