Neodynamic JSPrintManager for Any Web Platform 6.0

Released: Jun 1, 2023

Updates in 6.0

Funktionen

  • Added BluetoothPrinter class for printing to printers supporting BT Classic (RFCOMM protocol).
  • Added BIDI Bluetooth communication support for devices supporting BT Classic (RFCOMM protocol).
  • Added JS getBluetoothDevices function to get list of Bluetooth devices available in the client system.
  • Added custom paper settings support (through paperName prop) for InstalledPrinter class.
  • Added printScale prop to PrintFilePDF class to print PDF files with scaling.
  • Added mediaType prop to InstalledPrinter class.
  • Added mediaTypes array property to getPrintersInfo output containing the list of media types supported by each printer.
  • Added JS getMediaTypes function to get the list of supported Media Types for the specified printer.
  • Added customPaperSupport property to getPrintersInfo output. This tells whether the printer allows custom paper size setting.
  • Added customPapers array property to getPrintersInfo output containing the list of custom papers supported by each printer (Microsoft Windows only).
  • Added isFax property to getPrintersInfo output (Windows only).
  • Added printer's Icon to getPrintersInfo extended version (Windows only).
  • Added printer's LanguagesSupportedNames to getPrintersInfo extended version (Windows only).
  • Added showUI prop to ClientScanJob to use the scanner driver UI when scanning (Windows only).
  • Added Apple macOS Icon image for printers through the JS getPrintersInfo function (macOS only).