Hi All,
Afraid i'm struggling to save a pdf document to c:\temp\test1.pdf using vb code
I use the following code to locate and open the pdf file to the AcroPDF control
Dim value As Integer
Dim outFile As String
CommonDialog1.DialogTitle = "Select a location to save"
CommonDialog1.Filter = "PDF Files (*.pdf)|*.pdf"
CommonDialog1.ShowOpen
AcroPDF1.src = CommonDialog1.filename
However, i now want to save the file to c:\temp\test1 and i'm struggling.
Any help would be greatly appreciated:)
Afraid i'm struggling to save a pdf document to c:\temp\test1.pdf using vb code
I use the following code to locate and open the pdf file to the AcroPDF control
Dim value As Integer
Dim outFile As String
CommonDialog1.DialogTitle = "Select a location to save"
CommonDialog1.Filter = "PDF Files (*.pdf)|*.pdf"
CommonDialog1.ShowOpen
AcroPDF1.src = CommonDialog1.filename
However, i now want to save the file to c:\temp\test1 and i'm struggling.
Any help would be greatly appreciated:)