aboutsummaryrefslogtreecommitdiffstats
path: root/doc/pdf-form-replace-font.1.txt
diff options
context:
space:
mode:
authorTeddy Wing2021-05-05 01:54:20 +0200
committerTeddy Wing2021-05-05 01:54:20 +0200
commit4cad20a5768d3dad8c4e79f49727416d30b5783e (patch)
tree29d2756a75b013a9e284b176563a7c54dc1e2d3d /doc/pdf-form-replace-font.1.txt
parente6e091be25983f99697288d7f65940c0e07edd33 (diff)
downloadpdf-form-replace-font-4cad20a5768d3dad8c4e79f49727416d30b5783e.tar.bz2
Add man page
Diffstat (limited to 'doc/pdf-form-replace-font.1.txt')
-rw-r--r--doc/pdf-form-replace-font.1.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/pdf-form-replace-font.1.txt b/doc/pdf-form-replace-font.1.txt
new file mode 100644
index 0000000..3ac4b45
--- /dev/null
+++ b/doc/pdf-form-replace-font.1.txt
@@ -0,0 +1,36 @@
+pdf-form-replace-font(1)
+========================
+
+NAME
+----
+pdf-form-replace-font - Replace a font in a PDF form
+
+SYNOPSIS
+--------
+*pdf-form-replace-font* --fill 'original_font' --replace 'replacement_font' [options] ['pdf_file']
+
+DESCRIPTION
+-----------
+Replace a font used in the input PDF's text form fields. If no input path is
+given, the PDF will be read from standard input.
+
+Given a PostScript font name used in text fields in the input PDF, those
+fields will be changed to use the replacement typeface.
+
+OPTIONS
+-------
+-f, --find::
+ PostScript name of the font that will be replaced.
+
+-r, --replace::
+ PostScript name of the replacement font.
+
+-o, --output::
+ The output PDF path. If this option is not given, or if the value is given
+ as "-", the PDF will output to standard output.
+
+-h, --help::
+ Print usage help.
+
+-V, --version::
+ Print the program version.