cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to create PDF files In SAP HCI PI

Former Member
0 Kudos

Hi Experts,

I have two questions.

1) How to create a PDF file using the SAP HCI PI.

2) Is it possible to use third party libraries in SAP HCI , if then how to use it in web and Eclipse

Regards,

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Vijay,

You can just copy paste your libraries to "src.main.resources.library" and add import statement in your groovy script.

Regards,

Sriprasad Shivaram Bhat

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sriprasad,

Thanks for your reply.

Regards,

Vijay

Former Member
0 Kudos

HI Sripad,

Thanks for the reply. If i have used any external libraries how should i refer in SAP HCI. Please tell me how can i achive it

Regads,

Vijay

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Vijay,

Its not possible to create the PDF in standard way ( similar to convertor ) as per my understanding.

From Eclipse Tooling perspective you have to create new package with name "src.main.resources.library" and copy your required jar file. Once jar file is copied ,you can create Groovy/javascript to read the same package similar to any of the java programming language using import statement.

Regards,

Sriprasad Shivaram Bhat