Choose the export format from the list below:
Filter
Export as Open Document Text (ODT) format using the Office Server
Export as Portable Document Format (PDF) using the Web Browser
Export as Rich Text Format (RTF) using the Office Server
Export as HyperText Markup Language (HTML)
Select the pages to export:
socketWrite status
socketWrite (socketId, data)
Writes the data as a UTF-8 string to the TCP/IP socket referenced by socketId.
Parameters:
socketId - The socket identifier returned from socketOpen.
data - A string with the data to write.
Returns:
True if data was written successfully, false otherwise.
Related topics
Administering
TCP-IP-socket-functions
See the example in socketOpen.