Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. @media print {
  2. .content {
  3. background-image: url(/the/image.png);
  4. }
  5. }
  6.  
  7. /usr/local/bin/wkhtmltopdf --page-size letter --print-media-type
  8. --footer-left All rights reserved. Page [page] of [toPage]
  9. --footer-font-size 7 --header-font-size 7 --margin-bottom 20 --margin-top 20
  10. --margin-left 15 --margin-right 15 --footer-spacing 10 --header-spacing 5
  11. --header-right Prepared for Testing https://myserver.com/testing.html testing.pdf
  12.  
  13. /usr/local/bin/wkhtmltopdf --page-size letter --print-media-type
  14. --footer-left All rights reserved. Page [page] of [toPage]
  15. --footer-font-size 7 --header-font-size 7 --margin-bottom 20 --margin-top 20
  16. --margin-left 15 --margin-right 15 --footer-spacing 10 --header-spacing 5
  17. --header-right Prepared for Testing - -
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement