Display a PDF into the iPad

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
JosepM
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 344
Joined: Tue Jul 20, 2010 12:40 pm

Display a PDF into the iPad

Post by JosepM »

Hi,

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

Salut,
Josep
jstarkman
Posts: 47
Joined: Wed Mar 16, 2011 4:39 am

Re: Display a PDF into the iPad

Post 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
JosepM
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 344
Joined: Tue Jul 20, 2010 12:40 pm

Re: Display a PDF into the iPad

Post by JosepM »

Thanks.
Post Reply