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.