Hi! All,
we are working on a request where we need to read one word document from KM and then convert this doc to PDF. I am able to get the doc from the KM but while converting the document to PDF we are getting following error...
java.lang.NoClassDefFoundError: com.jacob.com.Variant
we have used external jar called JACOB.jar for this conversion.
To work with all the external jar files, We have created one external library and created API and SDA public part. We also added this public part in our DC and made the deployment dependency but still we are getting this error.
Although the KM jars are working fine but this JACOB jar is giving me this issue..
Please help.