physi has asked for the wisdom of the Perl Monks concerning the following question:
After a couple of weeks non-perl-work :(
I now try to get some experience with the Windows-perl world.
But I have a litte question and can't find anything in the documentation.
Ok, the problem is, that I want to use OLE to 'convert' a Word-file into postscript, make a accounting of the pages, upload it to Unix, and do there some magic work with the file, before uploading it to the MVS-world to print it out :)
The unix - perl part is still available and good working :)
But what I need is a chance to print the .doc file via OLE (that's easy). But I defined the printer to print to a file! So during each printing there raises a window, which ask me for the filename.
I like to put that into the automatism, so that the user don't need to interact during the printing.
So the question is, how can I comunicate from within perl to the print-to-with-filename window ?
Maybe someone solved this problem already or can give me a hint for the correct magic-word to search for in the documentaion :)
Thanks
----------------------------------- --the good, the bad and the physi-- -----------------------------------
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: OLE print to a file
by clemburg (Curate) on Jun 20, 2001 at 12:53 UTC | |
by physi (Friar) on Jun 20, 2001 at 20:24 UTC | |
by clemburg (Curate) on Jun 20, 2001 at 21:36 UTC | |
by physi (Friar) on Jun 21, 2001 at 12:24 UTC | |
by clemburg (Curate) on Jun 21, 2001 at 12:46 UTC | |
|
Re: OLE print to a file
by Anonymous Monk on Jun 20, 2001 at 14:27 UTC | |
|
Re: OLE print to a file
by John M. Dlugosz (Monsignor) on Jun 20, 2001 at 18:39 UTC | |
|
Re: OLE print to a file
by DCMonkey (Initiate) on Jun 22, 2001 at 03:14 UTC |