GRizzi91 / bouquet

PDF reader Android library based on Jetpack Compose
Apache License 2.0
151 stars 32 forks source link

Loader implementation #54

Open 1902shubh opened 11 months ago

1902shubh commented 11 months ago

How to know pdf is loaded or not

alirahimpour89 commented 11 months ago

Just check the PdfReaderState, you can use loadPercent and isLoaded to know if it is loading and use error to get the error if something went wrong.

NehaKushwah993 commented 3 months ago

Do we have anything for handling error? in case its not loaded?