boblarson
Smeghead
- Local time
- Today, 05:05
- Joined
- Jan 12, 2001
- Messages
- 32,059
I also posted this to the Adobe forums but thought I would do so here:
------------------------------------------------------
I am using Microsoft Access 2003 and have Acrobat 7 (Adobe PDF) and Acrobat 5 (Adobe PDF Writer) installed on my machine. I can print to the Adobe PDF printer by using this code:
Set Application.Printer = Application.Printers("Adobe PDF")
DoCmd.OpenReport strReport, acViewNormal, , , acHidden
I am trying to figure out if there is a way to use an Acrobat object to set the path and document name without user intervention (which the code above requires as a dialog pops up requesting that information).
So, I am pretty good at figuring out how to use the various properties and methods of objects but I am just not sure WHICH objects I should be dealing with and I got lost in trying to read the SDK.
Can anyone provide at least a push in the right direction?
------------------------------------------------------
We have been using ACG Software's PDF PRO PLUS Library but we are moving to have to use Citrix for all users and we could not get that to work in Citrix. We want to have a "no dll" solution if possible so I am exploring all of our options.
------------------------------------------------------
I am using Microsoft Access 2003 and have Acrobat 7 (Adobe PDF) and Acrobat 5 (Adobe PDF Writer) installed on my machine. I can print to the Adobe PDF printer by using this code:
Set Application.Printer = Application.Printers("Adobe PDF")
DoCmd.OpenReport strReport, acViewNormal, , , acHidden
I am trying to figure out if there is a way to use an Acrobat object to set the path and document name without user intervention (which the code above requires as a dialog pops up requesting that information).
So, I am pretty good at figuring out how to use the various properties and methods of objects but I am just not sure WHICH objects I should be dealing with and I got lost in trying to read the SDK.
Can anyone provide at least a push in the right direction?
------------------------------------------------------
We have been using ACG Software's PDF PRO PLUS Library but we are moving to have to use Citrix for all users and we could not get that to work in Citrix. We want to have a "no dll" solution if possible so I am exploring all of our options.