{% extends "base.html" %} {% block title %}Resize PDF - DocuPDF{% endblock %} {% block styles %} {% endblock %} {% block content %}

Resize PDF for Notes

Select PDF File
{% if not subfolders and not pdfs %}

No files found

{% else %} {% for folder in subfolders %}
{{ folder.name }}
{% endfor %} {% for pdf in pdfs %}
{{ pdf.filename }} {% if pdf.persist %} {% endif %}
{% endfor %} {% endif %}
Options
Processing Mode
Background Color
Background Pattern
{% endblock %} {% block scripts %} {% endblock %}