1

有谁知道我们如何获得 Afp 文件中使用的字体。

我试过 Afp explorer ,但没有帮助。

请就此提出一些建议。

4

3 回答 3

1

使用 afpviewer 工具 http://www.compulsivecode.com/project_afpviewer.aspx

  • 在上面的工具中打开你的 AFP。
  • 转到文件选项。
  • 转到提取资源选项。它将列出所有资源,包括字体、覆盖和 PSEG 等。如果您的资源被嵌入,您也可以提取它们。

我们编写 C 程序来列出或提取 AFP 中的任何资源。

于 2018-03-16T18:18:08.023 回答
0

TallPine 提供了一个 AFP 评估工具,称为 PageMapper https://tallpine.com/products/afp-developer-tools/。此工具可让您以多种方式查看 AFP 文件的 XML 版本。您也可以提取资源。

通过从生成/假脱机 AFP 的库中提取它们,还有一些其他方法可能更容易。

于 2019-04-23T15:54:07.503 回答
0

我使用这个: 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
于 2017-12-05T09:41:16.087 回答