in reply to running files from other directories
What's your OS? In Unix,
is usually sufficient. If you're trying to do this from within a script, then% /path/to/pdftohtml file.pdf
system '/path/to/pdftohmtl', 'file.pdf' and die "$?\n";
the lowliest monk
|
|---|