- Follow via:
- RSS
- Email Alert
Question
0
Votes
email access repot as pdf
Hi, I have an access report that I would like to automatically sent it via email as a PDF attachment using VB. Please help!!
22nd Nov 2006
Answers (4)
0
Votes
Do you have Acrobat Distiller?
If so, you can easily print the report through the distiller into a pdf. If not, there are a number of online options to create the file as a pdf--you'll need to print it to an snp file first.
Access, on it's own, can't generate output as a pdf. VB won't generate it up.
Access, on it's own, can't generate output as a pdf. VB won't generate it up.
22nd Nov 2006
0
Votes
you should
be able to generate a .pdf from access if you have acrobat installed (acrobat, NOT acrobat reader). you can print a report using vb to a printer, so you select the .pdf as the printer in vb. there are also shareware vsns of pdf generators also (see download.com).
we use the one for unix. and have end users able to send ANY system report to themselves or someone else. pdf simply shows up as another printer they could select. if selected it asks them their email address, defaulting to their login username @ourcompany.com
I use commail.exe to email attachments. freeware in vsn 1.3, later vsn shareware; site is down now but you can find it still. probably some built in method tho.
I also use it because it works as dos command line also so can use it from batch files and non-vb also. and is only 166k or so.
we use the one for unix. and have end users able to send ANY system report to themselves or someone else. pdf simply shows up as another printer they could select. if selected it asks them their email address, defaulting to their login username @ourcompany.com
I use commail.exe to email attachments. freeware in vsn 1.3, later vsn shareware; site is down now but you can find it still. probably some built in method tho.
I also use it because it works as dos command line also so can use it from batch files and non-vb also. and is only 166k or so.
Updated - 22nd Nov 2006
0
Votes
You actually do not need Acrobat to print to PDF
Use this free program PDFCreator http://www.pdfforge.org/. Nifty and free! I think the latest version will incorporate itself in Office products, but I'm not too sure though.
23rd Nov 2006
0
Votes
PRIMO PDF
Download and install PRIMO PDF from www.primopdf.com (it?s free) and this will install a printer named PRIMO PDF. So you can chose this printer and the output will be a PDF file.
23rd Nov 2006

































