Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Vitaliy-1/DOCX2JATS
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed Apr 23, 2017
2 parents bbce231 + 7800f29 commit 0cacdf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ Downloads docx file, unpacks it to default users' temp directory, parses OOXML a

## How to use?
Download and unpack the latest release: https://github.com/Vitaliy-1/DOCX2JATS/releases and
run as executable jar file. Please note that jar file must be in one parent directory with stylesheets folder and jar file must be executed from this (parent) folder.
run as executable jar file. Please note that jar file and article docx file must be in one parent directory with stylesheets folder.
Archive contains 1.jar file and stylesheets folder, which need to be unziped into one directory. Because I am not good programmer, there is a need to place article in docx format in this folder before making transformation. Suppose archive is unzipped on the drive C in the jats folder. Input article article1.docx is also situated there. From windows cmd user need to go to this folder and enter:
`java -jar 1.jar article1.docx article1.xml`

0 comments on commit 0cacdf5

Please sign in to comment.