pedro-lucas / node-pdfbox

Node bridge module to library PDFBox
MIT License
19 stars 13 forks source link

document.addPagesSync('path.pdf'); //Copy all pages from path to end of document #6

Open Giancarlo1974 opened 6 years ago

Giancarlo1974 commented 6 years ago

The command

document.addPagesSync('path.pdf'); //Copy all pages from path to end of document

actually adds the file to the penultimate position and not to end of document