0
MAIL MERGE with PDF FORM
New Here
,
/t5/coldfusion-discussions/mail-merge-with-pdf-form/td-p/433257
Nov 02, 2007
Nov 02, 2007
Copy link to clipboard
Copied
I need to create about 600 W-9 forms which come to me in
Adobe PDF file downloadable from IRS.gov site.
I need to fill the following fields:
Company name
Address, City, ST, ZIP
TAX ID number.
I have all this data into a SQL (MS ACCESS) database.
Is there an Adobe product that can help me to link the fields to a database and allow me to generate the forms quickly?
I need to fill the following fields:
Company name
Address, City, ST, ZIP
TAX ID number.
I have all this data into a SQL (MS ACCESS) database.
Is there an Adobe product that can help me to link the fields to a database and allow me to generate the forms quickly?

Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Guide
,
LATEST
/t5/coldfusion-discussions/mail-merge-with-pdf-form/m-p/433258#M39113
Nov 03, 2007
Nov 03, 2007
Copy link to clipboard
Copied
If you're using CF8 you might look at its pdf tags. There may
be better ways, but for MX7 you could always try using iText. I was
bored so here is an MX7 example using
http://www.irs.gov/pub/irs-pdf/fw9.pdf
.
Warning - The example is extremely untested. I also know nothing about irs forms. So use it at your own risk ;-)
Good Luck!
Warning - The example is extremely untested. I also know nothing about irs forms. So use it at your own risk ;-)
Good Luck!
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

