1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014-2018 Armin Straub <mail@arminstraub.com> -->
<component>
<id>com.arminstraub.krop</id>
<launchable type="desktop-id">com.arminstraub.krop.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>krop</name>
<summary>A tool to crop PDF files</summary>
<description>
<p>
krop is a simple graphical tool to crop the pages of PDF files.
</p>
<p>
It is written in Python and relies on PyQT, python-poppler-qt5 and PyPDF2 for its functionality.
</p>
<p>
A unique feature of krop is its ability to automatically split pages into subpages to fit the limited screen size of devices such as eReaders. This is particularly useful, if your eReader does not support convenient scrolling.
</p>
</description>
<keywords>
<keyword>pdf</keyword>
<keyword>crop</keyword>
<keyword>rotate</keyword>
<keyword>ereader</keyword>
</keywords>
<screenshots>
<screenshot type="default">
<image type="source" width="1024" height="576">http://arminstraub.com/images/krop/screenshot-appdata.png</image>
</screenshot>
</screenshots>
<url type="homepage">http://arminstraub.com/software/krop</url>
<url type="bugtracker">https://github.com/arminstraub/krop/issues</url>
<update_contact>mail@arminstraub.com</update_contact>
</component>
|