How open a PDF file from User Interface?

Hello
Is there a way to show a PDF file inside or outside the game?
I want to put a button inside the user interface which will open a PDF file.
The PDF file is the manual and the wiki of the game with more than 100 pages
I choose pdf because it is easy to print

I created two plugins to read and write PDF files from Unreal Engine in runtime. You can find details from here.

i cannot use ue5 yet, i am using ue4

If you have visual studio, just copy codes to an UE4 plugin library. It will work. Because most codes don’t use UE APIs and the used ones haven’t changed.

But I can’t maintain both version. So, I won’t create an UE4 one.

thank you, i will try