print to Postscript and then convert the Postscript to PDF using ghostscript.
No, my Office 2000 doesn't seem to have this

Go to your Printers control panel, create a New Printer, use the driver for the Apple LaserWriter (included with most if not all versions of Windows) and set it to print to file, rather than to a real printer. When you print to that "printer", it will ask you for a filename -- end the filename in ".ps" (stands for PostScript). These files can then be opened in GSView (or Acrobat Reader, I think) or converted to Acrobat's (un)Portable Document Format using ps2pdf.

However, this method will require manual opening and printing-to-file of each and every document, which isn't what you asked for in your original post and is probably not what you really want to do, unless you're only doing a few documents. (If you *are* doing only a handful of documents, then it's an easy way out, which is why I explained it.)


$;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}} split//,".rekcah lreP rehtona tsuJ";$\=$ ;->();print$/

In reply to Printing to Postscript (Re: Converting M$ Word --> PDF) by jonadab
in thread Converting M$ Word --> PDF by peterr

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.