aboutsummaryrefslogtreecommitdiffstats
path: root/doc/pdf-form-replace-font2.1.txt
blob: 7a114d05f6b6f9f35dbddb8cd586f1459da9de2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
pdf-form-replace-font2(1)
=========================

NAME
----
pdf-form-replace-font2 - Replace a font in a PDF form

SYNOPSIS
--------
*pdf-form-replace-font2* --fill 'original_font' --replace 'replacement_font' [options] ['pdf_file']

DESCRIPTION
-----------
Replace a font used in the input PDF's form fields. If no input path is
given, the PDF will be read from standard input.

Given a PostScript font name used in form 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.

LIMITATIONS
-----------
* The replacement font is not embedded in the output PDF.
* Font size cannot be changed.