Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: August 2020
Create Clipping Path in TIFF Images using C#
Clipping Path is a closed vector path used to select a part of the image that should be visible. Once the clipping path is created, the part of the image outside the clipping path becomes transparent or invisible. In Adobe Photoshop, the clipping path technique is most often used to remove the background from the images and photographs. In this article, you will learn how to create a clipping path in TIFF images programmatically using C#. Furthermore, you’ll come to … Continue Reading
Split MS Word Documents using C#
MS Word documents are widely used to keep and share information. In some cases, you may need to split the data from a Word document that could be located in different sections or pages. Also, you may need to split the pages of a single document into multiple documents. In accordance with such scenarios, this article aims to show you how to split MS Word documents programmatically using C#.
… Continue ReadingCreate OMR Sheet Checker or Scanner Software in C#
Optical Mark Recognition, abbreviated as OMR, is frequently used to assess questionnaires, surveys, and other information collection standards. In this article, you can learn how to create and check the OMR question and bubble answer sheets using C# language in a .NET application. We will explore the following approaches briefly:
OMR Template Creator and Checker API – Installation
Create OMR Question Sheet Template, Image, and PDF File using C#
Perform OMR on Multiple Choice Bubble Answer Sheet Images using C#… Continue Reading
Create MS Word Documents (DOC/DOCX) using C++
Aspose.Words is a feature-rich collection of APIs that lets you create, edit, and convert MS Word documents programmatically. It provides a wide range of basic as well as advanced features for manipulating word processing documents. In this article, you will learn how to use Aspose.Words for C++ and create MS Word documents from scratch using C++. The step by step guide as well as code samples will let you know how to insert text, images, tables, lists, and other elements in Word documents.
Convert MS Excel Files to HTML using Python
MS Excel files are very much in business for storing, organizing, and analyzing a large amount of data. In certain cases, developers also prefer to use Excel files instead of a database to keep the records. However, in order to view the data in Excel files, you need to install MS Excel. Furthermore, you can not view the content of the Excel files from within your applications. Excel to HTML conversion is one of the possible solutions in such cases. … Continue Reading
Convert Word to HTML MHTML Programmatically using C++
HTML format is popular because it is supported on almost all computer environments. WORD to HTML or MHTML conversion is helpful in scenarios like when you need to display such a file in a web application using C++. Aspose.Words for C++ API is the best choice because of its features and efficiency. You can enrich your C++ applications with the ability to convert Microsoft Word files (DOC/DOCX) to HTML or MHTML format. Following is an outline of this article where … Continue Reading
Posted in Aspose.Words Product Family Tagged Convert Word to HTML, word to htm, word to html, word to mhtml
Create MS Excel Files using Python – Python Excel API
Python has become one of the ruling programming languages in the past few years. The usefulness and popularity of Python have immensely grown the community of Python enthusiasts. On the other hand, spreadsheet automation has made it easier to keep, organize, and play with a large amount of data from within the web or desktop applications. This article aims to put together Python and spreadsheet automation to show you how to create Excel XSLX or XLS files using Python. … Continue Reading
Convert Excel Files to PDF using Java
Excel to PDF conversion might be required in various scenarios for exporting tabular data from worksheets to PDF pages. In this article, you’ll learn how to convert Excel files to PDF using Java in order to automate XLS/XLSX to PDF conversion within your web or desktop applications.
- Java Excel to PDF Converter API – Installation
- Convert Excel XLS/XLSX to PDF using Java
- Convert Excel to PDF with Particular Compliance using Java
- Render One PDF Page Per Sheet using Java
- Convert
Insert or Delete Comments in Word (DOCX/DOC) using Java
Comments are used in word documents, DOCX or DOC, for suggesting improvements and modifications. Let us explore how to insert comments as well as deleting or removing comments programmatically using Java. You can add author name, initials, comment text, date, and time based on your requirements. We will be performing all of these tasks using Aspose.Words for Java API.
Here we will be learning following use cases related to comments in word documents:
- Insert Comment in Existing Word Document
… Continue Reading