javascript ajax save opened pdf
Posted
by
Jovo Krneta
on Stack Overflow
See other posts from Stack Overflow
or by Jovo Krneta
Published on 2012-06-27T13:48:01Z
Indexed on
2012/06/27
15:16 UTC
Read the original article
Hit count: 136
AJAX
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...
© Stack Overflow or respective owner