blob: e7cafe1f3e2e08ec5243e9ae39ddaa8bb09d0c99 [file] [log] [blame]
ooxml.word.create
#item input.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<style>
@page {
size: a4 landscape;
}
</style>
</head>
<body>
</body>
</html>
#item expected
##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:sectPr>
<w:pgSz w:h="11900" w:orient="landscape" w:w="16840"/>
<w:pgMar w:bottom="1684" w:left="1684" w:right="1684" w:top="1684"/>
</w:sectPr>
</w:body>
</w:document>
##item styles.xml
#include "styles-created.xml"