Search
Follow Us
Categories
- Success Stories(157)
Archives
Tag Archives: convert PDF files
Convert PDF to Word DOC or DOCX Programmatically in C#
In this article, I am going to demonstrate how to accurately and effortlessly convert PDF to Word document including conversion of PDF to DOC and PDF to DOCX formats. Earlier versions of Microsoft Word saved documents in binary format with .doc extension. With the release of Office 2007, Microsoft adopted the Office Open XML (OOXML) that is based on a combination of XML and binary files combined together as ZIP archives. MS Word now uses .docx as the default extension … Continue Reading
Convert PDF to DOC and DOCX in C++
Aspose.PDF for C++ API lets you read and convert PDF documents to Microsoft Word’s DOC and DOCX file formats. C++ is one of the widely-used programming languages for writing fast and interoperable code that can be executed on a number of platforms. C++ application developers can use Aspose.PDF for C++ to write programs that can manipulate PDF documents without the need of installing any other software on end-user machines.
In this post, we will demonstrate the powerful features of Aspose.PDF … Continue Reading
Posted in Aspose.PDF Product Family Tagged PDF, PDF to Word Conversion, c++ library, convert PDF files
Convert PDF to HTML using C# .NET
In this post, we’ll explore and demonstrate how to read and convert a PDF to HTML in C# with various customization options.
PDF is one of the most popular document formats these days which is used by a variety of applications as the final output. Due to its support for a wide range of data types and portability, it is the format of choice for creating and sharing content. As a .NET application developer who is interested in developing document … Continue Reading