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>
Atas ialah kandungan terperinci HTML中用xdoc做印章实例代码. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!