XpsParser

Overview

XpsParser is a class in Aspose.Page FOSS for Python.

Parse XPS package relationships to locate pages.

This class provides 2 methods for working with XpsParser objects in Python programs. Available methods include: __init__, fixed_page_parts. All public members are accessible to any Python application after installing the Aspose.Page FOSS for Python package.

Methods

SignatureDescription
__init__(package: XpsPackage)
fixed_page_parts()list[str]Return fixed page part names in document order.

See Also