110 Star 523 Fork 200

XDOC智能文档服务 / xoffice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
XDOC智能文档服务 提交于 2021-10-28 13:09 . 2.0.0
<!DOCTYPE html>
<html>
<head>
<title>XDOC Office Server</title>
<link rel="shortcut icon" href="favicon.ico" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
<link href="web/css/bootstrap.min.css" rel="stylesheet"/>
</head>
<body>
<div class="container" style="padding-top:20px;">
<div class="text-center">
<img class="img-circle" src="web/image/xdoc.png">
<h1>XDOC</h1>
<h3>Office Server</h3>
<a id="demo" target="_blank"></a>
</div>
<hr>
<a class="btn btn-block" href="https://view.xdocin.com" target="_blank">&copy;XDOC提供技术支持</a>
</div>
<script>
var origin = location.href.replace("index.html", "");
var href = origin + "xoffice?_xformat=docx"
+ "&_file=" + encodeURIComponent(origin + "demo.docx")
+ "&_watermark=" + encodeURIComponent("https://view.xdocin.com");
var demo = document.getElementById("demo");
demo.setAttribute("href", href);
demo.innerText = "示例:" + href;
</script>
</body>
</html>
Java
1
https://gitee.com/xdoc/xoffice.git
git@gitee.com:xdoc/xoffice.git
xdoc
xoffice
xoffice
master

搜索帮助