{% extends "base.html" %} {% set tool_id = fileformat|lower %} {% set _page_id = normalize_page_id(filetype=filetype, fileformat=fileformat) %} {% set meta = tool_meta[tool_id] if tool_meta is defined and tool_id in tool_meta else {"title": tool_id|replace("-"," ")|title, "desc": "", "icon": "fa-file-pdf", "accept": ".pdf", "multi": false, "category": "tools"} %} {% block title %}{{ meta.title }} - {% trans %}Free Online PDF Tool{% endtrans %} | OnlineConvert.cc{% endblock %} {% block description %}{{ meta.desc }}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block header_menu %}
{% trans %}Drag files here or click to upload{% endtrans %}
{{ meta.desc }}
{% trans %}Choose file{% endtrans %}{% if meta.multi %}{% trans %}Multiple files supported{% endtrans %} · {% endif %}{{ meta.accept }}