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

  • {{ _("To simply join documents you can leave the page selection empty.") }}
  • {{ _("If you want to insert pages from a document B into the middle of document A, upload A twice selecting first the initial and then the final range separately.") }}
  • {{ _("Storing several pages on one sheet will only work on a per-document basis. If you need to merge pages between documents combine the documents first and then in a second run actually merge pages onto one sheet.") }}
{# An iframe for "swallowing" the return value of a "ajax-style" file upload #} {% endblock %}