Aspose.Total for .NET is a comprehensive suite of .NET components that enables developers to easily create, manipulate, convert, and export documents in various file formats. It includes Aspose.PDF for .NET, Aspose.Imaging for .NET, and other components that can be used to create, edit, and export documents in a variety of formats.
Using Aspose.Total for .NET, developers can easily export XPS to JPEG2000 image within any .NET applications in two simple steps. First, Aspose.PDF for .NET can be used to export XPS to JPEG. This component provides a wide range of features for creating, editing, and manipulating PDF documents. It can be used to convert XPS to JPEG with just a few lines of code.
Once the XPS document has been converted to JPEG, Aspose.Imaging for .NET can be used to convert JPEG to JPEG2000. This component provides a comprehensive set of features for image processing and manipulation. It can be used to convert JPEG to JPEG2000 with just a few lines of code. It also supports a wide range of image formats, including JPEG, JPEG2000, TIFF, GIF, BMP, and PNG.
In conclusion, Aspose.Total for .NET is a powerful suite of components that enables developers to easily export XPS to JPEG2000 image within any .NET applications. It includes Aspose.PDF for .NET and Aspose.Imaging for .NET, which can be used to convert XPS to JPEG and JPEG to JPEG2000, respectively. With just a few lines of code, developers can quickly and easily export XPS to JPEG2000 image.
Convert XPS file to JPEG2000 via .NET
- Open XPS file using Document class
- Initialize JpegDevice class object and render XPS to JPEG by using Process method
- Load JPEG file by using Image class
- Save the document to JPEG2000 format using Save method
Get Started with .NET File Automation APIs
Install from command line as nuget install Aspose.Total
or install directly from Package Manager Console of Visual Studio.
Alternatively, get the offline MSI installer or DLLs in a ZIP file from downloads .
Convert XPS File to JPEG2000 in a Single File via C#
Using the API, you can also convert XPS file to JPEG2000 to a single image file. In order to convert all pages, you can first render your XPS document to one TIFF file and after that you can export TIFF file to JPEG2000. You can open the input file using Document class and create Resolution, TiffSettings, & TIFF device objects. You can get a single TIFF image using Process method of TiffDevice class. Finally, you can load TIFF file using Image class and save it to JPEG2000 format using Save method.
Convert XPS to JPEG2000 With Watermark via C#
Using the API, you can also convert XPS file to JPEG2000 with watermark in your JPEG2000 document. In order to add a watermark, you can first render your XPS document to JPEG and add a watermark in it. To demonstrate the operation, you can load your converted JPEG image, add transformations using an object of Matrix class and draw a string as the watermark on the image surface using the Graphics class’ DrawString method. After adding the watermark in it, you can save the JPEG as JPEG2000 format. Below is a code example that demonstrates how to add a diagonal watermark to your document.
Convert & Rotate XPS File to JPEG2000 via C#
Using the API, you can also rotate the output JPEG2000 image as per your needs. The Image.RotateFlip method can be used to rotate the image by 90/180/270-degrees and flip the image horizontally or vertically. You can specify the type of rotation and flip to apply to the image. In order to rotate and flip the image you can load the converted JPEG image using the factory method exposed by Image class and call the Image.RotateFlip method while specifying the appropriate RotateFlipType .