Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
When opening that PDF document in the API, I see the following error:
When the API detects unsuppported form fields, this dialog appears on the rendered PDF. So, this is likely the issue.
From the documentation (see below):
In the current version, following form fields are unsupported:
XFA forms
Digital Signature fields.
Barcode fields.
File picker text field
RTF (rich text) text field
Fields containing JavaScript or any kind of calculation and validation
Text field and drop downs with some special and custom formats
PDF Actions that includes button Submit scenarios (only button viewing is supported)
Here is the relavent documentation page link: https://opensource.adobe.com/pdfembed-sdk-docs/howtos_ui.html#forms-handling
Copy link to clipboard
Copied
There are also Digital Signature fields on the document. The error is probably related to those fields and not related to the checkboxes issue. We'll still take a look at the documentation.