この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
Hi
Can you please tell which format u want .
thanks
表示
返信
いいね!の合計
You can leverage the page exporter utility[1] and download the page by changing ".html" to ".export.zip"
表示
返信
いいね!の合計
I need to download the page in pdf
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計
Hi
You can check this thread Convert AEM page to PDF