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:
RDL socket functions provide methods to open a socket, write data to the socket, and close the socket when finished.
socketOpen
Opens a TCP/IP socket
socketClose
Closes a TCP/IP socket
socketWrite
Writes data as text to a TCP/IP socket.
socketSend
Opens a socket, writes text data, then closes the socket.
Socket Get Last Error
Returns the error message from the last socket function called.
Related topic
Administering