Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: June 2021
Create Charts in Excel using Java
Charts and graphs are used to summarize and visually represent the data. They give an insight that can further be used to make the decisions. Charts are considered to be an integral part of Excel spreadsheets and are widely used in various applications. In this article, you will learn how to generate charts programmatically from the data provided in the Excel worksheets. Particularly, the article covers how to create different types of charts in Excel using Java.
Convert TeX to PDF or XPS File Programmatically using C++
Convert Image to Searchable Word Document (DOC/DOCX) using Java
You can convert an image to a searchable or editable word document in DOCX as well as DOC file format. Popular image formats like JPG, PNG, TIFF, BMP, etc., can be converted to a word document (DOC/DOCX) with OCR in Java.
Posted in Aspose.OCR Product Family Tagged image to docx, image to docx in java, jpg to docx, ocr image in java, png to docx, png to word
Convert JSON to PDF using C#
In various cases, you may need to convert the JSON files to PDF for sharing, printing, or other purposes. To achieve it programmatically, this article covers how to convert JSON to PDF using C#.
Create, Fill, or Edit Fillable PDF Forms with C++
With the advent of computers and the internet, a lot of information is captured digitally. Different companies came up with solutions to make this process more efficient. One such solution is the fillable PDF forms. PDF forms are a popular choice that makes it easy to capture information digitally. PDF forms may be used for capturing survey data or as admission forms. In light of this, this article will teach you how to create, fill and edit fillable PDF forms using C++.
Create Excel File in Android Programmatically
In this article, you will learn how to implement Excel automation features from within your Android applications. After reading this article, you will be able to create Excel XLSX or XLS file from scratch in your Android app programmatically. In addition, this article will cover how to update an existing Excel file, generate charts, apply formulas, and add pivot tables in Excel worksheets.
Convert Visio Diagrams to HTML, SVG, or XPS with C#
Microsoft Visio Diagrams are used for creating or manipulating technical drawings. You can convert Visio Diagrams in VSD, VSDX, VDX, and several other supported file formats to an HTML Webpage, SVG Image, or an XPS file programmatically using C#.
Convert Image to Word Document (DOCX) with OCR using C++
Images and scanned documents may contain textual information that you might need to process further. You might have captured pictures of text documents using your smartphone that you want to convert to editable documents. For this, performing OCR on the images can prove to be helpful. With OCR, you can convert images to searchable and editable Word documents. To that end, this article will teach you how to convert images to Word documents using C++.
Convert PUB to Word Document (DOC/DOCX) in C#
Microsoft Publisher files are popularly used for professional designing and editing tasks. You can convert a PUB file to a Word document in DOC and DOCX format. This article covers how to convert the publisher files programmatically using C#.
Extract Images from PDF using C#
PDF format is widely used to create read-only documents for sharing and printing. Generally, the PDF documents contain images along with text and in certain cases, you may need to extract these images while parsing the PDFs. In accordance with that, this article covers how to extract images from PDF programmatically using C#.