Re: [PHP] Serveside Printing w/ PHP

2011-07-14 Thread Marc Guay
> 4 - And just found it. WordPad comes with Windows, so, maybe > PHP+COM+WordPad > (http://msdn.microsoft.com/en-us/library/51y8h3tk(v=vs.80).aspx) could > be another option here. I think WordPad is just a visual wrapper for > the RichEdit20 ActiveX component which is controllable via COM. > > By u

Re: [PHP] Serveside Printing w/ PHP

2011-07-14 Thread Richard Quadling
On 12 July 2011 18:45, Marc Guay wrote: > Hi folks, > > I'm working on a project that will only be run locally on a WAMP > server.  A mobile browser/app will call a certain page which should > silently trigger a print job to a printer connected to the printer. > Does anyone have advice on how to a

[PHP] Serveside Printing w/ PHP

2011-07-12 Thread Marc Guay
Hi folks, I'm working on a project that will only be run locally on a WAMP server. A mobile browser/app will call a certain page which should silently trigger a print job to a printer connected to the printer. Does anyone have advice on how to accomplish this? I've seen implementations involving