main
Matthew Butterick 6 years ago
parent c8ceb35c28
commit dfe916721b

Binary file not shown.

@ -22,3 +22,6 @@ doc = new PDFDocument({compress: no})
doc.pipe(fs.createWriteStream('test18.pdf'))
make doc
doc = new PDFDocument({compress: yes})
doc.pipe(fs.createWriteStream('test18c.pdf'))
make doc

Binary file not shown.

@ -24,4 +24,4 @@
(make-doc this #f proc)
(define-runtime-path that "test18crkt.pdf")
(make-doc that #t proc #:pdfkit #f)
(make-doc that #t proc)

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -21,3 +21,6 @@ doc = new PDFDocument({compress: no})
doc.pipe(fs.createWriteStream('test19.pdf'))
make doc
doc = new PDFDocument({compress: yes})
doc.pipe(fs.createWriteStream('test19c.pdf'))
make doc

Binary file not shown.

@ -22,4 +22,4 @@
(make-doc this #f proc)
(define-runtime-path that "test19crkt.pdf")
(make-doc that #t proc #:pdfkit #f)
(make-doc that #t proc)

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -20,3 +20,7 @@ doc = new PDFDocument({compress: no})
doc.pipe(fs.createWriteStream('test20.pdf'))
make doc
doc = new PDFDocument({compress: yes})
doc.pipe(fs.createWriteStream('test20c.pdf'))
make doc

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save