in reply to Re: PDF content and visuals testing best practices
in thread PDF content and visuals testing best practices
I have trouble running pdftohtml.exe. It complains "freetype.dll" is missing (even though it *is* present in DLL dir)
Depending which version of pdftohtml.exe (Dynamic vs Static) you run, you may need the following dlls:
These DLLs are found in the DLLs/ directory under Calibre Portable/Calibre/. You can do 1 of two things:
{ local $ENV{PATH} = $ENV{PATH}.";<PATH TO DLLs>;" system "pdftohtml.exe", "-xml", "<PDF FILE>"; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: PDF content and visuals testing best practices
by andreas1234567 (Vicar) on Jan 03, 2014 at 09:20 UTC |