用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
浙公网安备 33010602011771号