Registry / other / libgxps

libgxps

JSON →
library0.3.2vcpkgunverified

libgxps is a GObject based library for handling and rendering XPS documents.

vcpkg install libgxps
INSTALL
IMPORT
SIG · LIBGXPS
L
libgxps
othercppv0.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libgxps/gxps.h
#include <libgxps/gxps.h>

Load an XPS document and print success message.

#include <libgxps/gxps.h> #include <stdio.h> int main() { GXPSDocument* doc = gxps_document_new("document.xps", NULL); if (doc) { printf("Document loaded successfully.\n"); g_object_unref(doc); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libgxps — pip install libgxps · libregistry