Expand my Community achievements bar.

SOLVED

Html to pdf by OutputService

Avatar

Level 1

Hi,

I am working on AEM Bundle where I need to convert Html data to pdf format with OSGI service like Output service. I need help.

Thank you.

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

If you just want to achieve the HTML to pdf conversion you may use PDF Generator Service. Please refer below document :

AEM 6.1 Forms Help | Using AEM Document Services Programmatically

Adobe Experience Manager Help | Install and configure PDF Generator

View solution in original post

6 Replies

Avatar

Level 10

Do you AEM Document Services licensed? This is separate from AEM Sites.

Avatar

Level 1

Yes, our team is working with AEM and licenced. We are calling rest API calls through AEM OSGI Bundle. In bundle, I need to generate pdf file from html content.

Avatar

Employee Advisor

Hi,

What kind of help is required, please elaborate.

Avatar

Level 1

Hi,

I am going to generate pdf file from html content in AEM Bundle with java. Currently, we are using OSGI output service to generate pdf from xml and xdp file. But we have also html data that we need to convert pdf.

Avatar

Correct answer by
Employee Advisor

If you just want to achieve the HTML to pdf conversion you may use PDF Generator Service. Please refer below document :

AEM 6.1 Forms Help | Using AEM Document Services Programmatically

Adobe Experience Manager Help | Install and configure PDF Generator