#1134141 xpstopdf outputs a wrong image

Package:
libgxps-utils
Source:
libgxps-utils
Description:
handling and rendering XPS documents (utilities)
Submitter:
Albert Nash
Date:
2026-04-20 15:37:02 UTC
Severity:
normal
#1134141#5
Date:
2026-04-17 00:14:19 UTC
From:
To:
Grab http://www.xpsdev.com/content/files/xps-document-example.xps and issue

$ xpstopdf xps-document-example.xps xps-document-example.xps
$ mupdf xps-document-example.xps &
$ mupdf xps-document-example.xps &

Scroll to pages 3 in both files, and observe a difference as in the attachment (the original XPS is on the left, the converted PDF is on the right). Namely, a wrong image is placed on page 3.

#1134141#10
Date:
2026-04-17 00:19:07 UTC
From:
To:
Typo correction:

$ xpstopdf xps-document-example.xps xps-document-example.xps
$ mupdf xps-document-example.xps &
$ mupdf xps-document-example.xps &

->

$ xpstopdf xps-document-example.xps xps-document-example.xps.pdf
$ mupdf xps-document-example.xps &
$ mupdf xps-document-example.xps.pdf &