Viewer PDF embed... or not

Hi, I need to read PDF files in UE4.
An asset data contains the path to the PDF file and I have to look at it in the window.
It may already be possible, but it seems not.
Is it possible now and how?
Thank you.

HARD DIFFICULTY METHOD: you have to recompile the whole source code (9-50gb) via Visual Studio and obtain the green light to PDF read…alternatively, you can setup a virtual PDFJS Server…
FAST METHOD: Save pdf to jpgs (huge amount of size because it’s packed as textures and single images) and coordinate the sequence as arrays.
MEDIUM DIFFICULTY METHOD: convert to html5 and make it read to CEF…

1 Like