Re: [PHP] PDF printing under windows.

2005-10-25 Thread Dave Lists
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 the file I

Re: [PHP] PDF printing under windows.

2005-10-25 Thread Dave Lists
[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

[PHP] PDF printing under windows.

2005-10-24 Thread Dave Lists
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

[PHP] COM and MS word.

2005-09-12 Thread Dave Lists
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 the

[PHP] Curious bug and crash

2005-05-17 Thread Dave Lists
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

[PHP] Windows COM programming.

2005-02-21 Thread Dave Lists
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=262single=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. --