[Checkins] SVN: zopyx.smartprintng.server/trunk/README.txt updated XMLRPC API

Andreas Jung andreas at andreas-jung.com
Sun Jul 19 04:45:38 EDT 2009


Log message for revision 101995:
  updated XMLRPC API
  

Changed:
  U   zopyx.smartprintng.server/trunk/README.txt

-=-
Modified: zopyx.smartprintng.server/trunk/README.txt
===================================================================
--- zopyx.smartprintng.server/trunk/README.txt	2009-07-19 08:43:21 UTC (rev 101994)
+++ zopyx.smartprintng.server/trunk/README.txt	2009-07-19 08:45:37 UTC (rev 101995)
@@ -58,6 +58,12 @@
             also as base64-encoded ZIP archive.
         """
 
+    def convertZIPEmail(context, zip_archive, converter_name='pdf-prince', 
+                        sender=None, recipient=None, subject=None, body=None):
+        """ Similar to convertZIP() except that this method will send the 
+            converted output document to a recipient by email.
+        """
+
     def availableConverters():
         """ Returns a list of available converter names on the 
             SmartPrintNG backend.



More information about the Checkins mailing list