{% 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 "Uploading new PDF background…" %}
{% 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…" %}
{% 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 %}