Skip to content

Commit

Permalink
Merge pull request tcr#30 from mfkenson/master
Browse files Browse the repository at this point in the history
Update README.md because page() actually does not exist
  • Loading branch information
cboulanger committed Oct 25, 2017
2 parents 9617e4d + 84f7aad commit e88acd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var pdf = scissors('in.pdf')

// Join multiple files...
var pdfA = scissors('1.pdf'), pdfB = scissors('2.pdf'), pdfC = scissors('3.pdf')
scissors.join(pdfA.page(1), pdfB, pdfC.pages(5, 10)).pdfStream()...
scissors.join(pdfA.pages(1), pdfB, pdfC.pages(5, 10)).pdfStream()...

// And output data as streams
pdf.pdfStream()
Expand Down

0 comments on commit e88acd3

Please sign in to comment.