Public Member Functions | |
| AcrobatCommunicationServer (int port, FileOutputStream log) | |
| void | closeSockets () |
Static Public Member Functions | |
| static void | main (String[] args) |
| Sep 6, 2006. | |
Static Protected Member Functions | |
| static void | startServer () |
this.submitForm({ cURL: "http://localhost/", cSubmitAs: "XFDF", bAnnotations: true }); When XML comes in, transform it such that we flip the heights (Adobe considers 0,0 the bottom left of a page; We consider it the top left, like in a GUI toolkit. Then, write the XML file to disk as a region configuration file.
This software is distributed under the BSD License.
Definition at line 45 of file AcrobatCommunicationServer.java.
| AcrobatCommunicationServer | ( | int | port, | |
| FileOutputStream | log | |||
| ) |
| port | ||
| log | ||
| controller |
Definition at line 105 of file AcrobatCommunicationServer.java.
Referenced by AcrobatCommunicationServer.startServer().
1.4.7