4 Star 7 Fork 1

JIYANG / UniversalParser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test.html 906 Bytes
一键复制 编辑 原始数据 按行查看 历史
JIYANG-PLUS 提交于 2021-08-25 17:56 . 0.2.5.14
<!--Get the samples from https://www.adobe.com/go/pdfembedapi_samples-->
<!DOCTYPE html>
<html>
<head>
<title>Adobe Document Services PDF Embed API Sample</title>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1"/>
</head>
<body style="margin: 0px">
<div id="adobe-dc-view"></div>
<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script>
<script type="text/javascript">
document.addEventListener("adobe_dc_view_sdk.ready", function()
{
var adobeDCView = new AdobeDC.View({clientId: "123456", divId: "adobe-dc-view"});
adobeDCView.previewFile(
{
content: {location: {url: "https://127.0.0.1:5500/test.pdf"}},
metaData: {fileName: "test.pdf"}
});
});
</script>
</body>
</html>
Python
1
https://gitee.com/jiyangj/universal-parser.git
git@gitee.com:jiyangj/universal-parser.git
jiyangj
universal-parser
UniversalParser
master

搜索帮助