Visible signature appearances
This library exists to support cases where a PDF needs a predictable visible appearance:
- signature labels,
- approval stamps,
- overlay annotations,
- status blocks,
- other compact PDF decorations.
Why this matters
PDF pipelines usually need stable layout more than browser-grade rendering. xobject-template keeps the surface area small so the output is easier to test and reason about.
Typical flow
- Build a
CompileRequest. - Pass HTML, dimensions, and context to
XObjectTemplateCompiler. - Consume the generated
contentStream,resources, andbboxin downstream PDF tooling.