欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

HTML中用xdoc做印章实例代码

程序员文章站 2022-03-05 14:43:36
...

html功能是很强大的,下面为大家带来一篇HTML中用xdoc做印章实例代码,感兴趣的朋友们来参考一下,挺不错的。

<!DOCTYPE html>
<html lang="zh-cn" style="height:100%">
  <head>
    <meta charset="utf-8" />
    <title>XDOC</title>
    <script type="text/javascript" src="localhost:8080/xdoc/xdoc.js"></script>
  </head>
  <body style="margin:0px;overflow:hidden;height:100%">
    <script type="text/xdoc" _format="png" style="width:100%;height:100%">
	<xdoc>
	  <paper margin="0"/>
	  <body sizeType="autosize">
		<para>
		  <arc height="200" strokeStyle="d3" strokeWidth="14" width="200" color="#ff0000">
			<arc height="176" extent="210" strokeStyle="$(标宋)基于Web服务的PDF排版引擎" left="12" strokeWidth="20.0" top="12" width="176" start="-110" color="#ff0000">
			  <stext fillColor="#ff0000" height="44" left="64" top="64" text="★" width="44" color=""/>
			  <stext fontName="标宋" fillColor="#ff0000" height="20" left="52" top="132" text="XDOC" width="72" color=""/>
			</arc>
		  </arc>
		</para>
	  </body>
	</xdoc>
    </script>
  </body>
</html>

2. [图片] O0%JBD4[W`ACJ446X]QFB3O.png

HTML中用xdoc做印章实例代码

以上就是HTML中用xdoc做印章实例代码的详细内容,更多请关注其它相关文章!

相关标签: HTML,xdoc