Created
September 6, 2013 19:47
-
-
Save eloyesp/6468968 to your computer and use it in GitHub Desktop.
How to get a readable pdf.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pdftohtml objects-on-rails.pdf | |
firefox objects-on-rails.html | |
pandoc -o objects-on-rails.markdown objects-on-railss.html | |
gvim objects-on-rails.markdown | |
pandoc -o objects-on-rails.txt objects-on-railss.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment