Does anyone know how can we get the fonts used in an Afp file .
I have tried Afp explorer , but it's not helping.
Please provide some suggestions on this.
Does anyone know how can we get the fonts used in an Afp file .
I have tried Afp explorer , but it's not helping.
Please provide some suggestions on this.
Use afpviewer tool http://www.compulsivecode.com/project_afpviewer.aspx
We write C Program to list or extract any resource from AFP.
I use this one: 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
TallPine provides an AFP evluation tool call PageMapper https://tallpine.com/products/afp-developer-tools/. This tool lets you look at an XML version of the AFP file in a multitude of ways. You can extract your resources as well.
There are some other ways that might be easier by pulling them from the libraries from where the AFP is generated/spooled.