随笔分类 -  文件

用C#实现生成PDF文档 作者:sunheartlee
摘要://write by wenhui.orgusing System;using System.IO;using System.Text;using System.Collections; namespace PDFGenerator{ public class PDFGenerator{static float pageWidth = 594.0f;static float pageDepth ... 阅读全文

posted @ 2005-10-31 15:29 井泉 阅读(294) 评论(1) 推荐(0)

导航