{% extends "nopaque.html.j2" %} {% set main_class = 'file-setup-color lighten' %} {% block page_content %}

 

 

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() }}
{{ M.render_field(add_job_form.title, data_length='32', material_icon='title') }}
{{ M.render_field(add_job_form.description, data_length='255', material_icon='description') }}
{{ M.render_field(add_job_form.files, accept='image/jpeg, image/png, image/tiff', color=file_setup_color_darken, placeholder='Choose your .jpeg, .png or .tiff files') }}
{{ M.render_field(add_job_form.version, material_icon='apps') }}
{{ M.render_field(add_job_form.submit, color=file_setup_color_darken, material_icon='send') }}
{% endblock %}