- Fixed issue where the task id was not getting saved on the monitors -> task page.
- Fixed issue where overprinting was being lost when on the last line of a spool file.
- Fixed issue in Assembly File logging message Paper Size.
- Changed CopyLocal buffer size to 16K.
- Changed how the DataQueueMonitor is implemented to improve reliability.
- Updated xStream library.
- Updated log4j library.
- Updated Monitors page to reflect new Assembly and Export Parameters.
- Added admin credentials account to iformsserver datasource.
- Added RDX file generation to LOCAL and IFS export locations.
- Added parsing of “IMGSERVER:” and “WEBDOCS:” User Defined Data commands when OUTPUT_WD_RDX is true.
- Added following Export Parameters for RDX file generation.
-
OUTPUT_WD_RDX - If the output location is set to Local or IFS and this is set to “true”, an RDX file will be created along with the output document.
-
OUTPUT_WD_TYPE - Set a document type to the RDX file. If this parameter is absent and there is an IMGSERVER: or WEBDOCS: command in the UDD of an input spool file, it will be parsed.
-
OUTPUT_WD_FOLDER - Sets a Webdocs Folder to the RDX file. If this parameter is absent and there is an IMGSERVER: or WEBDOCS: command in the UDD of an input spool file, it will be parsed.
-
OUTPUT_WD_TITLE - Sets a Webdocs Title to the RDX file. If this parameter is absent and there is an IMGSERVER: or WEBDOCS: command in the UDD of an input spool file, it will be parsed.
-
OUTPUT_WD_KEYS - Set a semicolon delimited list of Webdocs index key values to the RDX file. If this parameter is absent and there is an IMGSERVER: or WEBDOCS: command in the UDD of an input spool file, it will be parsed.
-
Added ability to remove blank pages in a pdf output document.
-
Added following Export Parameter for removing blank pages in a pdf document before it is converting to the final format.
-
Added ability to extract values from a pdf document using Regular Expressions and use them in most export options.
-
Added ability to convert extracted values into pdf bookmarks.
-
Added following Export Parameters for pdf value extraction
-
OUTPUT_PDF_VALUES - Extract the text from the first occurrence of a match to the regular expression.
-
Example string with optional parameters: <name region=x,y,width,height default="default value" bookmark="My Bookmark @Value">Regex</name>
-
The string ${name} will now be replaced with the value of the extracted text.
-
Multiple extraction values can be specified, each needs a unique name.
-
The bookmark option will insert a bookmark directed at the location of the extracted value. The string @VALUE or ${name} will be replaced with the extracted value.
-
If the bookmark option is selected the server will search for every match inside of the specified region and add a bookmark to it. If it is not specified, the server will search until it finds the first instance of each value rule and stop.
-
OUTPUT_PDF_MARKUP - This will place a black box around extracted values. This is useful for debugging.
-
Added ability to insert text annotations into pdf documents.
-
Added following Export Parameters for inserting text annotations into pdf documents.
-
Added pdf repair option.
-
Added following Export Parameters for repairing damaged pdf files
-
Added additional error notification to update printer pool.
-
Added a warning message if no printers are detected.
-
Added export split counter to log.
-
Added ability to split pdfs via Assembly task.
-
Added following Assembly parameters
-
ASSEMBLY_SPLIT_PDF - Split the resulting pdf based on Regular Expression matches.
-
Example string with optional parameters: <name region=x,y,width,height location=[BEFORE|AFTER] location=[CHANGE|PRESENT]>Regex</name>
-
Multiple split values can be specified, each needs a unique name.
-
ASSEMBLY_SPLIT_STARTPAGE - Sets the start page when splitting a pdf.
-
ASSEMBLY_SPLIT_AUTOCLOSE - Close the last page range. If you are losing the last document then set this to true.
-
ASSEMBLY_SPLIT_MARKUP - When true the server will place a gray border around the detected value. This is useful for debugging a split.
-
Added ${pdfcount} place holder when splitting pdfs. This placeholder can be used to ensure output file name uniqueness.
-
Added following Export Parameters for setting spool file output priority.
-
Add optional remove blank lines parameter to RJSIFORMS.TrimLinesLike and RJSIFORMS.TrimLinesNotLike scripting functions.
-
Added RJSIFORMS.RemoveBlankLines(String field) script.
-
Added EVERY and ALL to insert pages locations VALUE, ODD, EVEN, FRONT, BACK, EVERY, ALL. EVERY and ALL produce the same result.
-
Removed IFS_TEMP parameter. Any value set to this parameter will now be ignored.