Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Apr : Printing PostScript to a file
| Subject: | Printing PostScript to a file |
| Posted by: | "CNemo" (mikeevte..@yahoo.com) |
| Date: | Mon, 18 Apr 2005 14:31:45 |
Hello friends!
I need to convert textual information to a PostScript file. Note, that i
would like to do it as simple as possible.
Simple as copy file to a printer or dropping it on printer shortcut. I do
not want to draw on printer canvas, dealing with printer directly.
Obvious solution is to use PS printer redirected to a file. The problem i've
found on this way is that i cannot control file name dynamically. It is
always same file or prompt dialog to user.
How i can workaround this and suppress this nasty dialog?
Any help will be appreciated!