Hi members,Environment AEM6.5.8Server: LinuxWe are running into one issue with site package on AEM 6.5.8 Publisher server where site is created, added multiple pages under it. they are residing under/content/aemportal/search.html, /content/aemportal/listing.html etcThe pages are working fine on Auth...
I too have accidently disabled the anonymous user but not deleted it. following your solution, i restarted the instance but still not getting login screen.How to resolve it now. Any curl command or any post method or replication from publisher will help? AEM 6.5.8 on linux.
Hi FolksI was able to achieve the solution by storing the PDF intermediately generated in temp location and then reading it from there to further DDX operation.Thanks all for your suggestions and input, it helped build the solution.
@Kosta_Prokopiu1 @Mayank_Gandhi at Step 4, there is condition we have put, if request is for flat, then PDF without any additional blank pages are generated and shared with customer. If the request has Print = true then we pass this flat pdf to DDX operation to add blank pages as described in step ...
this ddx xml i started with, my requirement is slightly more complex:Flow start like this:1. Upstream application sends JSON data2. JAVA code converts the JSON to XML Data3. Passes XDP path with XML Data to Output Services to generate flat pdf.4. This PDF is sent to customer, if customer had request...
@Mayank_Gandhi - Please keep it unanswered as my problem is different from what you suggest. I have same XDP template serving different needs, for flat, fillable or print. ONLY in the case of print I am adding blank PDF page so I cannot put that in XDP. Hence I am looking for DDX operation to first ...
Nope it is same PDF for which I am getting the page count using one DDX and post doing some calculation based on page count I need to update the same PDF with new blank pages. I cannot use Workbench as solution is supposed to be on AEM 6.5.7/8 with Forms OSGI. @Mayank_Gandhi @Kosta_Prokopiu1 any oth...
Just to add more details, first i am getting PDF document Information by invoking below DDX and passing PDF Document along to get info.xml<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
<DocumentInformation result="info.xml" source="formname.pdf"/>
</DDX> then parsing this info.xml by converting aemfd do...
Thanks Kosta,I am exactly doing this operation only, just to addI am assigning name to PDF generated from OutputService.generatePDFOutput using setAttribute("Name","FormName"). Now using this FormName i am creating input Map. Now the issue, when I passing PDF originally generated in map is showing e...
Hi folksI have a ask to generate PDF file which has blank pdf assembled with main pdf.I had generated main PDF from XDP using OutputService.generatePDFOutput() and received a aemfd document PDF.Now i have DDX file which is like below and I am not what I should be putting in 1st child <PDF source="<N...