Interface: BuildInput

PSPDFKit.BuildInput

Represents a processing input referenced by PSPDFKit.BuildInstructions that needs to be uploaded with the processing request.

Properties:
Name Type Description
name string

Name of the input, used to reference the input in PSPDFKit.BuildInstructions

content ArrayBuffer | Blob

Content of the input that will be uploaded to the backend for processing.