- Print
- PDF
Release version: 11.0
Release date: 2nd March 2026
Notes
The following documentation and files are available:
Detailed information about new features, enhancements, and fixes
Guides
Installation and migration
Administration
Application and service guides
Configuration Management and Deployment
Scripting
Microsoft integration
Maintenance Report
This section briefly describes the new features, enhancements, and fixes in Lasernet Core 11.0.
New Features
For more information, see the accompanying detailed information about the new features and enhancements in this release.
Installation, Administration, Configuration, and Management
New Manage tool for Lasernet Core administration, log viewing, and job management.
New offline license activation process and portal.
New Lasernet Service Manager application for creating, starting and stopping, and administering Lasernet Core environment services and the Lasernet Config Server service.
The registration and administration of environment licenses is centralized in Lasernet Config Server and managed through the Manage tool.
Ability to set a maximum age for log files.
Form Engine and Form Editor
PDF/UA support for improved accessibility.
Ability to start or stop grab mode on demand from Lasernet Form Editor.
Support for vertical and horizontal gradient fill effects in shapes added to EMF forms.
Insert an image into the centre of a QR code.
Ability to search the property values of form design objects.
Ability to search for data from the selected grab file, as presented in the form design.
Lasernet Developer
Workspace feature that synchronizes Lasernet configuration changes between Lasernet developers working in teams.
Multi-threading and batch mode have been added to the General tab for any input module polling for jobs.
The Scheduling tab provides an improved UI/UX for modules that set up scheduler events.
In Lasernet Developer, properties that support JobInfo substitution are marked with an icon.
Support for app registration authentication in the Outlook Mail input and output modules.
Ability to start or stop grab mode on demand from Lasernet Developer.
Ability to specify custom mail headers for Mail Output and Outlook Mail Output modules.
Support for app registration authentication in the Web Server Input module.
Cipher selection added for FTPS connections.
Ability to use JobInfo substitution in SharePoint 365 connections to specify subsite and document library by name (instead of ID).
Printer Service
The Lasernet Printer Service now supports:
EMF to RAW printing.
Font embedding in print jobs.
Job Engine and Kubernetes
Lasernet Core 11 includes a new job engine that provides several new features to modules. These advancements ensure that jobs are processed more efficiently in server environments. The job engine running within each Lasernet Core environment now transfers jobs to the Lasernet Config Server when jobs are paused, scheduled, combined, or fail. Lasernet Config Server stores the jobs, and then when a job is released (through the Job Status page of Manage), the Config Server assigns it to an environment for processing. This supports load balancing and failover in environments using virtual machines or in Docker containers managed by Kubernetes.
Kubernetes pod scaling is supported for the following input modules:
FTP Input
SFTP Input
Mail Input
File Input
Note
Lasernet support for deployment in a Kubernetes environment will initially be available only for our hosted offering.
This approach will enable us to develop experience, knowledge, and best practice around deploying Lasernet in Kubernetes. At a later date, after we complete this build-up phase of our Kubernetes project, we will be able to offer all customers and partners access to Lasernet in containerized form along with comprehensive guidance and documentation.
Failover functionality has been added to engines and reworked in output modules.
Job events are now supported for all modules.
OCR
OCR Forms and dictionary content are now stored in the Config Server database. Forms are managed through the Manage tool.
Enhancements and Fixes
Main Enhancements
Component | Area | Description |
|---|---|---|
Lasernet Developer | Environments | Added support for Environments and Pods for failover and load-balancing. |
Deploy Workspace | Deploy Commit is a feature that works like Deploy in Lasernet 10. Deploy Workspace is a feature that works like Patch in Lasernet 10, but includes several enhancements. In Lasernet 10, the local working copy was integrated with other users' local working copies. In Lasernet Core 11, the workspace is stored on the Config Server and shared with other users, which is then deployed to the environment. | |
Commit and Revert | Created Date, Modified Date, Created By, and Modified By are added as new columns to the list view of objects in the Commit or Revert dialogs. | |
Grab Mode Panel | Added the ability to start or stop grab mode on demand from Lasernet Developer, without the need to deploy a configuration. | |
Grab File Format | Grab files are stored in container files with an | |
Export/Import Configurations and Objects | The new tool Deselect Dependencies automatically deactivates the checkbox for other objects in the list view that have dependencies on the selected object. | |
Modules | Fields that allow JobInfo substitution are marked with an icon. | |
JobInfo Dialog | Added the following: • Active JobInfos On/Off | |
Environment Toolbar | Environment toolbar added to various editors. | |
Commit Changes window | Added warning text to the Commit Changes window to warn that the Administrator user should not commit changes. | |
Lasernet Service Manager | Environment | Ability to add, edit, remove, start, and stop service for an environment. |
Config Server | Ability to start, stop, and configure the Lasernet Config 11 service. | |
CORS | Added support for specifying allowed CORS origins. | |
Config Server | Grab | Grab event status and value for maximum grabs per object are configured on the Config Server. |
Logging | Logger event status, values for maximum logfile size, and maximum backup logs can be changed at any time on the Config Server. | |
Logging | Added a Max log age setting for Lasernet environments. | |
JobInfos | JobInfo names and values can be added or changed at any time on the Config Server. | |
Licensing | The registering and administration of licenses for environments are centralized on Config Server 11. | |
Config Server | Lasernet Config Server now requires a Microsoft SQL Server database. | |
Lasernet Printer Service | EMF to RAW Support | The new EMF to RAW Printer name setting in the Printer Service module can select a specific print queue driver on the Windows Printer Server. |
Font Embedding | Added support for Font Embedding in the Printer Service module or app. | |
Port Number | Added ability to configure the port number for the TCP/IP network connection between the Printer Service module and the Printer Service app. | |
Notification System | Added notification system for change of Windows printer list to automatically update and synchronize Printer Service UI. | |
Form Editor and Form Engine | PDF/UA | Added PDF/UA support for improved accessibility. |
New Grab Mode Panel | Ability to start or stop grab mode on demand from Lasernet Form Editor. | |
Grab File Dialog | The Open Grab File(s) dialog has an extended editor view for grab files of type lnjob. | |
Search in Objects | Added a new option in the Find dialog to search for detailed information stored in objects. | |
Line Numbers for XML/JSON Views | An optional view of line numbers is added to the XML/JSON input and output views. | |
Replace Tag Name | Ability to find and replace XPath/JPath tags in any input object or pattern stored in a sheet with another tag name. | |
Gradient Fill for Shapes | Support for vertical and horizontal gradient fill effects in shapes added to EMF forms. | |
QR Codes with Images | Insert an image into the centre of a QR code by merging two objects. | |
Border Settings for Rearranges | Border settings are extended to have individual colour and width settings. | |
Rounded Rectangles in Shapes | Settings have been extended for rounded rectangles in shapes. | |
Ordered List Support | Added support for ordered lists in HTML rendering in EMF+PDF outputs. | |
XML Sheet Options | The No indenting of tags option for XML sheets has been replaced by a choice between Compact and Pretty-Print styles. | |
JSON Sheet Options | Multiple changes for JSON sheets:
| |
Destinations | The Default destination is not automatically added to new sheets. | |
Sheet Options | Added the ability to edit printer profiles directly from the Sheet Options window. | |
XHTML Properties | Added support for
| |
Patterns and Rearranges | Two new columns have been added to the Patterns and Rearrange dialog. | |
Job Engine | General | The optimized Job Engine now supports load balancing and failover in environments using virtual machines or in Docker containers managed by Kubernetes. |
Kubernetes Pod Scaling | Lasernet Core now has the ability to scale across multiple Kubernetes pods. The following input modules are supported:
| |
Environments | The Job Engine running in each Lasernet Core 11 environment service will transfer jobs to Lasernet Config Server 11 service when storing jobs that are in specific states. | |
Modules and Modifiers | General Tab | Multi-threading and Batch Mode have been added to the General tab for any input module polling for jobs. |
Scheduling Tab | The Scheduling tab introduces an improved UI/UX on any module for setting up a Scheduler Event. | |
Web Server | App Registration has been added as a supported authentication method for the Web Server input module. | |
FTP and SFTP | The FTP(s) and SFTP protocol settings have been divided into two modules called FTP and SFTP. | |
Outlook Mail | Added support for app registration as an authentication method in the Outlook mail input and output modules. | |
SharePoint 365 | With JobInfo substitution, instead of looking up IDs, you can look up names to find IDs. | |
Azure Storage | Added support for Azure Storage in China and US Government Microsoft clouds. | |
Barcode Reader and PDF Splitter | Parameters for Quality settings have been added to the Barcode Reader module and the PDF Splitter to optimize the recognition of barcodes. | |
OCR Engine | OCR Forms and Dictionary are stored in the Config Server database. | |
OCR Engine | Tesseract has been upgraded from version 4.1.1 to 5.5.0. | |
Identifiers | Lasernet Config Server provides a new OCR API endpoint to which you can upload identifiers with JSON as the content type. | |
XML Transformer Editor | Added Save Job functionality for the “pre” and “post” sides that creates an LNJOB file. | |
PDF Security modifier | When you configure the PDF Security modifier, you can specify where on the page it overlays information about the digital signature used. | |
PDF Stamp modifier | Added options to stamp only the first or last page of the document. | |
PDF Stamp modifier | Added support for using TTF fonts from the configuration’s Resources area. | |
PDF Splitter engine | Added an option to split Before or After detected barcodes. | |
PDF to Text modifier | Added an option to extract form fields. |
Other Enhancements
Internal Ref. | External Ref. | Area | Details |
|---|---|---|---|
338235 | Lasernet Developer, Lasernet Editors | Added support for high pixel density (Hi-DPI) monitors. | |
413765 | 37674 | File Output | A job fails when an illegal character is present in a filename or output path. |
368054 | Form Editor | Added support to embed fonts in forms created in the DOCX format. Fonts in a document are automatically detected and saved as font resources. | |
421525 | Form Editor | The default Files of type in the Open Grab File(s) dialog of the Form Editor is changed to *.* (All Files) to include any input format. | |
369399 369401 | Form Editor | The behavior for expanding and collapsing nodes in Search mode for input and output views in XML format aligns with the XML Transformer. | |
436981 | Form Editor | UX improvements for the selection of output objects in another layer. | |
438279 | Form Editor | Added case-sensitive support for the Add Form Criterion and Add Sheet Criterion dialogs when using XML input. | |
440729 | Form Editor | Added case-sensitive support for the Add Form Criterion and Add Sheet Criterion dialogs when using JSON input. | |
397437 | Form Editor | Reworked the label name for subform objects in the output view. | |
346982 | Form Editor | Previously used folder paths to preview forms, such as Preview > Save as are retained. | |
463235 | Form Editor | The DevExpress Rich Text and Spreadsheet Control has been updated from v21.2 to v24.1. | |
435770 | Job Engine | Added a set of DataFormat JobInfos for any module creating a data format. | |
363367 | OCR Editor / Engine | Added support for the indexing of the split of fields to be either None, Left, or Right. | |
386610 | OCR Editor / Engine | Added support for cross-referenced validations using math expressions. | |
331415 | PDF Merger | Improved support for reading external PDF documents. | |
443768 | Web Server | Added GET support for preview mode. |
Fixes
Internal Ref. | External Ref. | Area | Details | Status |
|---|---|---|---|---|
393910 | Form Editor | UI glitch in Text form Link Criteria. | Fixed | |
448442 | Form Editor | Occasionally, the pick screen color tool in the Custom Color > Select Color window selects either a color at random or black and white. | Fixed | |
462548 | File Module | File Input does not read subfolders when set to recursive. | Fixed | |
480407 | OneDrive Module | Dotall and multiline regex options continue to exist in modules such as the OneDrive one. | Fixed | |
460123 | Form Editor | Extra | Fixed | |
459088 | 43259 46826 | Lasernet Core | JSON output contains character entities such as | Fixed |
483525 | Job Engine | Criteria on module destinations are not evaluated if the job is paused, scheduled, or combined. | Fixed | |
479135 | Barcodes | If a JobInfo that is being used to provide values for a Swiss QR code property has not been set, Lasernet uses the name of the JobInfo as the property value. | Fixed | |
493371 | SharePoint Connection | When retrieving a list of subsites, Lasernet displays a maximum of 200 subsites. | Fixed | |
488709 | SQL Editor | Lasernet crashes when selecting some connection types in the SQL Editor. | Fixed | |
466730 | PDF Security modifier | The overlay that the PDF Security modifier adds to a document does not contain “signed by” information. | Fixed | |
488480 | HTTP Output | The file picker for the Certificate property does not open if … (elipsis) is clicked for a second time. | Fixed | |
479465 | Monitor (Web) | The Type column contains no text for custom log messages. | Fixed |
Known Issues
Internal Ref. | External Ref. | Area | Details |
|---|---|---|---|
498615 | Lasernet Developer | In the workflow diagram, the change indicators on added modules (plus icon) and modified modules (square icon) are not displayed. |
How to Get Support
If you encounter difficulty using Lasernet, contact Lasernet Support.