JSPM.JSPrintManager.Start()
should not call OnStatusChanged when a WS connection is already open.SendIppMessage
method to send IPP Messages to IPP hosts/devices/printers.PrinterDeleteAllJobs
method to delete all print jobs in a given printer queue.GetDeviceId
method to get the client system ID based on the OS native machine UUID/GUID.SitesManager
method to allow or block a given site/device address.GetPrintersInfo
method now also returns the printer's manufacturer name.JSPM.JSPrintManager.Start()
method when calling it more than once.ShowProgressUI
prop to ClientScanJob to show or hide the progress UI. (Windows only).GetBluetoothDevices
method to get list of Bluetooth devices available in the client system.GetPrintersInfo
output containing the list of media types supported by each printer.GetMediaTypes
function to get the list of supported Media Types for the specified printer.GetPrintersInfo
output. This tells whether the printer allows custom paper size setting.GetPrintersInfo
output containing the list of custom papers supported by each printer. (Windows only)GetPrintersInfo
output. (Windows only)GetPrintersInfo
function. (macOS only)GetPrintersInfo
method. Support for various icon sizes through the new PrinterIcon
enum.GetClientAppInfo
method to get the Version, OS and CPU of the JSPrintManager Client App running at the client machine.GetMAC
method to get the Media Access Control (MAC) address of the client machine.InstalledPrinter
class for automatically detecting Raw Mode Data Type based on the Windows printer driver model. Enable it by setting AutoDetectRawModeDataType
prop to true.GetDefaultTrayName
and GetDefaultPaperName
methods to get the default Tray Name and Paper Name for the specified printer.GetTrays
and GetPapers
methods to get the list of supported Trays and Papers for the specified printer.GetPaperInfo
method to get paper related info (width, height, printable area) for the specified printer and paper name.ExternalURL
option to FileSourceType
enum.TcpComm
class. Send/Write & Receive/Read data to any IP Address and Port reachable from the client system. The Address requires to be in the client's allow list!