sandanat / vue-pdf-app

VUEjs v2 PDF viewer based on Mozilla's PDFJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HELP: Possibility to Draw on the canvas (example signatures)

silverbyte opened this issue · comments

I want to add signatures to PDF but I'm struggling how to go about it. Ideally I would like to be able to get the page, and insert a signature in an TOP,LEFT (or X Y ) position through the library but I can't seem to find a way to go about it. How can I access the canvas and insert objects (like images, text and so forth), or is there a better method using this library?

Hey, you should check pdf-lib to edit pdfs and for the signature you could use vue-signature-pad, good luck!

Hey, you should check pdf-lib to edit pdfs and for the signature you could use vue-signature-pad, good luck!

Thats exactly what I have done, thank you