Skip to main content
Participant
February 24, 2023
Question

import into PDF form email adresses

  • February 24, 2023
  • 3 replies
  • 1228 views

I want some people to use a form, but it has to be senbd to a mailing list. A want the list with email adresses being imported from a excel list. a button on the form to update and import the list, so also somebody without ACROBAT CC can use it, and not need to add email adresses manually. can this be done ?

 

This topic has been closed for replies.

3 replies

Thom Parker
Community Expert
Community Expert
February 24, 2023

A folder level automation script can be created to read an external text file, such as CSV, which can be easily expported from excel. Alternatively, an Excel VBA macro can be created to update a PDF directly from data on a spreadsheed. 

These article might be helpful. 

https://www.pdfscripting.com/public/Automating-Acrobat.cfm

 

 

 

Thom Parker - Software Developer at PDFScriptingUse the Acrobat JavaScript Reference early and often
try67
Community Expert
Community Expert
February 24, 2023

Not with an Excel file, no. A script can be used to read an external text file and then parse it, though.

Eric Dumas
Community Expert
Community Expert
February 24, 2023

You can create a PDF form, and use the Tracker (About Forms Tracker (adobe.com)) to distribute it.

  • Create the form with the fields you need
  • View > Tracker
  • Distribute a form
  • Selct your form > Next
  • Manual collection > Next 
  • Send Using Acrobat > Next
  • Click on the To... button to select your distribution list (or paste the email; email2; email3;... (I create these in MS Word replacing the return by ; for example)
  • OR Send using Outlook, the pdf is stored locally and use your email Distribution List
  • Send

Users can use a central location to save their forms, can click on a button you set up to send it back, use their email to reply to your original message...

 

You can also use similar options with an online form from https://acrobat.adobe.com/

 

Users can fill it using Acrobat reader or a web browser (I think).

  •  
  •  
  •  
  •