Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21982

[RESOLVED] PDF question

$
0
0
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:)

Viewing all articles
Browse latest Browse all 21982

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>