{% extends "base.html" %} {% block title %}{% trans %}Screenshot Result{% endtrans %} | OnlineConvert.cc{% endblock %} {% block description %}{% trans %}Your website screenshot is ready to download{% endtrans %}{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %} {% set _rs_hero_type = site.get('hero_bg_type', 'gradient') if site is defined else 'gradient' %} {% set _hero_img = site.get('hero_bg_image', '') if site is defined else '' %} {% set _hero_lcl = (site.get('hero_img_left_color_light', '#1e3a5f') if site is defined) or '#1e3a5f' %} {% set _hero_lcd = (site.get('hero_img_left_color_dark', '#0f172a') if site is defined) or '#0f172a' %}
{% if _rs_hero_type == 'image' %} {% endif %} {% if _rs_hero_type == 'gradient' %}
{% elif _rs_hero_type == 'image' and _hero_img %}
{% endif %}
{% trans %}SCREENSHOT{% endtrans %}

{% trans %}Screenshot Result{% endtrans %}

{% trans %}Your website screenshot is ready. Preview and download below.{% endtrans %}

{% trans %}Screenshot Complete!{% endtrans %}
{% trans %}Your screenshot has been captured successfully{% endtrans %}
{% set fname = screenshot_path.split('/')[-1] %} {% set fext = fname.rsplit('.', 1)[-1]|lower if '.' in fname else 'png' %} {% if fext == 'pdf' %}
{% else %} {% endif %}
{% if fext == 'pdf' %} {% elif fext == 'jpg' or fext == 'jpeg' %} {% elif fext == 'tiff' or fext == 'tif' %} {% else %} {% endif %} {{ fname }} {{ fext }} {% if fext != 'pdf' %} {% endif %}
{% trans %}Take Another Screenshot{% endtrans %}

{% trans %}Save as PDF{% endtrans %}

{% trans %}Convert your screenshot to PDF format{% endtrans %}

{% trans %}Multiple Formats{% endtrans %}

{% trans %}Export as PNG, JPG, PDF or TIFF{% endtrans %}

{% trans %}Custom Resolution{% endtrans %}

{% trans %}Set width, height and zoom level{% endtrans %}

{% trans %}Action completed{% endtrans %}
{% endblock %} {% block footer %} {{ super() }} {% endblock %}