Hi guys
[NetBeans IDE 6.9]
I tryied to use the whole sample: "RenderAsSvgInHtml.java"
but occur some problem on line "SvgExporter.svg(source, rl);" where "rl" is underlined as [problem is here]:
{
cannot find symbol
symbol: method svg(org.docx4j.openpackaging.packages.PresentationMLPackage,org.pptx4j.model.resolvedLayout)
location: class org.pptx.convert.out.svginhtml.SvgExporter
}
Problem cannot be ignored:
{
Exception in thread "main" java.lang.RuntimeException: Uncompilable source code
at RenderAsSvgInHtml.main(RenderAsSvgInHtml.java:66)
Java Result: 1
}
Thank you very much for your help.