in reply to Converting .doc files to .pdf using perl

Converting .doc to .pdf is a very specific task that is not implemented in pure Perl as far as I know. Why "only Perl"? Are you working on Windows or *nix?
  • Comment on Re: Converting .doc files to .pdf using perl

Replies are listed 'Best First'.
Re^2: Converting .doc files to .pdf using perl
by Anonymous Monk on May 13, 2011 at 11:42 UTC

    I am working on Windows.

      I suggest you search for a command line conversion program. You can call it from perl.

        Thank you. I think that works as the one of the posts suggest to invoke unoconv.

        I will try in this way and will get back.</p.