Skip to content

Instantly share code, notes, and snippets.

@badsyntax
Last active June 17, 2019 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badsyntax/17f36aba6310412a1372a1d3dd33d7b4 to your computer and use it in GitHub Desktop.
Save badsyntax/17f36aba6310412a1372a1d3dd33d7b4 to your computer and use it in GitHub Desktop.
epub-to-pdf.sh
pandoc -V geometry:margin=0.5in -t latex book.epub -o out.pdf && \
pdfjam out.pdf --nup 2x1 --landscape --outfile combined.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment