For initialization of the Datalogics APDFL 10.1.0 I'm calling the following code:
pdflData.pluginDirListLen = PDFLGetDirList2(&pdflData.pluginDirList, sBinPath, _T(""));
I have noticed that this will generate a file AdobeFnt13.1.lst
listing all files in the specified directory including all subfolders recursively.
Excerpts:
%BeginFont
Handler:DirectoryHandler
FontType:Invalid
OutlineFileName:C:\Program Files (x86)\MyCompany\MyProgram\MyModule.pdb
FileModTime:1520519039
%EndFont
%BeginFont
Handler:DirectoryHandler
FontType:Invalid
OutlineFileName:C:\Program Files (x86)\MyCompany\MyProgram\MyProgram.chm
FileModTime:1370341752
%EndFont
This seems to be wrong, as I want to announce any "plug-in" to the library, only.
The *.ppi files in particular. For example the "DL100PDFProcessor.ppi".
Is there any harm in having such listing auto-generated? I couldn't find much information on those AdobeFnt*.lst files so far.