• 大小: 23.50M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: pdf  Office  asp  C#  NET  

资源简介

非常简单Aspose for net实现office转pdf实例,适合新手

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Aspose.Words;
using Aspose.Cells;
using Aspose.Slides;
using System.IO;
using System.Text;


public partial class _Default : System.Web.UI.Page 
{
    protected void Page_Load(object sender EventArgs e)
    {

    }
    protected void Button1_Click(object sender EventArgs e)
    {

        Document doc = new Document(@“D:\test\TestWord.doc“); //载入模板
                                                                                                        // doc.Save( Response“demo.Pdf“ ContentDisposition.Attachment null);  //保存为PDF,并打开
                                                                                       

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     202826  2016-08-10 09:43  test\3b87e950352ac65cd20ecfcbf9f2b21193138a7b.jpg

     文件    8084480  2015-02-25 19:44  test\Aspose.Cells.dll

     文件   30751744  2015-02-25 19:50  test\Aspose.Slides.dll

     文件   10301952  2015-02-25 20:02  test\Aspose.Words.dll

     文件    8084480  2015-02-25 19:44  test\Bin\Aspose.Cells.dll

     文件         34  2016-08-10 09:22  test\Bin\Aspose.Cells.dll.refresh

     文件   30751744  2015-02-25 19:50  test\Bin\Aspose.Slides.dll

     文件         36  2016-08-10 09:37  test\Bin\Aspose.Slides.dll.refresh

     文件   10301952  2015-02-25 20:02  test\Bin\Aspose.Words.dll

     文件         34  2016-08-10 09:01  test\Bin\Aspose.Words.dll.refresh

     文件       1096  2016-08-10 09:53  test\Default.aspx

     文件       5174  2016-08-10 09:59  test\Default.aspx.cs

     文件     554114  2016-08-10 10:00  test\temp.pdf

     文件      23040  2016-08-10 09:31  test\TestExcel.xls

     文件     213414  2016-08-10 09:55  test\TestExcel.xlsx

     文件     102400  2016-08-10 09:41  test\TestPpt.ppt

     文件     274844  2016-08-10 09:59  test\TestPpt.pptx

     文件     226816  2016-08-10 09:44  test\TestWord.doc

     文件      13006  2016-08-10 09:48  test\TestWord.docx

     文件       8136  2016-08-10 09:03  test\web.config

     目录          0  2016-08-10 08:56  test\App_Data

     目录          0  2016-08-10 09:37  test\Bin

     目录          0  2016-08-10 09:59  test

----------- ---------  ---------- -----  ----

             99901322                    23


评论

共有 条评论