Dev Direct Solution Center

For more information and to buy this product...

.html file to .doc and .doc to .pdf converion example code

  For a copy of the sample project please click here to download and install the product evaluation.

Introduction

>>> .html file to .doc >>> We would like to mention that eDocEngine supports HTML to RTF and currently it does not support DOC output format. >>> .doc to .pdf converion example code >>> Gnostice Print2eDoc is a virtual printer driver that turns any printable output into an electronic document viz. PDF, GIF, JPEG, BMP, TIFF, EMF, WMF, SVG and PNG. When installed, it adds an entry "Gnostice Print2eDoc" to the Windows "Printers" folder. It can be invoked through the Print command of

Detail

Dim PrinterObj As New gtPrint2eDoc
PrinterObj.ActivateLicense ""
PrinterObj.KeepOfficeApplicationsOpen = False
PrinterObj.ApplyOfficeAddinSettings = False
PrinterObj.DefaultOutputDirectory = "C:\MyDocPath"
PrinterObj.OutputDocumentName = "Output"
PrinterObj.OutputDocumentFormat = TxgtDocumentFormat.PDF
PrinterObj.ShowPreview = False
PrinterObj.ShowSaveDialog = False
PrinterObj.ShowSettingsDialog = False
PrinterObj.ViewGeneratedDocuments = False
PrinterObj.PrintWordDocument ("C:\input.doc")
Visit Gnostice Information Technologies for more information and more samples.