D
David Cho
I am still struggling with this. Used the PrintDocument class, but it
was printing gobblygook. Does not recognize the PDF files as Acrobat
files and just prints text.
Can't get the shell command to work.
Tryed
print C:\test.pdf
Is there a better way?
Anyhow, I finally tried to use the Acrobat provided dll called
AxPdfLib.AxPdf and tried the following.
axpdf.LoadFile("C:\test.pdf");
axpdf.Print();
Nothing happens. Please help.
was printing gobblygook. Does not recognize the PDF files as Acrobat
files and just prints text.
Can't get the shell command to work.
Tryed
print C:\test.pdf
Is there a better way?
Anyhow, I finally tried to use the Acrobat provided dll called
AxPdfLib.AxPdf and tried the following.
axpdf.LoadFile("C:\test.pdf");
axpdf.Print();
Nothing happens. Please help.