pdfjsProcessing.renderFormsBoolean
(default: false)
Enables form filling capabilities by rendering widgets such as:
- TextBox
- CheckBox
- DropDown
- RadioButton
- Button
Example
<div id="pdfviewer"></div>
<script type="module">
$("#pdfviewer").kendoPDFViewer({
pdfjsProcessing: {
renderForms: true,
file: ""
}
});
</script>
In this article