If the font is not embedded in the input PDF, embeds the font into the PDF.
Embeds fonts in test.pdf and outputs it as out.pdf.
AHPDFToolCmd80.exe -embedFonts -d C:\test\test.pdf -o C:\sav\out.pdf
AHPDFToolCmd80 -embedFonts -d /home/antenna/test/test.pdf -o /home/antenna/sav/out.pdf
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.
No parameters.