Using input:
Running against Prince 12.5 this worked fine. Command:
Against Prince 13.1, using the existing command, we see a failure:
We are upgrading to this version of prince in order to get support for "Support for SVG gradient spreadMethod repeat and reflect using PostScript function based shading."
<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="/tmp/include.html"></xi:include>
</html>
Running against Prince 12.5 this worked fine. Command:
~ $ prince --version
Prince 12.5
Copyright 2002-2019 YesLogic Pty. Ltd.
CSO License
~ $ cat input.html | /usr/local/bin/prince --input=xml --no-subset-fonts --structured-log=buffered --no-system-fonts --xinclude --style=/tmp/font_cache/fontcache5707278573557654795/Arial.ttf4837291807626154676.style --force-identity-encoding --css-dpi=72 - > output.pdf
fin|success
Against Prince 13.1, using the existing command, we see a failure:
~ $ prince --version
Prince 13.1
Copyright 2002-2019 YesLogic Pty. Ltd.
CSO License
~ $ cat input.html | /usr/local/bin/prince --input=xml --no-subset-fonts --structured-log=buffered --no-system-fonts --xinclude --style=/tmp/font_cache/fontcache5707278573557654795/Arial.ttf4837291807626154676.style --force-identity-encoding --css-dpi=72 - > output.pdf
msg|err|/tmp/include.html|not loading standard input
msg|wrn||failed to load "/tmp/include.html"
msg|err|-:3|could not load /tmp/include.html, and no fallback was found
fin|success
We are upgrading to this version of prince in order to get support for "Support for SVG gradient spreadMethod repeat and reflect using PostScript function based shading."