I am a newbie in using Ballerina and like to generate pdf files on server side for providing it to the client. Is there a library or a smart way to do that in Ballerina?
Asked
Active
Viewed 101 times
1 Answers
0
Unfortunately Ballerina does not have a such module so far. It would be great if one could implement one and contribute to Ballerina Central.
You can use Ballerina interop to integrate with existing Java library. You can read more about Ballerina interop in this article

Tharik Kanaka
- 2,490
- 6
- 31
- 54