Skip to content

Commit 3d630b3

Browse files
committed
Merge pull request #61 from evanj/master
Ghostscript is needed to use docsplit with PDF files
2 parents 6089122 + c7964a8 commit 3d630b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

+5
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ <h2 id="installation">Installation &amp; Dependencies</h2>
134134
On the Mac, you can install from source or use <b>MacPorts</b>:<br />
135135
<tt>sudo port install poppler | brew install poppler</tt><br />
136136
</li>
137+
<li>
138+
(Optional) Install <a href="http://www.ghostscript.com/">Ghostscript</a>:<br />
139+
<tt>[aptitude | port | brew] install ghostscript</tt><br />
140+
Ghostscript is required to convert PDF and Postscript files.
141+
</li>
137142
<li>
138143
(Optional) Install <a href="http://code.google.com/p/tesseract-ocr/">Tesseract</a>:<br />
139144
<tt>[aptitude | port | brew] install [tesseract | tesseract-ocr]</tt><br />

0 commit comments

Comments
 (0)