Home > Archive > Visual Basic > October 2004 > Access Rpt to PDF
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| fpc_caps@yahoo.com 2004-10-28, 3:55 pm |
| Need help to programmically send Access generated report to a PDF File. I
presently preview an Access Rpt and save a Word doc and then print to a PDF
file. Seems so cumbersome. The USAF will appreciate your expertise.
| |
| ThornMastr@NOSPAM.earthlink.net 2004-10-28, 3:55 pm |
|
On 28-Oct-2004, =?Utf-8?B?ZnBjX2NhcHNAeWFob28uY29t?=
<fpc_caps@yahoo.com@discussions.microsoft.com> wrote:
> Need help to programmically send Access generated report to a PDF File. I
>
> presently preview an Access Rpt and save a Word doc and then print to a
> PDF
> file. Seems so cumbersome. The USAF will appreciate your expertise.
Download the PDF 995 printer driver from http://www.pdf995.com/download.html
and then make it your default printer and print the report.
If you have a problem, you can probably decipher my address. Drop a line.
--
Robert Berman
Vulcan Software Services
Thornmastr@NOSPAM.earthlink.net
| |
| Ragnar Midtskogen 2004-10-28, 8:55 pm |
| If you have PDFWriter, which ships with Acrobat 5 or older, you could use
the code shown at this link:
http://www.mvps.org/access/reports/rpt0011.htm
If you have Acrobat 6, you could still use the same code but use some third
party software to create the PDF, such as Win2PDF from Dane Prairie, which I
have had good luck with. You would set the default printer to Win2PDF
instead of PDFWriter.
Ragnar
"fpc_caps@yahoo.com" <fpc_caps@yahoo.com@discussions.microsoft.com> wrote in
message news:B7A1DD9C-4482-4902-B3D7-4100A4CB2DA5@microsoft.com...
> Need help to programmically send Access generated report to a PDF File. I
> presently preview an Access Rpt and save a Word doc and then print to a
> PDF
> file. Seems so cumbersome. The USAF will appreciate your expertise.
|
|
|
|
|