Don't know DDE but Acrobat Reader supports a FilePrintSlient message which is all I'm interested in.
COM
PDF browser controls are available through the AxAcroPDFLib.AxAcroPDF interface, which provides the following methods used to programmatically control the PDF document window:
The COM library is AxAcroPDFLib.AxAcroPDF interface, but I can find where it's located. It doesn't show in the PB COM browser though I've installed Adobe Reader.
Need a tutorial on DDE. Tried Florent's post. It compiled under 4.01 but it could not find the entry point in USER32.DLL.
Like a million other people I'd like to find a way I could package into my program a silent printing of PDF's I create that would be compatible with Adobe reader 5-9.
Bob Mechler
Code:
DDE messages Adobe Reader supports the following DDE messages: ●AppExit ●CloseAllDocs ●DocClose ●DocGoTo ●DocGoToNameDest ●DocOpen ●FileOpen ●FileOpenEx ●FilePrint ●FilePrintEx ●FilePrintSilent ●FilePrintSilentEx ●FilePrintTo ●FilePrintToEx
PDF browser controls are available through the AxAcroPDFLib.AxAcroPDF interface, which provides the following methods used to programmatically control the PDF document window:
The COM library is AxAcroPDFLib.AxAcroPDF interface, but I can find where it's located. It doesn't show in the PB COM browser though I've installed Adobe Reader.
Need a tutorial on DDE. Tried Florent's post. It compiled under 4.01 but it could not find the entry point in USER32.DLL.
Like a million other people I'd like to find a way I could package into my program a silent printing of PDF's I create that would be compatible with Adobe reader 5-9.
Bob Mechler
Comment