
suhasinik at cdac
Jul 20, 2012, 1:34 AM
Post #3 of 3
(257 views)
Permalink
|
|
RE: Re: Unable to configure "Export wiki pages to PDF, ODT and DOC format"
[In reply to]
|
|
Dear Team, I am having BOSS Server Version 1.0 (operating system). I have installed trac 0.12.2-1, python-uno, python-beautifulsoup, python-imaging, openoffice.org3 and also installed WikiExportPlugin. But I am not able to get "Export to PDF, ODT, DOC" format. This can be observed from the image which is attached to this mail. Please help me in this regard, how to install WikiExport PDF Plugin and how to configure it? With Thanks and Regards, Suhasini.K -----Original Message----- From: trac-users [at] googlegroups [mailto:trac-users [at] googlegroups] On Behalf Of Reinhard Wobst Sent: Friday, July 20, 2012 1:20 AM To: Trac Users Subject: [Trac] Re: Unable to configure "Export wiki pages to PDF, ODT and DOC format" > soffice "--accept=socket,host=localhost,port=8100;urp;" --headless On the WikiExportPlugin page you cited, this is only for OpenOffice 2.4. LibreOffice is based on OpenOffice 3.x, so better use soffice -- accept="socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" (the quotes are missing on this page and would be interpreted by the shell). In some OpenOffice wiki I found that you won't get error messages, you should increase the log level. This may not be enough to help you, only a start. Note that libreoffice/soffice now have an option "convert-to" (easy to google) which might be not so efficient but could work in your case. Best Reinhard -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en. ------------------------------------------------------------------------------------------------------------------------------- This e-mail is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies and the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email is strictly prohibited and appropriate legal action will be taken. ------------------------------------------------------------------------------------------------------------------------------- -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to trac-users [at] googlegroups To unsubscribe from this group, send email to trac-users+unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
|