File: out.side-by-side

package info (click to toggle)
ydiff 1.4.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,692 kB
  • sloc: python: 1,417; sh: 91; makefile: 58
file content (29 lines) | stat: -rw-r--r-- 2,669 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
diff --git a/2pdf.sh b/2pdf.sh
index 529d8a3..ad71911 100755
--- a/2pdf.sh
+++ b/2pdf.sh
@@ -13,3 +13,5 @@ INPUT=${1:-foo.html}
13 OUTPUT=${INPUT%.html}.pdf                                                        13 OUTPUT=${INPUT%.html}.pdf
14                                                                                  14 
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
                                                                                    16 
                                                                                    17 # EOF
───────────────────────────────────────────────────────────────────────────────
diff --git a/example.pdf b/example.pdf
index 1eacfd8..3696851 100644
Binary files a/example.pdf and b/example.pdf differ
───────────────────────────────────────────────────────────────────────────────
diff --git a/foo.html b/foo.html
index d2fd3fb..13afa6e 100644
--- a/foo.html
+++ b/foo.html
@@ -1,4 +1,4 @@
1 <!doctype html>                                                                  1 <!DOCTYPE html>
2 <html>                                                                           2 <html>
3                                                                                  3 
4 <head>                                                                           4 <head>
───────────────────────────────────────────────────────────────────────────────
diff --git a/foo.pdf b/foo.pdf
index 0e90017..3c3b90d 100644
Binary files a/foo.pdf and b/foo.pdf differ