Previous | Next | (P-PDF) Acrobat 6.0
Topic: PrintAll method of OCX control wont work
Conf: (P-PDF) Acrobat 6.0, Msg: 106356
From: Updog
Date: 2/20/2004 12:54 PM
I have a vs .net windows application that loops thru a list of PDF documents and prints them to various network printers.
------------------------------------------------------------
Function PrintPDF(ByVal ReportPath As String)
PdfViewer.LoadFile(ReportPath) 'load the target pdf string in the pdf control
PdfViewer.printAll() 'print it without print dialog window
End Function
------------------------------------------------------------
After moving from NT to XP and Acrobat 5.0 to Acrobat 6.0 the printAll method no longer works.
the .print and .printwithdialog methods both work, but these methods envoke the print dialog window.
Any help with this would be greatly appreciated.......