Product teams should be thinking differently about documents.Read blog post.
Anvil Logo
Products
Industries
Resources
Developers

Fill PDFs with Python

A simple API for filling out PDFs from your app. Set up a PDF template and use Python to pass data into the form.
Hero Image

Write Python, receive PDF

Have existing PDF forms? Simply upload them to Anvil to create templates. With our RESTful endpoint, you'll be ready to receive data over API and fill your PDF.

It’s that simple. Take your structured data, develop against it with Python, make the request, and save the response.

PDF_TEMPLATE_EID = "f9eQzbUgCCRVDrd4gt8b"
FILL_DATA = {
  "title": "My PDF Title",
  "fontSize": 10,
  "textColor": "#CC0000",
  "data": {
    "someFieldId": "Hello World!"
  }
}

def main():
  anvil = Anvil(api_key=API_KEY)

  print("Making fill request...")

  with open(FILE_OUTPUT, "wb") as f:
      f.write(res)

Try it now


SOC2 logo
GDPR logo
HIPAA logo
EIDAS logo

Sign up for a live demo

Request a 30-minute live demo today and we'll get in touch shortly. During the meeting our Sales team will help you find the right solution, including:
  • Simplifying data gathering
  • Streamlining document preparation
  • Requesting e-signatures
  • Building and scaling your business
Want to try Anvil first?Sign up for free
Want to try Anvil first?Sign up for free