English

Convert XPS, OXPS to JPG or PNG Image using C# VB.NET

XPS file format is frequently used in file processing applications. You can convert XPS or OXPS to JPG or PNG image programmatically with C# or VB.NET in your .NET framework based applications. You can easily convert XPS or OXPS files to JPG or PNG Image with few simple API calls. Aspose.Page for .NET API includes different features to work with XPS, OXPS, and several other supported file formats.
November 2, 2020 · 3 min · Farhan Raza

Convert PostScript PS/EPS and XPS to PDF and Raster Images in C++

In my previous post, I have shown you how easy it is to create or edit PostScript (PS/EPS) and XPS documents programmatically using Aspose.Page for C++. In this article, I’ll demonstrate how to convert PS/EPS or XPS documents to PDF or raster image formats including PNG, JPEG, TIFF, and BMP using C++. The rest of the article is composed of the following sections: Convert a PostScript PS/EPS to PDF in C++ Convert a PostScript PS/EPS to Image in C++ Convert XPS to PDF in C++ Convert XPS to image in C++ Before we start, I assume that you have downloaded Aspose.
March 26, 2020 · 3 min · Usman Aziz