Merge MS Word Documents using Java

The merger of multiple MS Word documents could be needed in various scenarios. For example, reducing the number of documents, keeping similar kinds of content in a single file (i.e. invoices), and etc. Many online applications let you merge two or more MS Word documents, however, you may need to implement document merging features within your own web or desktop applications. For such a case, in this article, you will learn how to merge MS Word documents using Java.
Posted in Aspose.Words Product Family | Tagged , , ,

Create MS Project Files using C++ – Add Tasks, Resources, or Calenders to Projects

MS Project is a widely used project management software that helps the managers in managing their projects efficiently. It helps to create the tasks, add resources, allocate tasks to resources, monitor the progress, and manage budget-related operations. In this article, you will learn how to embed the project management activities within your applications without MS Project. With the help of code samples, you will learn how to create MS Project files (.mpp), add tasks, resources, and calendars programmatically using C++. Furthermore, the assignment of tasks to resources in a project will also be demonstrated.
Posted in Aspose.Tasks Product Family | Tagged , , , ,

Convert Presentation to Webpage HTML Programmatically using C++

Presentations (PPTX/PPT) are frequently used to depict the information to a large number of audiences. In this article, we will be discussing how to convert PowerPoint Presentation to HTML. This use case can be helpful when the information is to be presented in a web application, website, etc.

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

Convert CAD’s DWG and DXF to PDF using C#

AutoCAD is used by designers to create various types of designs of buildings, bridges, automobiles, chips and etc. in a wide range of industries. However, the AutoCAD formats (DWG, DXF, etc.) can only be viewed in a dedicated software or an online AutoCAD viewer. To make things easier, the AutoCAD drawings could be converted into PDF files which can be viewed anywhere without any dependency. In this article, you will learn how to convert AutoCAD DWG/DXF drawings to PDF programmatically using C#.

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

Add or Remove Header and Footer in Word Documents using Java

Header and Footer are commonly used in documents to show important information like page number, topic, chapter, etc. You can add, insert, delete or remove header and footer in Word documents (DOCX/DOC) using your Java applications. In this article, we will be learning about adding or removing headers and footers.

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

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

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

Split MS Word Documents using C#

Split Word Documents

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

Create 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

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

Create MS Word Documents (DOC/DOCX) using C++

Create Word Documents in 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.

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

Convert MS Excel Files to HTML using Python

Excel to HTML 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

Posted in Aspose.Cells Product Family | Tagged , ,