Skip to content
background-image background-image

Socket Print writer

[ | version 3.0]

Connector

The connector is permitted for use of the platform background agent.

Connector processing type: Row by row!

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 in Host 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 in Port 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.