Hello,
We are trying to convert an html with an image which source is a a big svg file ~20mb. We are using a java wrapper, and the image simply does not appear in the output pdf, an alt text is displayed when used.
When trying conversion via the command line, the following is shown:
E:\Projects\princexml\src\main\resources>"c:\Program Files (x86)\Prince\engine\bin\prince.exe" no_diagram.html -o no_diagram.pdf --page-size A1
prince: big_diagram.svg:190408: error: Huge input lookup
prince: big_diagram.svg: warning: could not load SVG image
Prince version: 15.2
Is there a limitation on an image size or there may be issues with a specific image?
The svg uses several embedded images, I tried to remove the biggest of them, and the image was exported.
Arjana
We are trying to convert an html with an image which source is a a big svg file ~20mb. We are using a java wrapper, and the image simply does not appear in the output pdf, an alt text is displayed when used.
When trying conversion via the command line, the following is shown:
E:\Projects\princexml\src\main\resources>"c:\Program Files (x86)\Prince\engine\bin\prince.exe" no_diagram.html -o no_diagram.pdf --page-size A1
prince: big_diagram.svg:190408: error: Huge input lookup
prince: big_diagram.svg: warning: could not load SVG image
Prince version: 15.2
Is there a limitation on an image size or there may be issues with a specific image?
The svg uses several embedded images, I tried to remove the biggest of them, and the image was exported.
Arjana
Edited by arjana