On Oct 4, 7:38 pm, vasudevram <vasudev...@gmail.com> wrote:
> Hi group,
>
<snip/>

> I'll update the README.txt file to correct that error soon.)

Done. Corrected README.txt uploaded (as part of updated zip file).

I forgot to mention, in the original post above, that both the client
and the server programs have top-level classes that encapsulate all of
their functionality, and those classes are callable / programmable.
Which means that you can call those classes (or rather their methods)
in your own larger applications, to get that functionality of client-
server creation of PDF from text, in your apps. Take a look at the main
() functions of the client and the server (in files PDFXMLRPCClient.py
and PDFXMLRPCServer.py) - the code is simple and self-explanatory,
since those two main functions themselves are instances of code that
calls the methods of the classes mentioned above.

- Vasudev

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to