Page 1 of 1

Display a PDF into the iPad

Posted: Thu Feb 17, 2011 8:03 pm
by JosepM
Hi,

I need to open a PDF into the iPad app and navigate from. any way?

Salut,
Josep

Re: Display a PDF into the iPad

Posted: Thu Apr 07, 2011 3:21 am
by jstarkman
Josep,

You can load a PDF as if it was an http address in the browser object. Refer to the browser sample delivered with LC, and for the URL (for a local file) use file:// plus the file path.

Joel

Re: Display a PDF into the iPad

Posted: Thu Apr 07, 2011 7:34 am
by JosepM
Thanks.