-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f29a9d
commit a6f206a
Showing
3 changed files
with
175 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,9 @@ | ||
# Using the QPDF AppImage bundle (for Linux x86_64 systems only) | ||
|
||
First advice: | ||
Tips: | ||
|
||
- After downloading, you have to set the executable bit for any AppImage (for security reasons | ||
this is disabled by default): `chmod +x <name-of-application>.AppImage` | ||
* After downloading, you have to set the executable bit for any AppImage (for security reasons this is disabled by default): `chmod +x <name-of-application>.AppImage` | ||
|
||
- Run the QPDF AppImage with the '--usage' parameter to start learning some useful details about | ||
built-in features of this specific AppImage. | ||
* Run the QPDF AppImage with the `--ai-usage` parameter to start learning some useful details about built-in features of this specific AppImage. | ||
|
||
|
||
More tips: | ||
|
||
- You can rename the AppImage to any name allowed for file names on Linux. The '.AppImage' suffix | ||
is not required for it to function. It will also work as expected if you invoke it from a | ||
symlink. Using 'qpdf' as its filename or symlink name is OK. However, you may want to continue | ||
using the QPDF package provided by your system's package manager side by side with the AppImage | ||
bundle: in this case it is recommended to use 'qpdf.ai' as a short name for (or as the symlink | ||
name to) the qpdf-<version>.AppImage. | ||
|
||
- [...more tips to come... work in progress...] | ||
* You can rename the AppImage to any name allowed for file names on Linux. The `.AppImage` suffix is not required for it to function. It will also work as expected if you invoke it from a symlink. Using `qpdf` as its filename or symlink name is OK. However, you may want to continue using the QPDF package provided by your system's package manager side by side with the AppImage bundle: in this case it is recommended to use `qpdf.ai` as a short name for (or as the symlink name to) the qpdf-<version>.AppImage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.