Neodynamic JSPrintManager for Any Web Platform Client App 9.0

Released: May 16, 2026

Client App 9.0 버젼 업데이트

기능

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.