...
Input and Process DAT files now create backup files everytime they are loaded.
Added run once option to Weekly and Monthly scheduler input
Ability Added the ability to Skip current file then attaching other files.
Added Features to Scheduler Process. Added a Weekly and Monthly run types that allow you to specify to which days or the week or days of the month to run the process on. It will check for files every 60 seconds during those allowed days. This can be narrowed to a specific time window using the “Run Between” option.
Modified WP WorkPath and REST Subscription Expiration Warning message to include the name of the server.
Added 1-bit and LQ settings to Barcode OCR object Object and Burst OCR Object.
Added “Recycle Tokens” option to Email OAuth on inputs/outputs/notification. This allows it to recycle the OAuth token for a max of 3 hours before exchanging for a fresh one.
Made change to the Recycle token code so it dynamically gets the expiration value when refreshing a token and stores that with the token. So, if recycle is turned on, it will reuse the token until the expiration is hit , and then refresh it. Token file will only get resaved when a Token is refreshed, not just recycled as , since nothing has changed.Added “Recycle Tokens” option to Email OAuth on inputs/outputs/notification. This allows it to recycle the OAuth token for a max of 3 hrs before exchanging for a fresh one. This should reduce the throttling we see on the 0365 servers. NEEDS TO BE TESTED to verify it doesn’t create any issues with email.
Added Option to Enable or Disable API Logging. It is not set to disable Enabled by default. Before Previously, it was always continuously logging.
WorkPath Standard Resolved Issues
Fixed issue with Black and White Redactions with rotated PDFs and PDF with offset margins.
Fixed issue with Box Fill Color not setting the transparency based on the selected color. This made transparent color selection not work.
Fixed issue with Draw Rectangle with rotated PDFs and PDF with offset margins.
Fixed issue with Draw Lines with rotated PDFs and PDF with offset margins.
Fixed JIRA Wp-725 fixed two more related issues. One to deal an issue with calculating placement when view orientation is set to 270 degrees. The second one is to deal with fields that are
Fixed an issue where fields were not lining up due to the media box having top or left override margin defined that are not the normal zero value.
Fixed JIRA WP-724 Form Filler Text Alignment Issue. Fixed issue related to change in Vintasoft library alignment property. Changed algorithm on how placement is calculated.
Fixed JIRA Wp-725 Form Filler Text orientation issue on PDF pages that have a view orientation that does not match the actual page orientation.
Fixed issue with filenames having spaces replaced with underscores in email output.
Fixed issue with Text Form Object returning empty data when a child zone is partially into a negative page offset on the X or Y plane.
Fixed issue WP-719 with error when adding barcode to TIFF.
Fixed label wrap issue with Run Program Dialog.
Fixed installation issue with Box linking download of OCR Server executable no longer working dur to changes in how the Prism website (which we use for the redirection URL) is now loading and presenting. Modified the installation procedure to not install the OCR Server by default. This allows installation to complete without the OCR server, then the admin can download and install it separately.
Fixed issue with “Last Day” option in the Monthly scheduler not working.
Fixed issue with file collision when multiple processes are using the OCR or Barcode burster functions. Tempfiles and folders are now uniquely named.
Fixed bug in the Token recycle code where it was exiting the code as expected causing the token to refresh ever though recycle was enabled.
...