Hi,
I'm searching for a ActiveX object what can convert a Word document to a PDF.
I'm working with Visual Basic 6.0.
for example:
Dim strWordFileName As String
Dim strPDFFileName As String
Dim objPDFConvert As New PDFObject
strWordFileName = "C:\Temp\In\Hello.doc"
strPDFFileName = "C:\Temp\Out\Hello.pdf"
If objPDFConvert.DocToPDF(strWordFileName, strPDFFileName) Then
MsgBox "OK"
Else
MsgBox "Not OK"
End If
Regards,
Wijnand Nagelhout
I'm searching for a ActiveX object what can convert a Word document to a PDF.
I'm working with Visual Basic 6.0.
for example:
Dim strWordFileName As String
Dim strPDFFileName As String
Dim objPDFConvert As New PDFObject
strWordFileName = "C:\Temp\In\Hello.doc"
strPDFFileName = "C:\Temp\Out\Hello.pdf"
If objPDFConvert.DocToPDF(strWordFileName, strPDFFileName) Then
MsgBox "OK"
Else
MsgBox "Not OK"
End If
Regards,
Wijnand Nagelhout