MindevPDFViewer icon indicating copy to clipboard operation
MindevPDFViewer copied to clipboard

This is pdf viewer library

Results 5 MindevPDFViewer issues
Sort by recently updated
recently updated
newest added

- Given the user an option to update the view - Given the user to set an orientation by their choice

When showing pdf file it is failed to show some pages as it is unable to render some pages after scrolling many times it loads that missing page of pdf...

At first, it successfully loaded the PDF files, but after several times it quits unexpectedly, I am trying to replicate it again to get the logcat. On the other hand,...

bug

Hi, I am using the sample code provided: override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) val url = "https://gahp.net/wp-content/uploads/2017/09/sample.pdf" pdf.initializePDFDownloader(url, statusListener) lifecycle.addObserver(PdfScope()) } override fun onDestroy() { pdf.pdfRendererCore?.clear() super.onDestroy() }...

It does not support of device rotation. The activity/fragment is recreated, then we can get both last page position and file path, to set to the `MindevPDFViewer` when the onSaveInstanceState...

bug