Code Sample |
17,18c17,18 < execute('/usr/bin/antiword -p letter ' .. input.value .. ' > '.. input.value .. ".ps") < execute('/usr/local/bin/ps2pdf ' .. input.value .. ".ps") --- > execute('/usr/bin/antiword -p letter \'' .. input.value .. '\' > \''.. input.value .. ".ps\'") > execute('/usr/local/bin/ps2pdf \'' .. input.value .. ".ps\'") 24c24 < execute('/usr/bin/antiword -p letter ' .. input.value .. ' > '.. input.value .. ".ps") --- > execute('/usr/bin/antiword -p letter \'' .. input.value .. '\' > \''.. input.value .. ".ps\'") 64c64 < execute('/usr/bin/antiword -p letter ' .. input.value .. ' > ' .. workfile) --- > execute('/usr/bin/antiword -p letter \'' .. input.value .. '\' > ' .. workfile) |
Code Sample |
19c19 < xlhtml $source > $html --- > xlhtml "$source" > $html |
Code Sample |
19c19 < ppthtml $source > $html --- > ppthtml "$source" > $html |
Quote |
Sorry, I don't consider that a bug. But a currently unsupported filename nameing convention primarly used by MS. For now there is a feature called rename file. |