08 2013 档案

摘要:如何把pdf文件的每一页都转成一个图片呢?首先说一下GhostScript这个软件。Ghostscript是一套建基于Adobe、PostScript及可移植文档格式(PDF)的页面描述语言等而编译成的免费软件。详情请参考百度百科:“http://baike.baidu.com/link?url=S1cISfrHO3F3K19xOKSmB10Vt3K4h02yS9fJH8zm27A2vIqEvtNVIlyi3AvoATv_”Ghostscript官网:“http://www.ghostscript.com/”参考资料:http://www.ghostscript.com/doc/current 阅读全文
posted @ 2013-08-30 11:16 仰望 星空 阅读(3687) 评论(2) 推荐(0)
摘要:Word转成图片,办法有很多。今天给大家介绍一下,使用Aspose.Words.dll实现首先在项目中添加对Aspose.Words.dll的引用。代码如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using Aspose.Words;using Aspose.Words.Saving;using System.IO;na 阅读全文
posted @ 2013-08-29 15:25 仰望 星空 阅读(1849) 评论(2) 推荐(0)
摘要:关于word转成pdf的方法网上有很多。大部分需要借助office 2007及以上版本的组件。安装配置起来比较麻烦。今天偶然得之“Aspose.Words.dll”可以实现。只要不aspose.words.dll 在bin中添加引用即可。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using Aspose.Words;usin 阅读全文
posted @ 2013-08-29 14:53 仰望 星空 阅读(2143) 评论(0) 推荐(1)