Hi!
We have some pdf's that we have historically generated in Prince 7. We are now upgrading to Prince 9, and noticed that some SVG's that we were loading via iframes, are now not appearing in the pdf.
I grabbed the html we are sending to the job server and ran it thru prince 9 at the command line, and the error is this:
if I take that exact url from the error, http://localhost:7003/js/Media/domainCircle?reportable=true&score=5&fillColor=202, 135, 0 and put it in a browser, it shows the svg perfectly.
This is how it's laid out in the html
I tried changing all my iframe tags to img tags, but then they displayed as broken links. Any idea about how this would be treated differently from prince7 -> prince 9?
Thank you!
We have some pdf's that we have historically generated in Prince 7. We are now upgrading to Prince 9, and noticed that some SVG's that we were loading via iframes, are now not appearing in the pdf.
I grabbed the html we are sending to the job server and ran it thru prince 9 at the command line, and the error is this:
prince: http://localhost:7003/js/Media/domainCircle?reportable=true&score=5&fillColor=202, 135, 0: error: The requested URL returned error: 505
prince: : error: could not load input file
if I take that exact url from the error, http://localhost:7003/js/Media/domainCircle?reportable=true&score=5&fillColor=202, 135, 0 and put it in a browser, it shows the svg perfectly.
This is how it's laid out in the html
<div class="domainCircle">
<iframe class="gwt-Frame" src="http://localhost:7003/js/Media/domainCircle?reportable=true&score=6&fillColor=202, 135, 0">
</iframe>
</div>
I tried changing all my iframe tags to img tags, but then they displayed as broken links. Any idea about how this would be treated differently from prince7 -> prince 9?
Thank you!