Hello, I've tried to export as a PDF this grid:
https://www-demos.smartclient.com/sm...izeIncrease=10
with isc.RPCManager.exportContent, and the SVG icons doesn't show.
Also I've tried in my application, in my local deployment I get this error:
it's true that I'm not using a valid certificate, but I don't get the same error with Twilight for instance. Also, is actually the batik dependency required with modern browsers?
https://www-demos.smartclient.com/sm...izeIncrease=10
with isc.RPCManager.exportContent, and the SVG icons doesn't show.
Also I've tried in my application, in my local deployment I get this error:
Code:
2024-07-18T15:49:24,126 INFO PdfExport CharSet used: UTF-8 2024-07-18T15:49:24,127 DEBUG PdfExport svgToConvert: <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="width: 13px;height: 13px;" class="icon" ><use xlink:href="https://localhost:8443/Jat/isomorphic/skins/Shiva/images/stockIcons.svg#arrow_upward" href="https://localhost:8443/Jat/isomorphic/skins/Shiva/images/stockIcons.svg#arrow_upward"></use></svg> 2024-07-18T15:49:24,874 WARN PdfExport Caught unexpected exception org.apache.batik.bridge.BridgeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at org.apache.batik.bridge.BridgeContext.getReferencedNode(BridgeContext.java:788) ~[batik-bridge-1.11.jar:?] at org.apache.batik.bridge.BridgeContext.getReferencedElement(BridgeContext.java:804) ~[batik-bridge-1.11.jar:?] at org.apache.batik.bridge.SVGUseElementBridge.buildCompositeGraphicsNode(SVGUseElementBridge.java:124) ~[batik-bridge-1.11.jar:?] at org.apache.batik.bridge.SVGUseElementBridge.createGraphicsNode(SVGUseElementBridge.java:98) ~[batik-bridge-1.11.jar:?] at org.apache.batik.bridge.GVTBuilder.buildGraphicsNode(GVTBuilder.java:213) ~[batik-bridge-1.11.jar:?] at org.apache.batik.bridge.GVTBuilder.buildComposite(GVTBuilder.java:171) ~[batik-bridge-1.11.jar:?] at org.apache.batik.bridge.GVTBuilder.build(GVTBuilder.java:82) ~[batik-bridge-1.11.jar:?] at com.isomorphic.contentexport.SvgImage.getRootNode(SvgImage.java:32) ~[isomorphic-content-export-13.1-d20240714.jar:?] at com.isomorphic.contentexport.SvgImage.<init>(SvgImage.java:42) ~[isomorphic-content-export-13.1-d20240714.jar:?] at com.isomorphic.contentexport.PdfExport.convertSvgImages(PdfExport.java:413) ~[isomorphic-content-export-13.1-d20240714.jar:?] at com.isomorphic.contentexport.PdfExport.convertAllSvgOccurrencesToBase64(PdfExport.java:402) ~[isomorphic-content-export-13.1-d20240714.jar:?] at com.isomorphic.contentexport.PdfExport.getPdfRenderer(PdfExport.java:298) [isomorphic-content-export-13.1-d20240714.jar:?] at com.isomorphic.contentexport.PdfExport.getPdfObject(PdfExport.java:78) [isomorphic-content-export-13.1-d20240714.jar:?] at com.isomorphic.rpc.BuiltinRPC.getPdfObject(BuiltinRPC.java:1361) [isomorphic-core-rpc-13.1-d20240712.jar:?]
Comment