asp生成PDF不使用插件
摘要:
using System.IO;using System.Text ;public partial class Default2 : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { } static float pageWidth = 594.0f; static float pageDepth = 828.0f; static float pageMargin = 30.0f; static float fontSize = 20.0f; static float leadSize = 10 阅读全文
posted @ 2011-07-08 14:20 缘来 阅读(1122) 评论(0) 推荐(0)
浙公网安备 33010602011771号