Convert PDF to Text in Python
Are you looking for an easy way of extracting text from PDF files? If yes, you have landed to the right place as in this article, you will learn how… Read More »Convert PDF to Text in Python
Are you looking for an easy way of extracting text from PDF files? If yes, you have landed to the right place as in this article, you will learn how… Read More »Convert PDF to Text in Python
As a programmer, you may need to process a bunch of Word DOC/DOCX files to extract the plain text from within your Python applications. This article provides a powerful, high-quality,… Read More »Convert Word DOCX DOC to TXT in Python
PDF allows sharing and printing of documents without losing the formatting which makes it the most popular format. In certain cases, we may need to import the content of PDF… Read More »Convert PDF to OneNote in C#
Visio diagrams are usually used to create diagrams like flowcharts, organizational charts, floor plans, database models, or other drawings. The VSDX format is kind of an upgrade from VSD, which… Read More »Convert VSD to VSDX Visio Diagram in C#
Aztec barcode is one of the efficient barcodes that can contain information with high accuracy in a small area. In some scenarios, you might want to create an Aztec code… Read More »Generate Aztec Barcode in Java
XBRL and Inline XBRL (iXBRL) documents are structured electronic business reports to meet different business requirements. An XBRL document is a collection of facts that together make up a business… Read More »Parse XBRL in Python
We can generate and add barcodes to PDF documents as described in my previous post. In certain cases, we may need to detect and read the barcodes embedded into PDF… Read More »Read Barcode from PDF in C#
HTML pages are widely used over the internet. They may contain images, drawings, and text to present information. Sometimes, you may need to convert an HTML file to Text. Accordingly,… Read More »Convert HTML to Text in Java
While processing the Excel files programmatically, you may need to copy data from one Excel sheet to another. Also, you may have to copy data from a sheet in one… Read More »Copy Data from Excel Sheets in Python
HTML is a markup language to create or design documents to be displayed in browsers. It can include text or visual information on the page. In some cases, you might… Read More »Extract Text from HTML in Java