hello expert, My client would like to understand following from below piece of code: Document doc = outputService.generatePDFOutput(xdpDoc, xmlDoc, outputOptions);// Save the result in a PDF fileFile pdfFile = new File("//user//data//pdf//Generated_" + System.currentTimeMillis() + ".pdf");doc.copy...
Hi to all, I purchased the sample fragment from here https://thelivecycle.blogspot.com/2016/03/dynamic-pdf417-code.html The fragment is based on http://bkuzmic.github.io/pdf417-js/ I am using specific payment form to enter data. That data should be encoded into PDF417 barcode with following spec...
Field 1. FormThirdPartyLogisticsRequest.frmBody.tblMain.rowSetSection.rowMain.colQuantity Field 2.I want it to appear in FormThirdPartyLogisticsRequest.frmBody.tblMain.footerRow.TotalQty . In Field 2. after sub-table configurationscript 2.sum(rowMain[*].colQuantity)has been utilized.However,...
hello experts, From below discussion [1] it has come out that, for exposing a Rest API from AEM for a 3rd party system is to use Path based Sling Servlet. Now here is some clarification if you can guide us? - is it good practice to invoke - com.adobe.fd.output.api.OutputService/ com.adobe.fd.ass...
Where can I find a template with dynamic text fields and e-mail button (allow only reading and printing after sending)? Are there no sample templates for Adobe Experience Manager Forms in this direction? ..or in general. Do I have to pay someone extra for this? ...if yes, where? Isn't there at ...
Question is - Which one to use - AEM LiveCycle Designer or AEM Forms Designer? Confusion is due to different setup. Please see screen shots below? Client has AEM Forms 6.5 On Prem OSGi with add-on.
Hi, I created a Workflow Model in my local AEM instance and I would like to know if I can pull it with IntelliVault inside the code and store it in order to later do a deployment on AEM aa Cloud. Is that possible or do I need to re-create the model in the cloud instance? Thank you.
Can anyone please suggest to write Junit test cases for the following path based sling servlet? - Servlet for PDF generation, using output service with post method - Takes two input parameter xdp from path /content/dam/formsanddocuments .xml data from postman. - Using generatePDFOutput method of ou...