Hi, I am trying to create to convert base64 encoded pdf document to com.adobe.aemfd.docmanager.Document object by using below line of code. But it throwing error. Any suggestion please. Document document = new Document(Base64.decodeBase64(base64)); Errors: Exception in thread "main" java.lang.NoClas...