[Checkins] SVN: zopyx.convert2/trunk/README.txt better error handlign

Andreas Jung andreas at andreas-jung.com
Sat May 15 10:05:28 EDT 2010


Log message for revision 112330:
  better error handlign
  

Changed:
  U   zopyx.convert2/trunk/README.txt

-=-
Modified: zopyx.convert2/trunk/README.txt
===================================================================
--- zopyx.convert2/trunk/README.txt	2010-05-15 14:05:15 UTC (rev 112329)
+++ zopyx.convert2/trunk/README.txt	2010-05-15 14:05:28 UTC (rev 112330)
@@ -68,12 +68,13 @@
 
   from zopyx.convert2 import Converter
   C = Converter('/path/to/some/file.html')
-  pdf_filename = C('pdf')         # using XINC
-  pdf2_filename = C('pdf2')       # using FOP
-  rtf_filename = C('rtf')
-  pdt_filename = C('odt')
-  wml_filename = C('wml')
-  docx_filename = C('docx')
+  pdf_filename = C('pdf-xinc')         # using XINC
+  pdf2_filename = C('pdf-fop')       # using FOP
+  pdf3_filename = C('pdf-printce')       # using FOP
+  rtf_filename = C('rtf-xfc')
+  pdt_filename = C('odt-xfc')
+  wml_filename = C('wml-xfc')
+  docx_filename = C('docx-xfc')
 
 A very simple command-line converter is also available::
 



More information about the checkins mailing list