out.side-by-side 1.9KB

1234567891011121314151617181920212223242526
  1. diff --git a/2pdf.sh b/2pdf.sh
  2. index 529d8a3..ad71911 100755
  3. --- a/2pdf.sh
  4. +++ b/2pdf.sh
  5. @@ -13,3 +13,5 @@ INPUT=${1:-foo.html}
  6. 13 OUTPUT=${INPUT%.html}.pdf 13 OUTPUT=${INPUT%.html}.pdf
  7. 14  14 
  8. 15 wkhtmltopdf --page-size A4 $INPUT $OUTPUT # very very long comments ends here 15 wkhtmltopdf --page-size A4 $INPUT $OUTPUT # very very long comments ends here
  9.   16 
  10.   17 # EOF
  11. diff --git a/example.pdf b/example.pdf
  12. index 1eacfd8..3696851 100644
  13. Binary files a/example.pdf and b/example.pdf differ
  14. diff --git a/foo.html b/foo.html
  15. index d2fd3fb..13afa6e 100644
  16. --- a/foo.html
  17. +++ b/foo.html
  18. @@ -1,4 +1,4 @@
  19. 1 <!doctype html> 1 <!DOCTYPE html>
  20. 2 <html> 2 <html>
  21. 3  3 
  22. 4 <head> 4 <head>
  23. diff --git a/foo.pdf b/foo.pdf
  24. index 0e90017..3c3b90d 100644
  25. Binary files a/foo.pdf and b/foo.pdf differ
  26.