{% extends "pdf_base.html" %}
{% block title %}Merge History - OJHunt Lite{% endblock %}
{% block pdf_content %}
Merge Two PDF Reports
Combine the history from two OJHunt Lite PDF reports into one
Useful when you have history spread across multiple PDFs — for example, if you've been using
two different devices, or you want to combine a
legacy history PDF with your current OJHunt Lite report.
How it works: Both PDFs' history entries are merged. For days present in
both, the entry with the higher solved count is kept. Crawler settings and username come
from PDF A.
{% if error %}
{{ error }}
{% endif %}
Store the merged PDF on your own device — don't rely on browser storage,
which can be cleared at any time. To continue tracking progress, upload the merged PDF on
the home page before your next query session.