Skip to main content

Government & Travel Seals

Border stamps, machine-readable visas and the marks that let a document cross a frontier. Each is a component invoked with parameters — dates, ports and holder details change per instance — and renders as native vector in both PDF and DOCX.

Features used: SVG, Composition, Data Binding, Columns, Fonts, Styles

The seals on this page

Each seal is a component: invoke it by name inside any svg block and pass parameters where the design exposes them.

Heraldic Registry

Civil records office — shape: classic rings.

{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "registry-heraldic-seal",
"width": 132,
"height": 132
}
}
]
}
}

Vital Records Register

Civil marriage register — shape: toothed, scalloped & rayed edges.

Parameters: date · reg

Seen in a real document: Certificate of Marriage

{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "vital-records-seal",
"width": 132,
"height": 132,
"params": {
"date": "16 MAY 2026",
"reg": "REG. VR-MRG-0037418"
}
}
}
]
}
}

Apostille

International authentication — shape: classic rings.

{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "apostille-seal",
"width": 132,
"height": 132
}
}
]
}
}

Customs Entry

Passport admission oval — shape: rectangles, ovals & cards.

Parameters: date · port

Seen in a real document: Immigration Notice (VR-94 record)

{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "customs-entry-stamp",
"width": 132,
"height": 132,
"params": {
"date": "29 JUL 2026",
"port": "PORT OF MERIDIAN CITY · V-114"
}
}
}
]
}
}

Electronic Visa

MRV vignette with MRZ — shape: rectangles, ovals & cards.

Parameters: type · validity · name · docno · mrz1 · mrz2

{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "evisa-seal",
"width": 132,
"height": 132,
"params": {
"type": "C · SHORT STAY · MULTIPLE",
"validity": "29 JUL 2026 — 28 JAN 2027",
"name": "NGUYEN, LAN THI",
"docno": "L8988901",
"mrz1": "V<VRDNGUYEN<<LAN<THI<<<<<<<<<<<<<<<<<<<<<<<<",
"mrz2": "L8988901<2VRD7501012F2701286<<<<<<<<<<<<<<<<"
}
}
}
]
}
}

ePassport Chip

Biometric document mark — shape: classic rings.

{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "epassport-chip-seal",
"width": 132,
"height": 132
}
}
]
}
}

Border Exit

Departure rectangle — shape: rectangles, ovals & cards.

Parameters: date · port

{
"svg": {
"viewBox": [
132,
132
],
"children": [
{
"use": {
"name": "border-exit-stamp",
"width": 132,
"height": 132,
"params": {
"date": "29 JUL 2026",
"port": "MERIDIAN INTL AIRPORT · V-201"
}
}
}
]
}
}