Working with XPS Document | C++
XPS
extension is linked to the XML Paper Specification (XPS). The format is known as an open graphic format of the fixed based on XML layout.
XPS is a static Page description language as well as PDF. It uses vector inconsistent markup and supports multi stream work, encryption, and digital certificates. It does not support scripts so is considered to be safe.
XPS file is a ZIP archive that has next elemens: Fpages (pages of the file’s document), document parts, and a folder with relationships of the pages. The trick here is that an XPS file can be viewed by changing its extension to .zip
and using any archiver software available on your device.
This chapter includes information about working with XPS files using Aspose.Page C++ API solution for. There you will find the next articles with the code examples of how the functionality works.
- Working with Text
- Working with Images
- Working with Pages
- Working with Gradient
- Working with Visual Brush
- Working with Transparency
- Working with Print Tickets
- Using Graphic Utilities
- Modifying an XPS page based on events
To see an example of how the functionality can be used learn Aspose.Page Applications. There you will find XPS Converter, Viewer, Merger, and Signature application.