Hi,Is there any way to write JAVA app that will validate PDFs
through/with LC API ? I was traying with code:...ServiceClientFactory
myFactory =
ServiceClientFactory.createInstance(connectionProps);FormsServiceClient
formsClient = new FormsServiceClient(myFactory); FormsResult
renderedForm = renderPDF(formName, xmlData, url, formsClient);
RenderOptionsSpec processSpec = new
RenderOptionsSpec();//processSpec.setValidationReporting(5);processSpec.setLocale("pl_PL");FormsResult
formOut =
formsClient...