out.w70.wrap 1.9KB

123456789101112131415161718192021222324252627
  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 e 15 wkhtmltopdf --page-size A4 $INPUT $OUTPUT # very very long comments e
  9.   nds here   nds here
  10.   16 
  11.   17 # EOF
  12. diff --git a/example.pdf b/example.pdf
  13. index 1eacfd8..3696851 100644
  14. Binary files a/example.pdf and b/example.pdf differ
  15. diff --git a/foo.html b/foo.html
  16. index d2fd3fb..13afa6e 100644
  17. --- a/foo.html
  18. +++ b/foo.html
  19. @@ -1,4 +1,4 @@
  20. 1 <!doctype html> 1 <!DOCTYPE html>
  21. 2 <html> 2 <html>
  22. 3  3 
  23. 4 <head> 4 <head>
  24. diff --git a/foo.pdf b/foo.pdf
  25. index 0e90017..3c3b90d 100644
  26. Binary files a/foo.pdf and b/foo.pdf differ
  27.