Skip to main content
Participant
September 30, 2024
Question

Use API to save PDF using passed parameters

  • September 30, 2024
  • 0 replies
  • 154 views

 

The PDF linked to below contains some logic that updates the images/layout within the PDF based on some values entered into a form within the PDF.

 

Example PDF

 

I'd like to know if it's possible to pass this PDF, along with values for the form to the API and have the API return an updated PDF.

 

e.g.

Pass PDF and value 1600 to API. The API returns a PDF tailored to value 1600.

Pass PDF and value 2400 to API. The API returns a PDF tailred to the value 2400.

 

I've not found an obvious way to do this but perhaps I'm missing something?

Or perhaps this is possible with the Node.js SDK?

This topic has been closed for replies.