talib Posted July 30, 2013 Posted July 30, 2013 I want to convert uploaded MS office documents to PDF which is a apart of web application using free web hosting site like HelioHost As per my information, LibreOffice does a far better job of converting documents than the default OpenOffice packages. Can anyone help/suggest me to solve this issue?
Ice IT Support Posted July 30, 2013 Posted July 30, 2013 You can download and install LibreOffice from https://www.libreoffice.org/. Once installed, you can select Export to PDF from the file menu in Writer to export your files as a PDF.
talib Posted July 30, 2013 Author Posted July 30, 2013 But how can i implement the conversion through programming using LibreOffice application? Usually free web hosting don´t allow to install LibreOffice so what you suggest me to solve my issue?
Ice IT Support Posted July 30, 2013 Posted July 30, 2013 I'm not finding any options that do not require the exec() or shell_exec() commands, as these are disabled on HelioHost, are for Linux, or do not run as a service.
talib Posted July 30, 2013 Author Posted July 30, 2013 I want to develop an web conferencing application in which i want to show the all office documents in PDF format (one page at a time during web conference) for which i know the way by using LibreOffice application which is disabled on HolioHost so what should i do to resolve my issue?
Krydos Posted August 1, 2013 Posted August 1, 2013 Why not just convert the .doc files to .pdf on your home PC and then upload the .pdf files. Why does it need to be converted on the server?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now