Generation of PDF from the AEM pages | Adobe Higher Education
Skip to main content
Umamaheswari_Yakkala
Community Advisor
Community Advisor
July 29, 2019
Beantwortet

Generation of PDF from the AEM pages

  • July 29, 2019
  • 2 Antworten
  • 3071 Ansichten

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

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von 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 Antworten

arunpatidar
Community Advisor
Community Advisor
July 29, 2019
Himanshu_Singhal
Community Advisor
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.