Hello
I try to convert a .doc-file into a .pdf-file using an object called ACRODISTXLib.PdfDistiller with the following code:
Public WithEvents oDist As ACRODISTXLib.PdfDistiller
function printPDF()
Dim result As Integer
set odist = New ACRODISTXLib.PdfDistiller
result = oDist.FileToPDF...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.