How Select Text

How to select text from viewer

@abdllahmohmd,

If you want to select text from the viewer, like when clicking and holding(mouse left click) on a regular document, that functionality does not work.

You have to use the “Copy Text” function implemented in several demos, where you allow or block the ability to copy text, or you can copy the whole page.

To do this, you need the Search plugin enabled. Also, in the Config object for the respective format(not all formats have the option to “Copy Text”), you will see a boolean variable “AllowCopy”. You need to set its value to true.