Hi brothers ;)

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-- -----------------------------------

In reply to OLE print to a file by physi

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.