Neodynamic JSPrintManager 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
Neodynamic JSPrintManager for Blazor 9.0.26.7272026년 7월 28일
수정 사항
  • Scan Job events order was not honored.
Neodynamic JSPrintManager for Any Web Platform 9.0.12026년 7월 3일
수정 사항
  • Fixed false positive for WSStatus.CertificateError.
Neodynamic JSPrintManager for Blazor 9.0.26.7032026년 7월 3일
수정 사항
  • Fixed barcode detection in scan job scenarios.
Neodynamic JSPrintManager for Blazor 9.0.26.7012026년 7월 1일
수정 사항
  • Fixed barcode detection in scan job scenarios.
Neodynamic JSPrintManager for Any Web Platform Client App 9.0.26.6252026년 6월 30일
기능

Android Only

  • On evaluation/trial mode, actions (print & BIDI comm) are now limited to 100 per day.
수정 사항

Windows, Mac, Linux, and RPi

  • Missing critical setting in CA cert.
  • CA cert is now saved in binary format.
  • Insecure WebSocket communication.

Android Only

  • Respond to JS getWorkerInstance func was not returning the right JSON.
Neodynamic JSPrintManager for Any Web Platform Client App 9.0.26.6092026년 6월 10일
수정 사항

Android Only

  • Bluetooth Comm - Missing 'flush' call on RFCOMM output stream caused intermittent comm failures.
  • TCP Comm - Missing 'flush' call on TCP output stream.
  • TCP Comm - Nagle's algorithm caused printer commands to be delayed.
  • License controller custom headers were ignored.
Neodynamic JSPrintManager for Any Web Platform Client App 9.0.26.6012026년 6월 1일
수정 사항

Windows Only

  • Bluetooth BIDI Comm was not correctly closed.

Android Only

  • getWorkerInstance was not returning the correct output.
Neodynamic JSPrintManager for Any Web Platform Client App 9.0.26.5252026년 5월 29일
수정 사항

Windows, Mac, Linux, and RPi

  • Fixed worker port detection when using under print server mode.
  • Fixed SSL Fatal error handling.
Neodynamic JSPrintManager for Blazor 9.0주요 버전2026년 5월 16일
기능
  • Added automatic multi-user sessions management.
  • Added support for selecting which SSL/TLS Versions and Cipher Suites will be supported by the JSPM App. Modify the security options through the Settings dialog.
  • Windows - Added support for printing Excel Worksheets by name or index. Added SheetNames and SheetIndexes array props to PrintFileXLS class.
  • Windows - Added JSPrintManager.GetUsbDevices() method to return the list of USB devices available in the client system.
  • Windows - Added support for USB BIDI Communication through the new USBComm class.
  • Windows - Added JSPrintManager.GetHidDevices() method to return the list of HID devices available in the client system.
  • Windows - Added support for HID BIDI Communication through the new HIDComm class.
  • Windows - Added support for decoding barcodes (QR, Code39/128, PDF417, EAN/UPC, I25) from scanned images. Added EnableDecodeBarcode prop to ClientScanJob class.
  • Windows - Added TrayIndex and PaperIndex props to the InstalledPrinter class to set the tray and paper by their indexes.
  • Windows - Added PageTrays prop to the InstalledPrinter class to set the relationship between document pages and trays (Available only for PDF files).
  • Windows - Added AutoTrayByPageSize prop to the InstalledPrinter class to automatically select the printer tray based on the document page size (Available only for PDF files). It mimics the Acrobat's feature called "Choose paper source by PDF page size".
  • macOS/Linux - Added duplex and ADF scan job support.
  • macOS/Linux - Added support for JSPrintManager.GetScannersInfo() method.
  • Blazor - Added JSPrintManager.GetWorkerInstance() method to get the JSPrintManager Client App Worker instance info.
  • Blazor - Added licenseCustomHeaders param to JSPrintManager.Start() method to set any custom HTTP headers for authorization.
  • Blazor - Added JSPMWSStatus.NotInstalled, JSPMWSStatus.CertificateError, and JSPMWSStatus.ConnectionError enum values.
Neodynamic JSPrintManager for Any Web Platform 9.0주요 버전2026년 5월 15일
기능
  • Added automatic multi-user sessions management.
  • Added support for selecting which SSL/TLS Versions and Cipher Suites will be supported by the JSPM App. Modify the security options through the Settings dialog.
  • Windows - Added support for printing Excel Worksheets by name or index. Added sheetNames and sheetIndexes array props to PrintFileXLS class.
  • Windows - Added JSPM.JSPrintManager.getUsbDevices() func to return the list of USB devices available in the client system.
  • Windows - Added support for USB BIDI Communication through the new JSPM.USBComm class.
  • Windows - Added JSPM.JSPrintManager.getHidDevices() func to return the list of HID devices available in the client system.
  • Windows - Added support for HID BIDI Communication through the new JSPM.HIDComm class.
  • Windows - Added support for decoding barcodes (QR, Code39/128, PDF417, EAN/UPC, I25) from scanned images. Added enableDecodeBarcode prop to ClientScanJob class.
  • Windows - Added trayIndex and paperIndex props to the InstalledPrinter class to set the tray and paper by their indexes.
  • Windows - Added pageTrays prop to the InstalledPrinter class to set the relationship between document pages and trays (Available only for PDF files).
  • Windows - Added autoTrayByPageSize prop to the InstalledPrinter class to automatically select the printer tray based on the document page size (Available only for PDF files). It mimics the Acrobat's feature called "Choose paper source by PDF page size".
  • macOS/Linux - Added duplex and ADF scan job support.
  • macOS/Linux - Added support for JSPM.JSPrintManager.getScannersInfo() function.
  • JS - Added JSPM.JSPrintManager.getWorkerInstance() function to get the JSPrintManager Client App Worker instance info.
  • JS - Added JSPM.JSPrintManager.license_custom_headers property to set any custom HTTP headers for authorization.
  • JS - Added JSPM.WSStatus.NotInstalled, JSPM.WSStatus.CertificateError, and JSPM.WSStatus.ConnectionError enum values.
  • JS - Added JSPM.JSPrintManager.WS.onConnectionFailed function.
Neodynamic JSPrintManager for Any Web Platform Client App 9.0주요 버전2026년 5월 15일
기능

Windows

  • Added support for printing Excel Worksheets by name or index. Added sheetNames and sheetIndexes array props to PrintFileXLS class.
  • Added JSPM.JSPrintManager.getUsbDevices() func to return the list of USB devices available in the client system.
  • Added support for USB BIDI Communication through the new JSPM.USBComm class.
  • Added JSPM.JSPrintManager.getHidDevices() func to return the list of HID devices available in the client system.
  • Added support for HID BIDI Communication through the new JSPM.HIDComm class.
  • Added support for decoding barcodes (QR, Code39/128, PDF417, EAN/UPC, I25) from scanned images. Added enableDecodeBarcode prop to ClientScanJob class.
  • Added trayIndex and paperIndex props to the InstalledPrinter class to set the tray and paper by their indexes.
  • Added pageTrays prop to the InstalledPrinter class to set the relationship between document pages and trays (Available only for PDF files).
  • Added autoTrayByPageSize prop to the InstalledPrinter class to automatically select the printer tray based on the document page size (Available only for PDF files). It mimics the Acrobat's feature called "Choose paper source by PDF page size".

Mac and Linux

  • Added duplex and ADF scan job support.
  • Added support for JSPM.JSPrintManager.getScannersInfo() function.
Neodynamic JSPrintManager for Any Web Platform Client App 8.0.26.5012026년 5월 14일
수정 사항
  • Fixed PDF borderless printing.
  • Fixed high CPU under multi-user sessions scenario.
Neodynamic JSPrintManager for Blazor 8.0.26.5012026년 5월 14일
수정 사항
  • Fixed error handling for async methods.
  • Renamed TryGetPrintersInfo() to TryGetBluetoothDevices().
Neodynamic JSPrintManager for Any Web Platform - Client App 8.0.26.3252026년 3월 30일
수정 사항

Mac Only

  • Custom paper name did not work when printing known file formats like PDF.
Neodynamic JSPrintManager for Any Web Platform - Client App 8.0.26.2272026년 3월 2일
수정 사항
  • Updated the CA Certificate lifetime to 3650 days to simplify the cert managment, specially under "print server" mode.
  • Updated the App "Server" Certificate lifetime to 195 days to fit in the CA/Browser Forum schedule.
Neodynamic JSPrintManager for Any Web Platform - Client App 8.0.26.2152026년 2월 16일
수정 사항

Windows Only

  • App crashes when printer driver "PCL6 V4 Driver for Universal Print" is being used.
Neodynamic JSPrintManager for Any Web Platform - Client App 8.0.26.2092026년 2월 11일
기능

Windows Only

  • Added settings for TWAIN driver of PaperStream with Fujitsu scanners.
수정 사항

Windows Only

  • Access Violation error under IPP Comm, Setting License, and Sites Manager tasks.
  • Calling getPrintersInfo() could crash the app under certain scenarios.