Generation of PDF from the AEM pages | Community
Skip to main content
Umamaheswari_Yakkala
Community Advisor
Community Advisor
July 29, 2019
Solved

Generation of PDF from the AEM pages

  • July 29, 2019
  • 2 replies
  • 3071 views

Hi Team,

we have a requirement to convert pages to pdf we are exploring all the options. 

One we are thinking to try this Creating PDF output in Adobe CQ . Have couple of doubts on this is this feasible/what challenges we will see/is this best approach to do etc.

Thanks

Uma

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Himanshu_Singhal

If you wanna create custom pdf page and don't want to render exact html page in pdf format, in that case, you can use PDF APIs e.g. Apache PDFBox

We once had a requirement to create custom PDF out of page and not the exactly as page look and for that we utilised the Apache PDFBox API.
I can also share custom code if you need it for reference.

2 replies

Himanshu_Singhal
Community Advisor
Himanshu_SinghalCommunity AdvisorAccepted solution
Community Advisor
July 29, 2019

If you wanna create custom pdf page and don't want to render exact html page in pdf format, in that case, you can use PDF APIs e.g. Apache PDFBox

We once had a requirement to create custom PDF out of page and not the exactly as page look and for that we utilised the Apache PDFBox API.
I can also share custom code if you need it for reference.