Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: word to pdf


Message #1 by "rajeevi" <nrajeevi@o...> on Thu, 3 Jan 2002 13:03:17 +0530
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




  Return to Index