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

did you read Doc to Pdf conversion and Convert .doc to .pdf?

> Just to make sure I need to use only Perl no other stuff

dream on ... :)

Cheers Rolf

  • 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 bart (Canon) on May 13, 2011 at 11:08 UTC
    > Just to make sure I need to use only Perl no other stuff
    Preferably without the need for a computer.
      > > Just to make sure I need to use only Perl no other stuff

      OK ...

      DB<100> $_="files.doc" DB<101> tr/cdo/fpd/ DB<102> print files.pdf

      ... done! :)

      > Preferably without the need for a computer.

      We could train rats ...

      Cheers Rolf