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#.

Posted in Aspose.Finance Product Family | Tagged , , , ,

Encrypt and Decrypt PDF Files using C#

Excrypt and Decrypt PDF in C#

PDF encryption is used to secure the PDF document from unauthorized access. If a PDF document is encrypted, you have to decrypt it to access its content, otherwise, it will remain unreadable. Most often, the PDF documents are encrypted with a password that is required to open the document. On the other hand, you can also limit the access permissions to various operations such as printing, editing, copying, etc. Aspose’ PDF library, Aspose.PDF for .NET, provides some simple ways … Continue Reading

Posted in Aspose.PDF Product Family | Tagged , ,

Unzip Files in ZIP Archives using C#

Unzip Files in 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 Reading
Posted in Aspose.ZIP Product Family | Tagged , , ,

Add Files or Folders to ZIP Archives Programmatically in C#

Create ZIP 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

Posted in Aspose.ZIP Product Family | Tagged , , , ,

Extract Text from PDF Documents Programmatically using C++

Extract Text From PDF 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

Posted in Aspose.PDF Product Family | Tagged , , ,

Create MS Word Editor in ASP.NET MVC

ASP.NET MVC Word Editor

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

Posted in Aspose.Words Product Family | Tagged , ,

Handle Word Documents in Qt Applications in Visual Studio

Create and edit DOCX in Qt

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

Posted in Aspose.Words Product Family | Tagged , , ,

Create Word Documents in Qt Applications using Aspose.Words for C++

Create Word Document in Qt Application

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

Posted in Aspose.Words Product Family | Tagged , ,

Convert Word DOC or DOCX to PDF in C++

Convert Word DOCX to PDF

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

Posted in Aspose.Words Product Family | Tagged , ,

Generate and Scan Barcodes Programmatically using Java

In this article, I’ll show you how to generate barcodes programmatically using Java. Furthermore, you will also learn how to scan and read different types of barcodes using Java.

Generate Barcode in Java 2

Barcode technology is a popular and widely used way to visually represent data about objects in the form of different patterns. Barcode is the encoded and machine-readable form of the data that can be decoded or read using the barcode scanners. These days, almost every product contains a barcode … Continue Reading

Posted in Aspose.BarCode Product Family | Tagged , , ,