Client-server PDF creation with xtopdf, XML-RPC, ReportLab and Python

vasudevram vasudevram at gmail.com
Sun Oct 4 17:38:20 EDT 2009


On Oct 4, 7:38 pm, vasudevram <vasudev... at 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




More information about the Python-list mailing list