Tomas Kuliavas wrote:
>
>
> Put pdftohtml.exe in PATH and you won't have to use full path.
>
> $pdftohtmlcmd = "pdftohtml.exe -q -c -noframes $dirname/$pdfname
> $dirname/$htmlname";
>
> or
>
> $pdftohtmlcmd = "d:/posta/pdftohtml/pdftohtml.exe -q -c -noframes
> $dirname/$pdfname $dirname/$
giordan wrote:
>
>
> Tomas Kuliavas wrote:
>>
>> When paths are used in Windows PHP, slash can be used instead of forward
>> slash.
>>
>
> Many thanks, but the plugin don't seem work in every condition that you
> indicate and that I tried...
>
> in the tmp directory (empty) anything appear,
On Tue, Dec 14, 2010 at 10:14 PM, Tomas Kuliavas
wrote:
>
>
> giordan wrote:
>>
>> as in object on a system W2003 i have hmailserver mysql IIS
>> squirrelmail.. all works fine, but i'd like use the plugin above to view
>> directly in html some documents, expecially pdf files. I found the windows
giordan wrote:
>
> as in object on a system W2003 i have hmailserver mysql IIS
> squirrelmail.. all works fine, but i'd like use the plugin above to view
> directly in html some documents, expecially pdf files. I found the windows
> pdftohtml.exe version, but i don't know how configure config.p