in reply to Re: Converting .doc files to .pdf using perl
in thread Converting .doc files to .pdf using perl

> Just to make sure I need to use only Perl no other stuff
Preferably without the need for a computer.
  • Comment on Re^2: Converting .doc files to .pdf using perl

Replies are listed 'Best First'.
Re^3: Converting .doc files to .pdf using perl
by LanX (Saint) on May 13, 2011 at 11:49 UTC
    > > 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