Tuesday, July 18, 2017

PDF Signature


Resources:
[1] Make signature and put over pdf  https://www.pdfbuddy.com
[2] Draw signature over pdf https://www.pdffiller.com


No comments:

Javascript DEBUG functions

    Object . entries ( obj ) const obj = { foo : "bar" , baz : 42 } ; console . log ( Object . entries ( obj ) ) ; // [ [...