How to export PDF using UE4

We are developing a Kiosk App using Unreal engine 4.19. There is functionality for creating PDF. I couldn’t find any plugin for creating PDF.

I also have tried creating dll using c# which uses the iText sharp library. I am able to call the normal function of dll using c++ code but not able to call the function which uses iText sharp library.

I am stuck in this for a while. Please help.

I need this, If you found the solution please share it with us
Thank you

Hi, I think I have solution. For now it become possible with my plugin:

You can use this for 5.1 and up.
It can create PDF files with selectable text, image and line supports.