Skip to main content
Flash Girl
Participant
October 19, 2020
Question

save web page to PDF or web html ???

  • October 19, 2020
  • 1 reply
  • 187 views

I designed a form by animate cc "canvas html5"
 for the user fill in his data such as name, age and work using
I want to code save the button for the web recipe he wrote
And save the page or transfer it to pdf on the desktop ???
Can anyone help me ??

i try

window.save('');

but dont work ???

This topic has been closed for replies.

1 reply

Joseph Labrecque
Community Expert
Community Expert
October 20, 2020

Normally, you'd have the form transmit the information to a server-side script for manipulation or preservation. Do you mean instead you want to save the visuals w/ data as a PDF?