{% extends "public/templates/public_template.html" %} {% block title %}Watermark Form{% endblock %} {% block main %}

REPUBLISH A TITLE

Here you can upload a file that will be republished to Library Genesis. We take care of the whole process of republishing. Your book should not have watermarks. They will not be removed.

We will also create a uploaders signature, read more about it here! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please contact me directly!

UPLOAD THE FILE

WATERMARK






Agree with the T&C

Books Requested

Fill a form to request a book

{% for book in books %}

{{ book['title'] }}

{{ book['author'] }}

{{ book['publisher'] }}

{{ book['year'] }}

{{ book['extention'] }}

{% endfor %}
{% endblock %} {% block script %} {% endblock %}