{% extends "base.html" %} {% block content %}

{{ _("Welcome to pdfserver") }}

{{ _("Upload PDF files, drag them into the right order and recombine pages.") }}

{% include 'uploads.html' %}
{{ _("Name") }} {{ _("Size") }} {{ _("Pages") }} {{ _("Optionally select pages (e.g. '1-4, 6, 19-')") }}
{{ _("Pages per sheet") }}
1
2
4
6
9
16
{{ _("Rotate clockwise by") }}

90°
180°
270°
{{ _("Insert watermark (e.g. 'DRAFT')") }}

{{ _("Hints") }}

{# An iframe for "swallowing" the return value of a "ajax-style" file upload #} {% endblock %}