Hello, first post here.
I followed the Node.js SDK example and so far I got this:
certificate = Assets.getBinary('keyStore.pfx')
imagePath = Assets.getBinary('base_icon_transparent_background.png')
axios.get(url, { re…...catch((err) => { console.log("Error occurred...signing the PDF document:", err); }) biglesias March 26, 2024...