Mark fields
This documentation provides an example of how to use the FileforgeClient to mark form fields in a PDF document. This endpoint returns modified version of the PDF you submit with form fields marked with a green border, and hover text showing the field name.
Prerequisites
Ensure you have the following:
- An API key for Fileforge as an environment variable: process.env.FILEFORGE_API_KEY
- Node.js and npm installed.
- The Fileforge Client installed.