Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeo Kheng Meng committed Nov 27, 2013
2 parents 6eb3f5c + 728dcb7 commit 77a575d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A standalone Java command line tool that converts DOC, DOCX, PPT and PPTX docume


<b>Why?</b><br>
I wanted a simple program that can convert Microsoft Office documents to PDF but without dependencies like LibreOffice or expensive proprietary solutions.<br>
I wanted a simple program that can convert Microsoft Office documents to PDF but without dependencies like LibreOffice or expensive proprietary solutions. Seeing as how code to convert each individual format is scattered around the web, I decided to combine all those solutions into one single program.<br>

<b>Usage:</b>

Expand All @@ -30,7 +30,7 @@ This tool relies on Apache POI and docx4j libraries. They are not 100% reliable


DOC and DOCX:<br>
Generally ok.<br>
Generally ok. I notice that after conversion, the paragraph spacing tends to increase affecting your page layout.<br>

PPT and PPTX<br>
Resulting file is a PDF comprising of PNG images in each page. This is the limitation of the Apache POI and docx4j libraries.<br>
Expand Down

0 comments on commit 77a575d

Please sign in to comment.