I am trying this to print a PDF file to a specific printer over a network.....it works great for text files but when i try it with PDF files it just prints out as garbage..It prints the file where i want but the PDF document isn't ledgible.....the pdf image does not show up.....just the text that is entered in my vb program and it is overlaping..any ideas?
Dim FSO As New FileSystemObject
FSO.CopyFile strFileNameToPrint1, "\\servername\printername"
Set FSO = Nothing
thanks in advance
Dim FSO As New FileSystemObject
FSO.CopyFile strFileNameToPrint1, "\\servername\printername"
Set FSO = Nothing
thanks in advance