Printing from Web Service

A

Ashraf

Hello everyone,

I am developing a web service that require to print a Web page.

syntax i used to print is
ie.ExecWB(
OLECMDID_PRINT,
NoPromptUser,
0, 0);

nothing happens.

but this code works (Delphi code)..
Printer := TPrinter.Create;
Printer.BeginDoc;
Printer.Canvas.TextOut(10, 10, 'Web Service');
Printer.EndDoc;
Printer.Free;

any idea?

thank you,
ashraf thoppukadavil.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top