Damian Georgiou a écrit :
Hi All,

Is there a method using portal_transforms to transform a word document to docbook like there is with ooo to docbook. The reason for this is we have many employees creating Policy's and Procedures in word but we would like them in CPS in a docbook format?

AFAIK, there is no direct free (as in freedom) way to convert word documents into docbook. What you could do is write a specific portal_transforms engine that uses OpenOffice to do .doc -> .sxw -> docbook but it requires a bit of work + need an openoffice instance running somewhere near your Zope server.

Can the same thing be done with PDF?

No engine to write PDF so far. There exists reportlab (a python library to write pdf reports/documents) but no one wrote a portal_transforms engine yet.

--
Olivier

_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users

Reply via email to