straight forward forward way to display pdfs in engine

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By InsidiousRain
:warning: Old Version Published before Godot 3 was released.

Im currently trying to write android app. note: not a game. just for trial purposes currently. I need to be able to display a pdf …preferably with the app its self. Is there a straight forward way of doing this. I know there are android libraries in java that can do this, but I’d prefer to do it within Godot. Any and all suggestions and ideas will be appreciated.

Sam.

There is no way to do this currently.
If you want that you’ll have to add this function yourself with C++ modules and a PDF library.

Zylann | 2016-04-30 02:10

Yeah that was kind of my surmation as well…I can open in external. But would prefer in app…but that means a whole lot more work for me …sigh haha

InsidiousRain | 2016-04-30 02:35