Search
Follow Us
Categories
- Success Stories(157)
Archives
Monthly Archives: July 2020
C# Print PDF Documents Programmatically with .NET
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
Merge MS Word Documents using C# 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
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 C++ PUB to PDF, Convert PUB to PDF, PUB to PDF, PUB to PDF C++, Publisher to PDF
Compare Two Word Documents using C# 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
Convert a Document using 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
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
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