摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html xmlns="http://www.w3.org/1999/xhtml"><head> <title>漂浮广告代码</title></head><body> <div id="img" style="position: absolute; z-index: 99;"> <a hr 阅读全文
posted @ 2013-04-02 23:10 逃亡者 阅读(265) 评论(0) 推荐(0)
摘要: namespace ConsoleApplication1 { class Program { static void Main(string[] args) { DOCConvertToPDF(AppDomain.CurrentDomain.BaseDirectory + "a.doc", AppDomain.CurrentDomain.BaseDirectory + "/a.pdf"); Console.ReadKey(); } //Word转换成pdf /// <summary> /// 把Word文件转换成为PDF格式文件 /// & 阅读全文
posted @ 2013-04-02 23:05 逃亡者 阅读(268) 评论(0) 推荐(0)