16 lines
562 B
Desktop File
16 lines
562 B
Desktop File
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: 2025 ai-ad4 and the FreePDFEditor contributors
|
|
[Desktop Entry]
|
|
Type=Application
|
|
Name=FreePDFEditor
|
|
GenericName=PDF Editor
|
|
Comment=Edit text, images, vectors, annotations and forms in PDF documents
|
|
Comment[de]=Text, Bilder, Vektoren, Anmerkungen und Formulare in PDF-Dokumenten bearbeiten
|
|
Exec=freepdfeditor %U
|
|
Icon=freepdfeditor
|
|
Terminal=false
|
|
Categories=Graphics;Office;Viewer;
|
|
Keywords=pdf;editor;annotate;form;sign;
|
|
MimeType=application/pdf;
|
|
StartupNotify=true
|
|
StartupWMClass=FreePDFEditor |