J2ME « PDF file « Java I/O Q&A





1. Is it possible to run pdf file from J2ME    stackoverflow.com

There is a pdf file in a web server. Accessible from, let's say: http://domain-name/files/test.pdf Is there a way to call a function to open this pdf file from the default pdf ...

2. How to open pdf file from J2ME Application?    stackoverflow.com

We are developing one J2ME Application and we need to open usermanual.pdf file which stored locally. I already use below code which download pdf file from internet and open it in browser ...