Dmitrijs-Sakovics
Dmitrijs-Sakovics
this is a quirk of Semantic Versioning: placeholder-pdfkit has a peer dependency of pdfkit "^0.11.0", which means "0.11.x" (because the version is lower than "1.0.0") to allow all versions "0.x.y"...
@vbuch @dhensby Hi, I managed to get this working with pdfkit 0.14.0 by **removing** the `form.end()` statement (removing the whole foreach clause that `.end()`s all the refs after the `pdfkitAddPlaceholder`...
Yes, my attempts were based on the pdfkit010 example since the pdfkit >0.10 helper readme states "This works in an identical way to the pdfkit010 package and the pdfkit010.js example...