blob: 1570b5997b11542ce60b80a4a78c9bbca771b4c9 [file] [log] [blame]
ooxml.word.get
#item input.docx
##item document.xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main">
<w:body>
<w:p>
<w:bookmarkStart w:id="0" w:name="_GoBack"/>
<w:bookmarkEnd w:id="0"/>
</w:p>
<w:sectPr>
<w:pgSz w:orient="landscape" w:h="11900" w:w="16840"/>
<w:pgMar w:left="1440" w:header="708" w:bottom="1800" w:top="1800" w:right="1440" w:footer="708" w:gutter="0"/>
<w:cols w:space="708"/>
</w:sectPr>
</w:body>
</w:document>
#item expected
<!DOCTYPE html>
<html id="word1">
<head>
<meta charset="utf-8"/>
<link href="reset.css" rel="stylesheet"/>
<style>
@page {
size: A4 landscape;
}
body {
counter-reset: h1 h2 h3 h4 h5 h6 figure table;
margin-bottom: 10.688836%;
margin-left: 8.551069%;
margin-right: 8.551069%;
margin-top: 10.688836%;
}
</style>
</head>
<body id="word2">
<p id="word3">
<br/>
</p>
</body>
</html>