13–23 -embedFonts: Embedding Fonts

13–23–1 Processing

If the font is not embedded in the input PDF, embeds the font into the PDF.

Note:
* You can embed fonts only if all of the following conditions are met: The corresponding font exists in the operating environment. Embedding of the corresponding font is permitted. * Embedded font information cannot be deleted from a PDF that has embedded fonts.

13–23–2 Example of commands

[Executing example commands]

Embeds fonts in test.pdf and outputs it as out.pdf.

[Windows]

AHPDFToolCmd80.exe -embedFonts -d C:\test\test.pdf -o C:\sav\out.pdf

[Linux]

AHPDFToolCmd80 -embedFonts -d /home/antenna/test/test.pdf -o /home/antenna/sav/out.pdf

13–23–3 Folder settings: applied

You can perform batch processing by specifying the input folder to the -d parameter and the output folder to the -o parameter. If a folder is specified, font embedding processing will be performed for the PDF file in the input folder. Note that the output file will be output to the output folder with the same name as the input file name.

13–23–4 Parameters

No parameters.