DImuthuUpe / AndroidPdfViewer

Android view for displaying PDFs rendered with PdfiumAndroid
Apache License 2.0
8.05k stars 1.85k forks source link

Is there any integration features for Jetpack Compose? #1158

Open abircse opened 10 months ago

abircse commented 10 months ago

Thanks in advance.

MarcelReiter commented 10 months ago

Dupllicate of https://github.com/barteksc/AndroidPdfViewer/issues/1137

abircse commented 10 months ago

Thanks & please update readme with androidview use process.

hodakl099 commented 6 months ago

@abircse have you found any solution to integrate it in jetpack compose, if no is there an alternative solution you found ?

abircse commented 6 months ago

@abircse have you found any solution to integrate it in jetpack compose, if no is there an alternative solution you found ?

Not yet. you can use a AndroidView-Bridge (According to replay on here), but didn’t try it yet.

You can find alternative library for direct compose integration.

thanks