Convert XPS to JPG using C++

You can check the quality of Aspose.Page XPS to JPG conversion and view the results via free online XPS to JPG Converter or XPS Viewer

Aspose.Page C++ XPS to JPG converter allows to convert XPS document to JPG image on Windows and Linux.
It is necessary to do several steps in order to perform XPS to JPG conversion:

  1. Initialize an input stream for input XPS document.
  2. Create an instance of XpsDocument from created earlier input stream.
  3. Specify SmoothingModeResolution and other options of JpegSaveOptions.
  4. Create an instance of ImageDevice.
  5. Save XPS document as image with JPEG save options to an array of arrays of bytes. One array of bytes for one page of input document.
  6. Save resulting 2-dimensional arrays of bytes to JPG files creating for every bytes array a new file output stream.


Following code snippet shows how to convert XPS to JPG files in C++:

C++ code example XPS to JPG conversion
Input file
Upload a file you want to convert
Output format
Select the target format

                    

// For complete examples and data files, please go to https://github.com/aspose-page/Aspose.Page-for-C

See XPS to JPG conversion in .Net and Java.

Let’s consider JpegSaveOptions. Using this class we can assign different conversion parameters while converting XPS to JPG.

Evaluate XPS to JPG conversion online on our XPS to JPG Converter. You can convert several XPS files to JPG at once and dowload results in a few seconds.

You can download examples and data files from GitHub.

Subscribe to Aspose Product Updates

Get monthly newsletters & offers directly delivered to your mailbox.