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

data from pdf to google contact

Engaged ,
Feb 12, 2023 Feb 12, 2023

Could data from the acrobat pdf form be transferred to  google contacts ?

TOPICS
How to , JavaScript , PDF forms
746
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
1 ACCEPTED SOLUTION
Community Expert ,
Feb 13, 2023 Feb 13, 2023
LATEST

The answer is Yes!! but getting there requires custom programming on the google side, or an intermediate server app. 

The PDF submit operation can be setup to perform a regular HTML form submit, which can then be used to send data to any google app.

Here's an article on the topic:

https://leadsbridge.com/documentation/google-contacts/html-form/

 

The problem though, is the response. Acrobat does not handle the regular web response to a form submit, which is HTML code.  Google apps can be setup to return a custom response, and this is the hard part. And it's far outside the scope of this forum. 

 

 

 

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

View solution in original post

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
Community Expert ,
Feb 13, 2023 Feb 13, 2023
LATEST

The answer is Yes!! but getting there requires custom programming on the google side, or an intermediate server app. 

The PDF submit operation can be setup to perform a regular HTML form submit, which can then be used to send data to any google app.

Here's an article on the topic:

https://leadsbridge.com/documentation/google-contacts/html-form/

 

The problem though, is the response. Acrobat does not handle the regular web response to a form submit, which is HTML code.  Google apps can be setup to return a custom response, and this is the hard part. And it's far outside the scope of this forum. 

 

 

 

Thom Parker - Software Developer at PDFScripting
Use the Acrobat JavaScript Reference early and often

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