有谁知道我们如何获得 Afp 文件中使用的字体。
我试过 Afp explorer ,但没有帮助。
请就此提出一些建议。
使用 afpviewer 工具 http://www.compulsivecode.com/project_afpviewer.aspx
我们编写 C 程序来列出或提取 AFP 中的任何资源。
TallPine 提供了一个 AFP 评估工具,称为 PageMapper https://tallpine.com/products/afp-developer-tools/。此工具可让您以多种方式查看 AFP 文件的 XML 版本。您也可以提取资源。
通过从生成/假脱机 AFP 的库中提取它们,还有一些其他方法可能更容易。
我使用这个: Extract_Afp_Resources
USAGE:
extract_afp_resources.exe -i input_file [-o output_file] [-r resource_dir] [-l] [-v]
Explanation of options:
-i input_file The input AFP file from which to extract resources
-o output_file Output AFP created without resources. This argument is optional.
-r resource_dir Directory into which resources are to be extracted.
-l List mode. Inline resources are listed but not extracted.
-v Verbose mode