Libgxps-0.3.1

Introduction to libgxps

The libgxps package provides an interface to manipulate XPS documents.

This package is known to build and work properly using an LFS-9.1 platform.

Package Information

Libgxps Dependencies

Required

GTK+-3.24.13, Little CMS-2.9, libarchive-3.4.2, libjpeg-turbo-2.0.4, LibTIFF-4.1.0, and libxslt-1.1.34

Optional

git-2.25.0 and GTK-Doc-1.32

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgxps

Installation of Libgxps

Install Libgxps by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr .. &&
ninja

This package does not come with a test suite.

Now, as the root user:

ninja install

Contents

Installed Programs: xpstojpeg, xpstopdf, xpstopng, xpstops, and xpstosvg
Installed Library: libgxps.so
Installed Directories: /usr/include/libgxps

Short Descriptions

xpstojpeg

converts XPS documents to a JPEG image.

xpstopdf

converts XPS documents to PDF format.

xpstopng

converts XPS documents to a PNG image.

xpstops

converts XPS documents to PostScript.

xpstosvg

converts XPS documents to SVG images.

libgxps.so

contains API functions for manipulating XPS documents.

Last updated on 2020-02-17 12:12:55 -0800