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