blob: 60b41f767381b3139ef6131fc30c80cd2fe1028e [file] [log] [blame]
ooxml.word.create
#item input.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<style>
@page {
size: letter 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="12240" w:orient="landscape" w:w="15840"/>
<w:pgMar w:bottom="1584" w:left="1584" w:right="1584" w:top="1584"/>
</w:sectPr>
</w:body>
</w:document>
##item styles.xml
#include "styles-created.xml"