Template editors usually sit in an admin panel that only your team can reach. A customer wants their delivery note changed, so they email support, support writes a ticket, a developer edits a layout file, and the change ships with the next release. The customer waited two weeks for a moved logo.
PDF Generator API inverts that. Design the starting templates once, then open the editor inside your product and let each customer adjust their own copy. Call POST /templates/{templateId}/editor and you get back a unique URL that already carries the authentication. Drop it into an iframe, or redirect the user to it. They edit, they save, and the next document your application generates uses their version.

