How to open a PDF using Totalcross?

2

In my application made in Totalcross, I make a REST call and it returns a byte[] where I convert to a pdf and save it to a specific directory inside the device. In this flow, everything is ok.

My need is .. within the application, I need to open the PDF or suggest to the user to open with some specific application as it is done for example in Android using Intent: link

Is there any way to suggest the user or open the PDF through my application?

    
asked by anonymous 09.10.2017 / 19:29

0 answers