Hi,
Anyone got any good pointers to COM programming in PHP under windows?
Searching for com in google has been no help to me :-)
http://www.zend.com/tips/tips.php?id=262&single=1 and
http://www.php.net/manual/en/ref.com.php have been quite helpful, but
I'm sure there is much more to see.
Dave.
--
Hi,
Tonight I installed a new php5 instance.
php5.0.4/apache-1.3.33/mysql-4.1.10. I was getting "\Wed May 18 01:59:42
2005] [notice] child pid 1621 exit signal Segmentation fault (11)" error
whenever I accessed a PHP enable page. I recompiled a few times and
removed unnecessary modules. Still
Hi all,
I'm using com to acces MS word and building tables:
$word->Documents-Add(); \\ Gives me a new doc
$word->Selection->InsertAfter("poo, foo, you"); \\ gives me one row
$word->Selection->ConvertToTable(","); \\ converts the table to a row.
What I can't work out is how to change the width on
I'm generating PDFs under windows using PDFlib and all is easy. What I
am wondering though, and google reveals nothing usefull, can I print the
PDF to a network printer from windows? I'm presuming to print the file I
would ahve to use COM and open it under Acrobat? Anyone done this before
and h
Richard Lynch wrote:
On Mon, October 24, 2005 1:48 pm, Dave Lists wrote:
I'm generating PDFs under windows using PDFlib and all is easy. What I
am wondering though, and google reveals nothing usefull, can I print
the
PDF to a network printer from windows? I'm presuming to print
[EMAIL PROTECTED] wrote:
Two (and a half) things:
1. Even though DOS/Windows machines don't have, specifically, /dev/printer or
/dev/lpr or whatever the *nix specific is, it does have a LPTx: device
According to the page listed below, it may be possible to do:
copy /b filename LPTx
The /b in
6 matches
Mail list logo