Metainformationen zur Seite
  •  

Dies ist eine alte Version des Dokuments!


PDF-Druckvorlagen

JSON-Schema für ein Ordner-Etikett

{
  "meta": {
    "title": "{{folder_name}}",
    "author": "{{first_name}} {{last_name}}",
    "subject": "Ordner-Etikett",
    "keywords": "{{keywords}}"
  },
  "page": {
    "size": "A7",
    "orientation": "P",
    "margin": {
      "top": 20,
      "bottom": 20,
      "left": 15,
      "right": 15
    }
  },
  "header": {
    "enabled": true,
    "height": 15,
    "content": "Musterfirma GmbH – {{date}}",
    "font": "helvetica",
    "font_size": 10,
    "style": "B",
    "align": "C"
  },
  "footer": {
    "enabled": true,
    "height": 15,
    "content": "Seite {{page_no}} von {{total_pages}}",
    "font": "helvetica",
    "font_size": 8,
    "style": "I",
    "align": "C"
  },
  "elements": [
    {
      "type": "text",
      "x": 20,
      "y": 40,
      "width": 170,
      "font": "helvetica",
      "font_size": 14,
      "style": "B",
      "align": "L",
      "multiline": false,
      "content": "{{title}}"
    },
    {
      "type": "text",
      "x": 20,
      "y": 50,
      "width": 170,
      "font": "helvetica",
      "font_size": 12,
      "style": "",
      "align": "L",
      "multiline": false,
      "content": "{{description}}"
    },    
    {
      "type": "text",
      "x": 20,
      "y": 60,
      "width": 100,
      "font": "helvetica",
      "font_size": 12,
      "style": "",
      "align": "L",
      "multiline": false,
      "content": "Datum: {{date}}"
    },
    {
      "type": "line",
      "x1": 20,
      "y1": 55,
      "x2": 190,
      "y2": 55,
      "style": {
        "width": 0.3,
        "color": [0, 0, 0]
      }
    }
  ]
}