I am able convert .doc file to pdf successfully using livecycle.I am
using to same code to convert excel file to pdf .But it is throwing
exception
likecom.adobe.livecycle.generatepdf.client.ConversionException:
ALC-PDG-011-019-The source file you submitted is invalid.Can anyone help
me how to convert excel file to pdf using livecycle.?Here is the code I
have written
connectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_EJB_ENDPOINT,
DEFAULT_EJB_ENDPOINT);
connectionProps.setProp...