The Socket Print Writer Connector allows you to send raw data to printer. Raw data must be in Base64 format.
Configuration
Socket configuration
Host
The URL of the requested printer to print data. Define printer URL in IP address format or dotted format.
Input data can be referred by using placeholders:
${input.Host}
will be replaced by value inHost
property of connector''s input data
Example
- 192.168.10.10
- printer1.corp.com
Port
Port of the requested printer to send print data. Default raw data printer port is 9100.
Input data can be referred by using placeholders:
${input.Port}
will be replaced by value inPort
property of connector''s input data
Input & Output Schema
Input
Socket printer input (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
PrintData | Base64 | No | Raw data to print on printer. e.g.: W3siRmlyc3ROYW1lIjoiQWxpY2UiLCJMYXN0TmFtZSI6IlNtaXRoIn0seyJGaXJzdE5hbWUiOiJCb2IiLCJMYXN0TmFtZSI6IkpvaG5zb24ifV0= |
Host | string | Yes | The URL of the requested printer to print data. |
Port | integer | Yes | Port of the requested printer to send print data. |
Output
No output schema for this connector.
Release notes
3.0.3
- Fixed shared nuget package versions.
3.0.2
- Fixed right processing of nullable properties.