javascript ajax save opened pdf
- by Jovo Krneta
I was wondering if I could open a pdf in new browser window ,sign it with a smart card ,save it (without file download) and send it back (upload from new browser window ) by using javascript,ajax and php.I can also use javascript inside pdf(call javascript inside pdf).
I was thinking something like getElementsByTagName('body')[0].innerHTML of a pdf document,
then pass this to php using ajax and saving to server.Can I do this...