RE: Snapshot to PDF
From: James (James_at_discussions.microsoft.com)
Date: 11/23/04
- Next message: Joe Cilinceon: "Syntax Question"
- Previous message: James: "Convert SNP format to PDF Format"
- In reply to: Chris: "Snapshot to PDF"
- Next in thread: SA: "Re: Snapshot to PDF"
- Reply: SA: "Re: Snapshot to PDF"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 23 Nov 2004 13:13:11 -0800
yes, check out Ken Getz's solution
Basically identify and save the default printer.
Change to the Adobe printer.
Use the Docmd.Open Report (specify report name *.pdf)
After "printing" which is really just generating the file switch back to
previous
default printer.
You could run into a problem depending on the version of Adobe you are using
5.0 is straightforard, later versions can be problematic.
Also if you dont want the Save As dialog box to come up you will need to
create a registry value for PDFFileName, specify full path to the pdf
"Chris" wrote:
> Hi,
>
> Is there a routine or method by which an Access report can be written to an
> Adobe Acrobat (via Snapshot formatting)? I'm familiar with the way to use
> DoCmd.OutputTo to send to the various standard formats; any way to do this
> with Acrobat (assuming the Writer/Instiller is installed).
>
> I keep experience a reticent user population which doesn't want to
> download/use the Snapshot viewer, and the .RTF format isn't sufficient for
> my output because they employ line draw.
>
> Chris
>
>
>
- Next message: Joe Cilinceon: "Syntax Question"
- Previous message: James: "Convert SNP format to PDF Format"
- In reply to: Chris: "Snapshot to PDF"
- Next in thread: SA: "Re: Snapshot to PDF"
- Reply: SA: "Re: Snapshot to PDF"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|