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
pdfjsProcessing.renderForms
Not finding the help you need?
Contact Support