{% extends "nopaque.html.j2" %} {% import 'materialize/wtf.html.j2' as wtf %} {% from '_constants.html.j2' import COLORS %} {% set scheme_color = COLORS.file_setup_darken %} {% block nav_content %} {% include 'services/_nav_content.html.j2' %} {% endblock nav_content %} {% block main_attribs %} class="file-setup-color lighten"{% endblock main_attribs %} {% block page_content %}

 

{{ title }}

 

 

layersMerge process

nopaque converts and merges your files in its cloud infrastructure to facilitate further processing and the application of other services. You only have to number your files in the correct order to receive a PDF file.

Submit a job

{{ add_job_form.hidden_tag() }}
{{ wtf.render_field(add_job_form.title, data_length='32', material_icon='title') }}
{{ wtf.render_field(add_job_form.description, data_length='255', material_icon='description') }}
{{ wtf.render_field(add_job_form.files, accept='image/jpeg, image/png, image/tiff', placeholder='Choose your .jpeg, .png or .tiff files') }}
{{ wtf.render_field(add_job_form.version, material_icon='apps') }}
{{ wtf.render_field(add_job_form.submit, material_icon='send') }}
{% endblock %}