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
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
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
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
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
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
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