Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: April 2020
Create, Parse and Validate XBRL and iXBRL Financial Reports using C#
This article provides information about business reporting using the XBRL standard, the purpose of XBRL, and how to automate the process of creating XBRL-based business reports in .NET applications. Furthermore, it contains step by step methods to parse XBRL and iXBRL files and retrieve data programmatically using C#.
Unzip Files in ZIP Archives using C#
In the previous post, you have learned different ways of zipping files and folders into ZIP archives using Aspose.ZIP for .NET. In this post, I’ll show you how to extract or unzip files in ZIP archives using C#. We’ll also cover how to extract password-protected or AES encrypted ZIP archives programmatically. This article is divided into the following sections:
… Continue ReadingAdd Files or Folders to ZIP Archives Programmatically in C#
The ZIP archives are used to compress and keep one or more files or folders into a single container. A ZIP archive encapsulates the files and folders as well as holds their metadata information. The most common usage of archiving is reducing the size of the files for storage or transmission and applying encryption for security. Apart from the file compression tools, the automated compression/extraction features are also used within various desktop and web applications for uploading, downloading, sharing, or … Continue Reading
Extract Text from PDF Documents Programmatically using C++
Text extraction from documents (PDF, word processing, web pages, etc.) has a variety of use cases in the world of digital information. For example, it can be used for parsing documents, performing text analysis, information retrieval, storing documents’ content into databases, and so on. If we narrow it down, PDF is one of the most widely used document formats to keep and share digital information. This popularity makes PDF documents a huge source of information. Therefore, parsing or extracting text … Continue Reading
Create MS Word Editor in ASP.NET MVC
Aspose.Words for .NET provides a complete set of features for manipulating and converting MS Word documents within a multitude of .NET applications. Particularly, you can create new or edit the existing Word documents within the desktop or web applications. In this post, I’ll show you how to leverage the Word processing capabilities of Aspose.Words for .NET and create a web-based MS Word Editor in ASP.NET MVC.
ASP.NET MVC Word Editor – Create Word Documents
We are going to create … Continue Reading
Handle Word Documents in Qt Applications in Visual Studio
In the previous post, I have shown you how to integrate Aspose.Words for C++ in a Qt application using Qt Creator. In this post, we’ll check out how to set up and use Aspose.Words for C++ in Qt using Visual Studio. Later, we will create a Word document within the Qt application.
Set Up Aspose.Words for C++ in Qt Application
For Qt application development in Visual Studio, I have used the following Visual Studio, Qt and Qt VS Tools … Continue Reading
Create Word Documents in Qt Applications using Aspose.Words for C++
Qt is a popular cross-platform application development framework to develop a variety of applications for desktop, mobile, and embedded systems. C++ based Qt framework uses MOC (Meta-Object Compiler) to generate a standard C++ source from the Qt-extended C++. Since Qt supports a wide range of applications that may target various scenarios, integration of Word automation features (i.e. generating Word documents, Word to PDF, and etc.) within the Qt applications has a big scope.
Aspose.Words for C++ provides nearly all basic … Continue Reading
Convert Word DOC or DOCX to PDF in C++
Welcome again to the Home of File Format APIs! In the recent past, I have written a couple of blog posts to cover various scenarios of converting Word (DOC/DOCX) to PDF programmatically in .NET (using C#) and Java applications. Since this is a popular and widely used feature, I thought to cover it for C++ as well. Therefore, in this post, I will show you how to convert Word DOC/DOCX to PDF in C++ applications. This article addresses the following … Continue Reading