C# Print PDF Documents Programmatically with .NET

Print PDF files C#

Many companies are lessening the use of paper to a large extent. However, there are some scenarios where printing is important. For instance, a system may contain details of online order in PDF format. They need to print PDF while dispatching an online order for delivery. They process items on a large scale so printing each document manually could be quite a task. Aspose.PDF for .NET API, in addition to many other file manipulation and conversion features, supports the … Continue Reading

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

Merge MS Word Documents using C# ASP.NET

Merge Word Documents ASP.NET

Merging multiple MS Word documents could be useful in various scenarios. For example, it can be used in keeping a similar type of documents into a single file, combining multiple documents before sharing, and so on. Various online tools are available that allow you to merge MS Word documents quite easily, however, what if you want to add this feature within your own application? To make you achieve this, I’ll show you how to merge MS Word (DOC/DOCX) documents using … Continue Reading

Posted in Aspose.Words Product Family | Tagged , ,

Convert PUB to PDF file Programmatically using C++

PUB files are usually used to create or edit the publications. Pamphlets, brochures, visiting cards, and many other types of files are created in Microsoft Publisher application thus saved as the file extension .pub. However, because of the popularity and support of PDF format, you may need to convert PUB to PDF. For such scenarios, Aspose.PUB for C++ API is the answer to your requirements.

C++ PUB to PDF Converter API

Looking at the background information about the API, previously … Continue Reading

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

Compare Two Word Documents using C# in ASP.NET

Compare Word Documents in ASP.NET

We often need to compare two MS Word DOC/DOCX documents to check the similarities or differences. The comparison gives us an idea of what has been changed in the two versions of a single Word document. Various online document comparison applications are available that let you compare two Word documents. However, there could be the case when you need to integrate document comparison features within your web application. On the other hand, you may want to build your own online … Continue Reading

Posted in Aspose.Words Product Family | Tagged , ,

Convert a Document using Aspose.Words

Aspose.Words

Converting documents from one format to another is one of the main features of Aspose.Words. Conversion in Aspose.Words consists of opening a document in one of the supported load formats and then saving it in another format.

Aspose.Words supports almost all common conversion combinations, for example:

  • DOC, DOCX, RTF to PDF or XPS,
  • DOC or DOCX to JPEG, TIFF, PNG,
  • DOCX to Markdown or HTML,
  • PDF to DOC, DOCX, or other Word formats,
  • and others.

Please note that this is … Continue Reading

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

Create Animated PNG Images using C# or VB.NET

Animated PNG (Portable Network Graphics) is an extension to PNG format to incorporate the animations. Just like animated GIFs, the APNG format is used to present the animations. An edge of APNG over GIF is, it supports 24-bit transparency whereas GIF supports only 8-bit. Furthermore, APNG provides a smoother animation as compared to an animated GIF. In this article, I’ll show you how to create the animated PNG (APNG) images from an image or multi-page Tiff and export APNG to Continue Reading

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

Convert AI to PNG, JPG, PSD and PDF file with C# .NET

Adobe Illustrator files are majorly used to represent visual information. Moreover, graphic designers transform their creative ideas into masterpieces using AI files. Sometimes you need to convert AI to raster images (PNG, JPG, etc) or PDF file. The most important and exciting factor of all these conversions is that you do not need to install or configure the Adobe Illustrator application because Aspose.PSD for .NET API is capable of converting AI files without any dependency on 3rd party applications. Let … Continue Reading

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

Draw Graphics and Create 2D Drawings using C# or VB.NET

Draw Graphics using C#

In my previous article, I have given you an overview of our .NET Graphics API – Aspose.Drawing for .NET. Along with that, we have seen how to create images from scratch or draw graphics on existing images using C#. In this article, we’ll go one step ahead and learn how to create 2D drawings by drawing various graphical objects within the .NET applications such as ASP.NET web application, Windows application, and etc.

The following are the vector graphics … Continue Reading

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

Load a PDF File to Further Modify and Convert It using C#

In many cases, while working with a PDF document, you need to change it: copy, paste, drag and drop specific PDF content such as text, images, tables, and diagrams. It’s fine to perform these options manually inside the same PDF file as long as you want to work with small parts of your document. But what if you want to perform the editing options in more complex scenarios such as creating a digital signature, merging multiple PDF documents, or reprocessing … Continue Reading

Posted in Aspose.Words Product Family | Tagged , ,

.NET Graphics API – Create Images and Graphics from Scratch using C#

.NET Graphics API

You would have come across various drawing applications (i.e. MS Paint) that allow you to draw graphics and generate images. However, what if you want to create your own drawing utility or integrate drawing features within your web or desktop application? For such scenarios, Aspose offers its .NET Graphics API as Aspose.Drawing for .NET which is a lightweight solution for creating images and graphics identical to GDI+.

Without any dependencies of the native code and libraries, Aspose.Drawing for .NETContinue Reading

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