README.md in pdfs2pdf-0.0.7 vs README.md in pdfs2pdf-0.0.8

- old
+ new

@@ -2,24 +2,14 @@ [![Gem Version](https://badge.fury.io/rb/pdfs2pdf.svg)](http://badge.fury.io/rb/pdfs2pdf) [![Dependency Status](https://gemnasium.com/agilecreativity/pdfs2pdf.png)](https://gemnasium.com/agilecreativity/pdfs2pdf) [![Code Climate](https://codeclimate.com/github/agilecreativity/pdfs2pdf.png)](https://codeclimate.com/github/agilecreativity/pdfs2pdf) -Combine multiple PDF files into one file with simple bookmarks support. +Combine multiple PDF files into one file with simple bookmarks support using [Ghostscript][]. -The gem rely on the power of great opensource projects such as +### What it does? -- [Ghostscript][] - for combining multiple pdf files -- [Wkhtmltopdf][] - for converting file to PDF - -and it is built on top of my other gems - -- [agile_utils][] gem -- [code_lister][] gem - -## What it does? - Says you have the follow pdf files (included inside the test fixtures) ``` ./test/fixtures/samples/demo1_xxx.rb.xhtml.pdf ./test/fixtures/samples/demo2_xxx.rb.xhtml.pdf @@ -63,17 +53,22 @@ - File: `final_output.pdf` (actual pdf) ![](https://github.com/agilecreativity/pdfs2pdf/raw/master/final_output.pdf) -### Requirments +### Requirements ### Mandatory Requirement -- [Ghostscript][] -- [Wkhtmltopdf][] +[Ghostscript][] +- Please follow the instruction [here](http://ghostscript.com/doc/current/Install.htm) for +installation from source. + +- Alternatively, for Ubuntu you can try `sudo apt-get install ghostscript` and under OSX +you can use [Homebrew](https://github.com/Homebrew/homebrew). + ## Usage ```sh gem install pdfs2pdf ``` @@ -133,8 +128,5 @@ 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request [Ghostscript]: http://www.ghostscript.com/ -[Wkhtmltopdf]: http://wkhtmltopdf.org/ -[agile_utils]: https://github.com/agilecreativity/agile_utils -[code_lister]: https://github.com/agilecreativity/code_lister