{% 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…" %}



{% trans "Upload custom background" %}

{% blocktrans trimmed %} After you changed the page size, you need to create a new empty background. If you want to use a custom background, it already needs to have the correct size. {% endblocktrans %}








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










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

{% trans "Show available placeholders" %}

{% trans "Add a new object" %}
{% csrf_token %}
{% 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 %}