Document Generation

Creating fillable PDF templates, configuring scripts, and managing document delivery.

Every client-deliverable document in ConcordLink is a fillable PDF assembled from one or more page templates. ConcordLink fills the PDF fields at render time using a script you configure on the document template. Documents can be rendered for both physical (print/mail via Nordis) and digital (portal, email, SMS) delivery.

Overview

The general workflow for creating a document is:

  1. Design your fillable PDF page(s) in Adobe Acrobat.
  2. Upload the page(s) as Page Templates in ConcordLink.
  3. Create a Document Template in ConcordLink that assembles the pages.
  4. Write a script to map obligation or payment data into the PDF fields.
  5. Test by rendering a document via the ConcordLink API.

Document checklist

RequirementDetails
Page templatesAll page templates must be single-page PDFs.
Physical document page countTotal page count for physical documents must be even.
Address blockPage 1 (physical) must have the address block.
Mailing address fieldMust be disabled on physical pages.
Currency valuesMust use a formatter.

Notes and known limitations

LimitationWorkaround
Rich text/inline formattingConcordLink does not support bold, italic, or underline within a single field value. Use separate label and value fields side by side if needed.
Paragraph-level formattingA dedicated field with its font color set in Acrobat is required for colored headings. You cannot change color mid-field from the script.
Settings that cannot be changed after creationDocument template key and context (obligation vs. payment). If you set these incorrectly, delete the template and start over.

Back to: Administrator Tasks and Actions