40 lines
1.7 KiB
XML
40 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
SPDX-License-Identifier: GPL-3.0-or-later
|
|
SPDX-FileCopyrightText: 2025 ai-ad4 and the FreePDFEditor contributors
|
|
-->
|
|
<component type="desktop-application">
|
|
<id>org.freepdfeditor.FreePDFEditor</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-3.0-or-later</project_license>
|
|
<name>FreePDFEditor</name>
|
|
<summary>Cross-platform native desktop PDF editor with full content editing</summary>
|
|
<description>
|
|
<p>
|
|
FreePDFEditor is a native desktop PDF editor that edits existing text with
|
|
reflow, replaces images, manipulates vector objects, and adds annotations,
|
|
forms, signatures, and page assembly. Unlike overlay-style editors it
|
|
parses the content stream into a semantic model and re-emits it on save,
|
|
so the output remains searchable, accessible and copy-pasteable.
|
|
</p>
|
|
</description>
|
|
<launchable type="desktop-id">freepdfeditor.desktop</launchable>
|
|
<url type="homepage">https://gitea.lm.je/ai-ad4/freepdfeditor</url>
|
|
<url type="bugtracker">https://gitea.lm.je/ai-ad4/freepdfeditor/issues</url>
|
|
<url type="help">https://gitea.lm.je/ai-ad4/freepdfeditor/src/branch/main/docs/plan.md</url>
|
|
<provides>
|
|
<binary>freepdfeditor</binary>
|
|
</provides>
|
|
<releases>
|
|
<release version="0.1.0" date="2025-07-25">
|
|
<description><p>Pre-M0 repository scaffold.</p></description>
|
|
</release>
|
|
</releases>
|
|
<content_rating type="oars-1.1">
|
|
<content_attribute id="social-location">none</content_attribute>
|
|
<content_attribute id="social-info">none</content_attribute>
|
|
</content_rating>
|
|
<requires>
|
|
<display_length compare="ge">800</display_length>
|
|
</requires>
|
|
</component> |