in reply to Re: Converting .doc files to .pdf using perl
in thread Converting .doc files to .pdf using perl
It came up with the following error when I executed the above code.
system('unoconv', '-f', 'pdf', 'yourfile.doc') and die "Can't launch unoconv: $!";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Converting .doc files to .pdf using perl
by tospo (Hermit) on May 13, 2011 at 08:39 UTC |