Support needed

Hi I need some support for implementing html/PDF to word conversion

Hi Spencer,


Thanks for your interest in our API’s.

We have an API named Aspose.Pdf which provides the feature to create as well as manipulate PDF documents. As per your requirements, it also offers the feature to convert existing PDF files to MS Word format. For further details, please visit Convert PDF to DOC or DOCX format

It also offers the capabilities to render HTML files to PDF format. So you may consider using this API to load HTML contents and while saving the output, you can specify the output as MS Word format. For further details, please visit Convert HTML to PDF Format

Besides this, we also have an API named Aspose.Words which provides the feature to create as well as manipulate MS Word files. It also provides the capabilities to convert HTML files to MS Word format. For more information, please visit Convert HTML to PDF Loading External Resources

Hi Spencer,

You can use Aspose.Pdf to convert HTML/PDF to Word Please check following topics for more details.

Convert HTML to PDF

Convert PDF to DOC/DOCX

HTML to Word is also supported by Aspose.Words using the following code.

Document doc = new Document("Pass URL or HTML file");

doc.Save("Out.docx");<?xml:namespace prefix = "o" ns = "urn:schemas-microsoft-com:office:office" />

Best Regards,