pvginkel / PdfiumViewer

PDF viewer based on Google's PDFium.
Apache License 2.0
972 stars 418 forks source link

Support text selection #172

Open sschim opened 6 years ago

sschim commented 6 years ago

Support selecting and copying text using the mouse cursor. PdfRenderer has a new CursorMode property to control whether to use panning or text selection.

PdfiumViewer.Demo contains a sample implementation of a right click menu. This is not implemented in PdfViewer / PdfRenderer because of localization, but it's easy to add.

PdfFile now caches the PageData for the current page so it doesn't have to reload and destroy the page data on every mouse move.

gazickil commented 5 years ago

Hi are you guys going to approve this change? I tested it and it works, would like to have this feature in next release.