Hi All,What is the recommended approach to create AEM project. I've been using maven project without issues. But In one of projects, I need to create GRADLE project. It would be good if some one can give more details on this. Thanks In advanceSiva
The issue has been resolved after adding following dependency in core/pom.xml<groupId>com.adobe.aemfd</groupId><artifactId>aemfd-client-sdk</artifactId><scope>provided</scope></dependency>
Thanks for the detailed information. I've followed the resource and here are my observations. I see the bundle 'Adobe XFA Forms Bedrock Connector) exist in felix consle which has com.adobe.fd.output.api.OutputService . Also, I'm able to get the OutputService from JSP using sling object. com.adobe.fd...
I've followed below online doc. Please refer generatePDFPOutput section.AEM 6.2 Forms Help | Using AEM Document Services ProgrammaticallyI see below error in the error log.[com.AEMWrapper(3499)] Failure loooking up method bindOutputService(org.osgi.framework.ServiceReference) in class class com.AEMW...
I've added below dependency and it resolved java.lang.NoClassDefFoundError: com/adobe/aemfd/docmanager/internal/passivation/InputStreamPassivationHandler Exception.<dependency><groupId>com.adobe.aemfd</groupId><artifactId>adobe-aemfd-assembler</artifactId><version>2.0.6</version><scope>provided</sc...
Hi All, I'm trying to generate PDF using XDP and XML input streams. Below is the piece of code used to generate documents & PDF @Reference private OutputService outputService; 1. InputStream xdpIS = xdpRendition.getStream(); // Get XDP input steam and assign it to xdpIS object. 2....
Hi All, We are uploading XDPs files using "File upload" option in AEM Forms and all the XDP forms are stored at [1]. Now we want to use custom workflow to publish the XDP form. We have workflow ready but we are not sure how we can trigger workflow on XDP form manually. or let me know if there are an...
Hello Team, We are migrating large number XDP/PDF forms from Filetnet to AEM. We are planning to use Webdav to copy all XDP/PDF forms to AEM repository. Is there a way that we can also update Form meta data using Webdav connection? Please advise.
Hi All, We are uploading XDP forms in AEM and we want to write a service which will convert XDP forms to PDF. I wanted to write one servlet in AEM which will convert XDP to pdf. It would be great If some one can share any available resource or API.. Thanks Siva