No description
  • JavaScript 64.4%
  • HTML 15.3%
  • PHP 11.7%
  • CSS 8.3%
  • Shell 0.2%
  • Other 0.1%
Find a file
Dickriven Chellemboyee 8eb98cd19b cs-fix
2017-01-14 02:15:45 +04:00
assets updated 2012-11-22 10:47:05 +04:00
convert update .git* 2017-01-14 02:03:49 +04:00
log remove old logs 2017-01-08 02:01:07 +04:00
resources cs-fix 2017-01-14 02:15:45 +04:00
upload update .git* 2017-01-14 02:03:49 +04:00
.dockerignore add docker 2017-01-08 14:06:53 +04:00
.gitignore update .git* 2017-01-14 02:03:49 +04:00
api.php updated 2012-11-22 10:55:52 +04:00
composer.json add composer.* 2017-01-08 02:09:24 +04:00
composer.lock add composer.* 2017-01-08 02:09:24 +04:00
Dockerfile update 2017-01-13 23:25:23 +04:00
examples.php updated 2012-11-22 10:48:57 +04:00
index.php s 2012-11-22 10:20:09 +04:00
README.md update 2017-01-13 23:25:23 +04:00
req.php updated 2012-11-22 10:55:52 +04:00
service.php update 2017-01-13 23:17:04 +04:00
service.wsdl updated 2012-11-22 10:48:57 +04:00

Office Document Converter

Join the chat at https://gitter.im/chellem/Office-Document-Converter

Overview

Office Document Converter (ODC) is an online convertor for office document which runs as a web service. Its aim is to provide the facility of converting almost all office documents into image which make office documents viewable even without any office suite software installed on your machines.

Other services provided by ODC are listed below:

  • Convert to Portable Document Format (PDF)
  • Virus Scanning on upload files
  • Can optionally compressed the output (images or PDF)
  • Allow different image format including jpeg, png, bmp - default: jpg
  • Allow different resolution of images

List of files supported by ODC:

  • Word Processing format
    • Rich Text Format (rtf)
    • OpenDocument text (odt)
    • MS Word (doc,docx)
  • Spreedsheet
    • OpenDocument Spreedsheet (ods)
    • MS Excel (xls,xlsx)
  • Presentation
    • OpenDocument Presentation (odp)
    • MS Powerpoint (ppt,pptx)
  • Portable Document Format (pdf)

Installation

Edit the config (resources/config.php) and the run application from the command below.

php -S localhost:8000 -t .