rash
rash copied to clipboard
how to run docx2rash ?
Following https://github.com/essepuntato/rash/tree/master/tools/docx2rash I get:
ERROR: Resource not found "from-docx.xsl"
The file is present in the jar (in xslt/
) but cannot be located?
Hi @VladimirAlexiev
Thanks for your message, I'll try to check what does not work. Just tried on my local machine (an iMac) and I have a similar problem (I've got a "URI is not hierarchical" message). Funnily enough, it works correctly on another Mac I have and on Linux (Ubuntu 14).
Can I ask you what is the configuration from where you have run the tool (computer, operating system, etc.)?
Windows 7, Cygwin, java version "1.8.0_144" Java(TM) SE Runtime Environment (build 1.8.0_144-b01) Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
@essepuntato i have the same exact issue. I tried with the command
D:\Download\rash\tools\docx2rash\bin> java -jar docx2rash.jar -i f.docx -o testout/
But the output was ERROR: Resource not found "from-docx.xsl"
Tested on Windows 10 with java version "1.8.0_201" Java(TM) SE Runtime Environment (build 1.8.0_201-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)