Hi,
I have a user who has a fillable PDF that the send out to clients. Right now they manually put the information into the demographic fields like names etc. Is it possible for Adobe to link to an access table?
Thanks!
Leesha
Fillable PDF
-
- Administrator
- Posts: 77302
- Joined: 16 Jan 2010, 00:14
- Status: Microsoft MVP
- Location: Wageningen, The Netherlands
Re: Fillable PDF
As far as I know, you cannot directly fill a PDF form from Access, at least not easily.
You could export a table or query to a tab-delimited text file, though, and import that into the PDF file. The field names of the Access table/query must be exactly the same as the names of the corresponding fillable fields in the PDF file.
You could export a table or query to a tab-delimited text file, though, and import that into the PDF file. The field names of the Access table/query must be exactly the same as the names of the corresponding fillable fields in the PDF file.
Regards,
Hans
Hans
-
- BronzeLounger
- Posts: 1470
- Joined: 05 Feb 2010, 22:25
Re: Fillable PDF
Thanks Hans. I had a feeling that would be the answer, but knew if anyone knew how to do it it would be you!
-
- 4StarLounger
- Posts: 453
- Joined: 27 Jun 2021, 10:46
Re: Fillable PDF
How are they creating the form in the first instance? If using Acrobat, then COM automation for form-filling exists:
https://www.pdfill.com/download/FormsAPIReference.pdf
https://www.pdfill.com/download/FormsAPIReference.pdf
-
- 4StarLounger
- Posts: 467
- Joined: 30 Oct 2010, 02:12
- Location: England UK
Re: Fillable PDF
Hello Leesha, if I need to put data into a pdf, I put the text & pictures into WordPad then use Cutepdf Writer to print my pdf.
If it wasn't for bad luck I'd have NO luck at all.
Windows 11 Home 22H2 Laptop
-
- BronzeLounger
- Posts: 1470
- Joined: 05 Feb 2010, 22:25
Re: Fillable PDF
They decided to send a bulk email from the database and attach the fillable pdf and the user will need to put in their name etc.