Frameworks
React Native
Flutter
Package samples
Cookbook
Version 11
Version 10
Version 9
Version 8
Version 7
Version 6
Version 5
Actions such as annotation creation, editing, form filling, signing, and link following etc. are enabled by default. It is possible to selectively enable parts of such functionality as well as completely disable all interactive features.
To disable PDF editing, such as adding annotations, filling form fields or signing, use ToolManager.setReadOnly(boolean)
.
where toolManager
is the instance of ToolManager
.
To disable all user interaction on PDFViewCtrl
, such as selecting text, selecting annotations, do not associate a ToolManager
with a PDFViewCtrl
. For example, do not use ToolManagerBuilder
to create a ToolManager
object.
To hide all UI widgets that are associated with creation and editing of a particular annotation type, see: Disable annotation creation and editing .
To disable functionality that is not directly tied to annotations, see: Disable functionality .
Did you find this helpful?
Trial setup questions?
Ask experts on DiscordNeed other help?
Contact SupportPricing or product questions?
Contact Sales