Re: [SM-USERS] How config attachment_doc plugin under IIS server on W2003

2010-12-17 Thread giordan
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/$

Re: [SM-USERS] How config attachment_doc plugin under IIS server on W2003

2010-12-16 Thread Tomas Kuliavas
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,

Re: [SM-USERS] How config attachment_doc plugin under IIS server on W2003

2010-12-15 Thread Paul Lesniewski
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

Re: [SM-USERS] How config attachment_doc plugin under IIS server on W2003

2010-12-14 Thread Tomas Kuliavas
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