Your demo "GenerateSearchablePDF" works well, when installed not in the program directory.
But in a program directory (eg: 'C:\ program files\hastasoft\PixpowerPD') it crashes, because the DLL try to create there a (temporary) "pdf.ttf" file. If one run the program with admin rights it works.
The demo crashs with the line "pdfGen.beginDocument(PAnsiChar(AnsiString( outFile )), PAnsiChar(AnsiString( 'PixPower PDF Creation' )))"
I need hours to find that out.
So how this can be fixed?
I need the fix for the 64-Bit version of the dlls.