{% block stylesheets %}{% endblock %} {% block head %}{% endblock %}
{% block page %}
rsnaps
Detect devices
–Device–
{% for device in devices %}
{{ device[2] }}
{% endfor %}
{% for coll in collection_choices %}
{{ coll }}
{% endfor %}
DELETE
{% if device_id %}
Settings
for next snaps ⓘ
Start new collection
ⓘ
{% for p_s in paper_sizes %}
{{ p_s }}
{% endfor %}
Mode
ⓘ
{% for mode_ in modes %}
{{ mode_ }}
{% endfor %}
Resolution
ⓘ
{% for resolution_ in resolutions %}
{{ resolution_ }}
{% endfor %}
Next (duplex) page number
ⓘ
Target
(if not duplex) ⓘ
a
(front pages)
increase page number by 1
b
(back pages)
decrease page number by 1
Existing images will be overwritten!
{% endif %}
{% for name in images %}
{{ name }}
{% if mode == 'Color' %}
{% else %}
{% endif %}
{{ resolution }}
dpi
❌
{% endfor %}
{% if device_id %} {% for source_ in sources %}
{% if source_ == 'Automatic Document Feeder' %}ADF{% else %}{{ source_ }}{% endif %}
{% endfor %}
Lossy
Rotate pages 180°
Delete pages
Create PDF
PDF+OCR
{% endif %}
{% endblock %}
{% block scripts %}{% endblock %}