Hi,
As we have requirement when we click on the download icon it should get download the current page with styles,js,html and assets on the page.
Could you please share the sample code regarding the above use case and help me on this.
Thanks & Regards,
Kalyan
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
probably you don't need to use some strange functionality but just implement this in front-end stuff.
You can use a javascript framework which allow you to download the page in a pdf format.
E.g. https://codepen.io/AshikNesin/pen/KzgeYX , check into this code that probably could be helpful for your requirement.
Let us know.
Thanks,
Antonio
Views
Replies
Total Likes
Hi
Can you please tell which format u want .
thanks
Views
Replies
Total Likes
You can leverage the page exporter utility[1] and download the page by changing ".html" to ".export.zip"
Views
Replies
Total Likes
I need to download the page in pdf
Views
Replies
Total Likes
Hi,
probably you don't need to use some strange functionality but just implement this in front-end stuff.
You can use a javascript framework which allow you to download the page in a pdf format.
E.g. https://codepen.io/AshikNesin/pen/KzgeYX , check into this code that probably could be helpful for your requirement.
Let us know.
Thanks,
Antonio
Views
Replies
Total Likes
A possible solution to download a PDF: Experiencing Adobe Experience Manager - Day CQ: AEM 61 - Add "Save as PDF" button to the Assets Cons...
Also a similar question was discussed here: Create a PDF out of an AEM page
Views
Replies
Total Likes
Hi
You can check this thread Convert AEM page to PDF
Views
Likes
Replies