VeryPDF PDF Font Extractor Command Line is used for extracting embedded fonts of PDF and saving to font files or GIF images. This is a brief user guide for it.
1. Download and install | 2. Extract PDF fonts | ||
---|---|---|---|
3. Extract PDF fonts to GIF images | 4. Command options |
VeryPDF PDF Font Extractor Command Line is a portable application, and it does not need to install. Download the package, unpack it to the disk, open a command prompt window in Windows system, and then you may run it.
The usage rule of the program is
pdffont.exe [options] <input PDF> <output directory>In the rule, "pdffont.exe" is the executable file, field of options is for specifying options, "input PDF" indicates an input PDF, and "output directory" gives the directory to save extracted font files.
pdffont.exe font.pdf .\dir
Not all embedded fonts of PDF can be used as font files. You can render these fonts to GIF images and then use the GIF images to display characters in other occasions.
The following commands can extract the fonts and save them as GIF images.
pdffont.exe -img font.pdf .\dir
VeryPDF PDF Font Extractor Command Line is easy to use, and it has these options:
-f <int>:examine the first page of PDF.
-l <int>:examine the last page of PDF.
-opw <string>:input owner password to access protected PDF.
-upw <string>input user password to access encrypted PDF.
-img: render TTF fonts to GIF images.