Re: Use VBA to Print a PostScript Report
From: SA (~fake.address_at_nspm.com)
Date: 08/25/04
- Next message: Mingqing Cheng [MSFT]: "RE: Limitation in report footer?"
- Previous message: SA: "Re: Print Access Report as PDF with Acrobat 6"
- In reply to: Tony_VBACoder: "Use VBA to Print a PostScript Report"
- Next in thread: Tony_VBACoder: "Re: Use VBA to Print a PostScript Report"
- Reply: Tony_VBACoder: "Re: Use VBA to Print a PostScript Report"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Aug 2004 05:58:43 -0400
Tony:
There is no VBA function or direct capability within Access to output a post
script file. You should note however, that the Acrobat 6 Adobe PDF printer
is essentially a system that DOES initially output a postscript file and
then uses Distiller (in the guise of the print process) to create the PDF
file. You can create a postscript file by printing to the Adobe PDF
printer and simply check the Print To File box in the print dialog.
If you want to automate the whole process you might stop by our web. We
have there two tools, one our PDF and Mail Library that supports automating
PDF output using Acorbat 6 and secondly our Print To File Manager that will
allow you to output a postscript file from any postscript printer (Adobe PDF
printer or the generic Adobe Post Script print files available on their web
or any other post script printer.) You'll find them in our developer tools
section.
-- Steve Arbaugh ACG Soft http://ourworld.compuserve.com/homepages/attac-cg "Tony_VBACoder" <anonymous@discussions.microsoft.com> wrote in message news:c8a001c48a5d$14506060$a501280a@phx.gbl... > Using Access 2000, how can I use VBA code to print an > Access Report as a PostScript format? I have Adobe > Acrobat 6, and if I look in my Printers, I have one HP > Printer and a "Adobe PDF" printer installed. Where do I > find a PostScript printer? This is all needed in order to > convert the PostScript file to a PDF using the Acrobat > Distiller. > > Thanks.
- Next message: Mingqing Cheng [MSFT]: "RE: Limitation in report footer?"
- Previous message: SA: "Re: Print Access Report as PDF with Acrobat 6"
- In reply to: Tony_VBACoder: "Use VBA to Print a PostScript Report"
- Next in thread: Tony_VBACoder: "Re: Use VBA to Print a PostScript Report"
- Reply: Tony_VBACoder: "Re: Use VBA to Print a PostScript Report"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|