Closed 0xfourzerofour closed 2 years ago
Could you give an example of how we can import an existing pdf to add extra data to it.
e.g. I would like to import a document and add signatures to it based on signature input images and x,y,w,h location
go-pdf/fpdf doesn't have (yet?) facilities to read PDFs.
go-pdf/fpdf
AFAIK, the best library right now to do that is:
@sbinet thank you for letting me know, I will have a look at those libraries!
Could you give an example of how we can import an existing pdf to add extra data to it.
e.g. I would like to import a document and add signatures to it based on signature input images and x,y,w,h location