Re: Displaying mixed text and images in iOS app

2015-12-27 Thread Richard Miller
Hi Todd, Thanks for that information. Looks like displaying our PDFs in a simple browser object works fine. It's easy to convert the word docs over to PDF, and they seem to be displaying perfectly. The PDFs appear seamlessly in the app. We have no need for editing of these documents once they

Re: Displaying mixed text and images in iOS app

2015-12-26 Thread Todd Fabacher
Hi Richard, We had the same issue, but we needed to actually edit the documents. If you just need to display, HTML is the way to go. I suggest you use Base64 to put the image in the HTML so there are no possible broken links. It is easy to do. Plus, the HTML proved to be more flexible for mobile d

Re: Displaying mixed text and images in iOS app

2015-12-25 Thread Monte Goulding
mergReader has more features like bookmarks and thumbnails. mergDoc is the standard iOS way to present a document so it's the same as what you see when you open a document in mail etc. Sent from my iPhone > On 26 Dec 2015, at 11:45 am, Richard Miller wrote: > > Is there an advantage in using

Re: Displaying mixed text and images in iOS app

2015-12-25 Thread Richard Miller
Monte, Is there an advantage in using one over the other? It is equally easy for me to save the documents in Word or PDF format. I'm looking for the most elegant, seamless method for displaying these docs in my app. Thanks, Richard Sent from my iPhone > On Dec 25, 2015, at 3:24 PM, Monte Gou

Re: Displaying mixed text and images in iOS app

2015-12-25 Thread Monte Goulding
You could display Word, PDF (any file format the device can normally display) using mergDoc or PDF using mergReader. See mergext.com Cheers Monte Sent from my iPhone > On 26 Dec 2015, at 3:54 am, Richard Miller wrote: > > Should I look at displaying PDFs? If so, will this approach give the

Re: Displaying mixed text and images in iOS app

2015-12-25 Thread Earthednet-wp
Richard, I haven't done this, but it is pretty clear that since word can save to PDF, if livecode can display PDFs efficiently, that's going to be your most efficient and flexible approach. You do the formatting in Word, then export the doc to PDF. You might also try displaying the PDF in a brow

Displaying mixed text and images in iOS app

2015-12-25 Thread Richard Miller
I am building an iOS app in which I need to display numerous (upwards of 50) documents that contain mixed text and images. A typical doc would be about three legal pages long and might contain 5–6 small images interspersed among the text. Basically, Word documents. When displaying each doc, I w