Skip to main content
September 19, 2016
Question

Migrating PDF forms to HTML , existing java scripts are not working

  • September 19, 2016
  • 1 reply
  • 263 views

Hi Experts ,

I am new to this adobe world , I am trying to migrate PDF forms to HTML , I am able to render the form in HTML , but existing java scripts are not running in HTML workspace , when i am trying to view the form .

Even app.alert is throwing error that app is undefined .

The same set of scripts work fine , when i am rendering the form in PDF .

So, can you please provide me some idea , what different we have to do , to run the script in HTML , Any idea how can i proceed on this .

Best Regards,

Rakesh

This topic has been closed for replies.

1 reply

Karl Heinz  Kremer
Community Expert
Community Expert
September 19, 2016

The JavaScript environment in Acrobat is completely different than what you find in the browser. You will need to analyze what the scripts do in Acrobat and then reimplement them for the browser. There is no table or database that would show what exactly you need to do, this task requires that you are proficient enough in both environments.