baileyje / dm-pdfview

A drop in PDF view with zoom, page jumping and thumbnails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status when PDF file has loaded

bguidolim opened this issue · comments

Hello!
You made a great work with it, thank you.

I want to know: is there any way to know when the pdf file has been loaded?

Thank you,
Bruno

Bruno-

Thanks for the interest. I can certainly add support for knowing when the
initial load is done. The library is very cautious about only rendering a
limited number of pages at a time to keep memory usage low. It could
certainly provide a callback when the initial load is complete, which will
be a good indication of when to dismiss alerts or to make the view visible.
Look for something soon.

Thanks,
John

On Fri, May 23, 2014 at 3:15 PM, Bruno Guidolim notifications@github.comwrote:

Hello!
You made a great work with it, thank you.

I want to know: is there any way to know when the pdf file has been loaded?

Thank you,
Bruno


Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.