38 lines
1.3 KiB
Groff
38 lines
1.3 KiB
Groff
.\" SPDX-License-Identifier: GPL-3.0-or-later
|
|
.\" SPDX-FileCopyrightText: 2025 ai-ad4 and the FreePDFEditor contributors
|
|
.TH FREEPDFEDITOR 1 "2025-07-25" "FreePDFEditor 0.1.0" "User Commands"
|
|
.SH NAME
|
|
freepdfeditor \- cross-platform native desktop PDF editor
|
|
.SH SYNOPSIS
|
|
.B freepdfeditor
|
|
.RI [ file ... ]
|
|
.SH DESCRIPTION
|
|
FreePDFEditor is a native desktop PDF editor with a true WYSIWYG interface and
|
|
full content editing: edit existing text with reflow, replace images,
|
|
manipulate vector objects, plus annotations, forms, signatures, and page
|
|
assembly.
|
|
.PP
|
|
Unlike overlay-style editors it parses each page's content stream into a
|
|
semantic model, lets the user manipulate that model directly, and re-emits
|
|
the content stream on save, so the output remains searchable, accessible,
|
|
and copy-pasteable.
|
|
.SH OPTIONS
|
|
.TP
|
|
.BR \-h , " \-\-help"
|
|
Show command-line help and exit.
|
|
.TP
|
|
.BR \-v , " \-\-version"
|
|
Print the application version and exit.
|
|
.SH FILES
|
|
.TP
|
|
.I file
|
|
An optional PDF to open at startup.
|
|
.SH ENVIRONMENT
|
|
The application honours standard Qt environment variables (QT_QPA_PLATFORM,
|
|
QT_SCALE_FACTOR, etc.) and the platform's XDG directories for configuration
|
|
and cache storage.
|
|
.SH BUGS
|
|
Report bugs at <https://gitea.lm.je/ai-ad4/freepdfeditor/issues>.
|
|
.SH SEE ALSO
|
|
The full engineering plan ships with the source under
|
|
.IR docs/plan.md . |