{% extends "pretixcontrol/event/base.html" %} {% load i18n %} {% load static %} {% load compress %} {% block title %}{% trans "PDF Editor" %}{% endblock %} {% block custom_header %} {{ block.super }} {% compress css %} {% endcompress %} {% endblock %} {% block content %}

{% trans "PDF Editor" %} {% if title %} {{ title }} {% endif %}

{% trans "Editor" %}
{% blocktrans trimmed %} This feature is only intended for advanced users. We recommend to only use it to copy and share ticket designs, not to modify the design source code. {% endblocktrans %}

{% trans "Uploading new PDF background…" %}

{% trans "Welcome to the PDF ticket editor!" %}

{% blocktrans trimmed %} This editor allows you to create a design for the PDF tickets of your event. You can upload a background PDF and then use this tool to place texts and a QR code on the ticket. {% endblocktrans %}

 

{% blocktrans trimmed %} Please note that the editor can only provide a rough preview. Some details, for example in text rendering, might look slightly different in the final tickets. You can use the "Preview" button on the right for a more precise preview. {% endblocktrans %}

 

{% blocktrans trimmed %} The editor is tested with recent versions of Google Chrome, Mozilla Firefox and Opera. Other browsers, especially Internet Explorer or Microsoft Edge, might have problems displaying your background PDF or loading the correct fonts. {% endblocktrans %}

 

{% trans "Loading…" %}

{% trans "Loading…" %}
{% if name %}

{% endif %}


{% blocktrans trimmed %} You can upload a PDF to use as a custom background. The paper size will match the PDF. {% endblocktrans %}

{% trans "Upload PDF as background" %}

{% trans "Download current background" %}

{% blocktrans trimmed %} To manually change the paper size, you need to create a new, empty background. {% endblocktrans %}






{% for l in request.event.settings.locales %} {% endfor %}

{% trans "Show available placeholders" %}









{% trans "Required for consistent size across platforms. Supported on Android starting with pretixPRINT 2.3.3 and on Desktop with pretixSCAN 1.9.3." %}








{% trans "Add a new object" %}
{% csrf_token %}

 

{% blocktrans trimmed with print_version="2.18" scan_version="1.22" %} This layout uses new features. If you print from your device, make sure you use pretixPRINT version {{ print_version }} (or newer) or pretixSCAN Desktop version {{ scan_version }} (or newer). {% endblocktrans %}
{% for family, styles in fonts.items %} {% for style, formats in styles.items %} {% if "sample" not in style %} giItT1WQy@!-/# {% if "sample" in styles %}{{ styles.sample }}{% endif %} {% endif %} {% endfor %} {% endfor %} {% endblock %}