Hi harun Fişekci!
You can try to do this:
1. Connect your printer to the local network. In this case, you must know the IP address of the printer.
2. In 1C, make a code that will print "SpreadsheetDocument"
Something like this:
Code |
---|
Spreadsheet = New SpreadsheetDocument;
// Here you fill in the Spreadsheet with the required data - please see the Help section...
Spreadsheet.Print (PrintDialogUseMode.Use); |
When the Print method is called, a window will open in which you can create a connection to the printer you need and print your data from your mobile device.
Aleksandr