How to extract embedded fonts from a pdf file using fontforge script
I am trying to extract fonts from a pdf file using the following fontforge script
Open("file.pdf") file = $firstfont while ( file != "" ) Open(file) Print($fontname) file = $nextfont endloop
This downloads only one font, but if I open the same pdf file with fontforge gui, it will display 7 fonts. Can i get help.
+4
Naveed
source shareNo one has answered this question yet.
See related questions:
5
4
3
1
1
1
1
0
0
0