asptoday_discuss thread: word to pdf
Hi, If there is a Hyperlink in a word document that is no being active in the pdf.The problem lies while converting from "ps" to "pdf". Dim obj As New Word.Application Dim objDistiller As New ACRODISTXLib.PdfDistiller obj.Documents.Open "D:\Test.doc" obj.ActivePrinter = "Acrobat Distiller" obj.PrintOut False, False, False, "D:\Test.ps", , , , , , , True obj.Quit False Set obj = Nothing objDistiller.FileToPDF "D:\Test.ps", "D:\Test.pdf", "" Set objDistiller = Nothing Regards Rajeevi
|





