Convert Aldus/Adobe PageMaker documents to other formats.
Imports file format of Aldus/Adobe PageMaker documents
pmd2htmlpmd2pdf$ pmd2html document.pmd output.html$ pmd2pdf document.pmd output.pdf$ pmd2html document.pmd - | lynx -stdin -dump$ for file in *.pmd; do pmd2html "$file" "${file%.pmd}.html"; done$ pmd2pdf document.pmd - | open -f -a Preview