Skip to content

Instantly share code, notes, and snippets.

@erixtekila
Last active February 3, 2018 13:08
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 erixtekila/a69e1b408a6e87737ee89201597f1a25 to your computer and use it in GitHub Desktop.
Save erixtekila/a69e1b408a6e87737ee89201597f1a25 to your computer and use it in GitHub Desktop.
Meteor guide 1.6 pdf conversion wit wkhtmltopdf
wkhtmltopdf \
--dpi 300 \
--load-error-handling ignore \
http://127.0.0.1:4000/index.html \
http://127.0.0.1:4000/code-style.html \
http://127.0.0.1:4000/structure.html \
http://127.0.0.1:4000/1.6-migration.html \
http://127.0.0.1:4000/collections.html \
http://127.0.0.1:4000/data-loading.html \
http://127.0.0.1:4000/methods.html \
http://127.0.0.1:4000/accounts.html \
http://127.0.0.1:4000/testing.html \
http://127.0.0.1:4000/routing.html \
http://127.0.0.1:4000/ui-ux.html \
http://127.0.0.1:4000/blaze.html \
http://127.0.0.1:4000/react.html \
http://127.0.0.1:4000/angular.html \
http://127.0.0.1:4000/atmosphere-vs-npm.html \
http://127.0.0.1:4000/using-atmosphere-packages.html \
http://127.0.0.1:4000/writing-atmosphere-packages.html \
http://127.0.0.1:4000/using-npm-packages.html \
http://127.0.0.1:4000/writing-npm-packages.html \
http://127.0.0.1:4000/mobile.html \
http://127.0.0.1:4000/build-tool.html \
http://127.0.0.1:4000/security.html \
http://127.0.0.1:4000/deployment.html \
http://127.0.0.1:4000/CONTRIBUTING.html \
guide.meteor-1.6.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment