Created attachment 21767 [details] cleaned, 1-page PDF showing the error Page of attached file cannot be converted to PDF using command mutool draw -o cleaned.svg cleaned.pdf Tested on both Linux and Windows. Error messages: page cleaned.pdf 1error: Overly large image warning: Ignoring error during interpretation On Linux only, similar conversion to HTML also fails with message page cleaned.pdf 1error: Illegal dimensions for pixmap 0 -128 warning: Ignoring error during interpretation
The following fix is awaiting review: https://git.ghostscript.com/?p=user/robin/mupdf.git;a=commitdiff;h=cfb5cb1abec3357f84a70cdc4959aac04a1efbb0
Fixed ages ago as: commit 04a22444b3d486787a6ba060717ef5422843812f Author: Robin Watts <Robin.Watts@artifex.com> Date: Fri Oct 22 17:23:12 2021 +0100 Bug 704627: Fix infinite bounded shade problem when writing SVGs. We render the shade to an image for SVG generation. For infinitely bounded shades, this can lead to impossibly large images. Clip to the size of the page. I forgot to close the bug.