Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Export filled fields into sql server with classic ASP -- can I use javascript api?

New Here ,
May 31, 2016 May 31, 2016

Is there phone support for the javascript api? I am very new at Acrobat Pro DC. I can extract data in fillable fields "by hand" into a .csv, and thence into .xlsx and thence into a sql server table. Can I use the javascript api for this? Thanks in advance.

roricka

TOPICS
Acrobat SDK and JavaScript , Windows
979
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 31, 2016 May 31, 2016

Acrobat, the Acrobat SDK, and Acrobat JavaScript are all useless to you, because Acrobat must not and cannot be used server side.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 01, 2016 Jun 01, 2016

Thank you. The fog is lifting just a little.

Ok, so help me out here. Say we have a complex .pdf form. A user sits down and fills it out locally. On his client screen he also is looking at one of our web pages that has the ability to fill its OWN fields and submit them to the server, where they get ensconced in our database.

Knowing JavaScript and our own server setup (say we're using .net) but not knowing the api or sdk at all, will it be possible for me to facilitate capturing the data in the pdf form fields and sending them, via javascript, over to our webpage to be submitted to the database up on the server?

And if the answer is "no" -- can you just give me a bit more insight here? Are the api and sdk any help AT ALL in auto-capturing the data that was just typed into the .pdf form so it can also be sent to our database?

Thanks.

Roricka

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 01, 2016 Jun 01, 2016
LATEST

As TSN mentioned, you can set up a PDF form to submit the form data to a web server. The desktop versions of Adobe Reader and Acrobat are able to submit directly, outside of a web sever. Chrome supports submitting a PDF form to a web server, as does Internet Explorer when the Reader plug-in is used. Firefox's built-in PDF viewer does not support submitting and neither does Microsoft Edge. So it can work, but for it to work well your users' systems will have to be properly set up. Some mobile devices are capable of submitting a PDF form to a web server with the right PDF viewer, which means a paid app.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 01, 2016 Jun 01, 2016

No help at all because the program would run on the server and Acrobat MUST NOT be used on a server. In any case you don't normally submit a PDF...

When you submit a form you can choose the format to submit fields. If you choose HTML format you may be able to use existing skills to write the database from PHP CGI ASP or whatever.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 01, 2016 Jun 01, 2016

By the way are you aware that most browsers don't do PDF forms...?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 01, 2016 Jun 01, 2016

With the SDK and writing plug-ins in a complied computer language you might be able to interface with and SQL data base directly.

ADBC was removed from Acrobat with version X. It is available to LiveCycle forms.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines