C
cj2
I need to create a cover letter in VB. It will have a customers account
number at the top and be addressed to them by name for example (Dear Mr.
Smith). After this it will be the same text for each customer.
This letter is a reminder to pay an invoice and it needs to be merged in
front of an existing pdf document which is the unpaid invoice the
customer was sent previously. The result of the merger of this reminder
letter and the unpaid invoice will be a pdf file that is sent on cd to a
company that does our actual printing and mailing for us.
So again it goes like this
new letter + existing pdf = new pdf which consists of the letter as the
first page followed by 1 or more pages that were part of the old pdf.
One more caveat, the cover letter needs a small line about one inch long
printed on it about 3/4 of an inch down along the right side of the
page. This is a mark used by the folding and stuffing equipment to know
where one mailing is finished and another starts.
It's been suggested I can somehow get VB to use word to do this. I can
easily create a template letter in using Word and even include the
needed line I think if VB can feed it the account number and name. How
do I do this? How do I handle the merging of the documents? Is this
possible? Can anyone point me to any help?
Thanks,
CJ
number at the top and be addressed to them by name for example (Dear Mr.
Smith). After this it will be the same text for each customer.
This letter is a reminder to pay an invoice and it needs to be merged in
front of an existing pdf document which is the unpaid invoice the
customer was sent previously. The result of the merger of this reminder
letter and the unpaid invoice will be a pdf file that is sent on cd to a
company that does our actual printing and mailing for us.
So again it goes like this
new letter + existing pdf = new pdf which consists of the letter as the
first page followed by 1 or more pages that were part of the old pdf.
One more caveat, the cover letter needs a small line about one inch long
printed on it about 3/4 of an inch down along the right side of the
page. This is a mark used by the folding and stuffing equipment to know
where one mailing is finished and another starts.
It's been suggested I can somehow get VB to use word to do this. I can
easily create a template letter in using Word and even include the
needed line I think if VB can feed it the account number and name. How
do I do this? How do I handle the merging of the documents? Is this
possible? Can anyone point me to any help?
Thanks,
CJ