彩票走势图

Word控件Spire.Doc 转换教程(二十八):将 Word 转换为 PCL

翻译|使用教程|编辑:胡涛|2022-03-24 09:53:56.267|阅读 107 次

概述:本文主要介绍了如何使用Spire.Doc 将 Word 转换为 PCL,欢迎查阅!

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

相关链接:

PCL 文件是以打印机命令语言(通常称为 PCL)页面描述语言创建的数字打印文档。从v7.1.19 开始,Spire.Doc 支持将 word 文档转换为 PCL。PCL文件的标准有很多种;这里的 PCL 是指 PCL 6(PCL 6 Enhanced 或 PCL XL)。本文将向您展示如何仅通过三行代码将 C# 和 VB.NET 中的 Word 文档保存到 PCL 中。

Spire.Doc for.NET 最新下载

以下将直接展示代码:

[C#]

using Spire.Doc;

namespace DOCPCL
{
class Program
{
static void Main(string[] args)
{
//load the sample document
Document doc = new Document();
doc.LoadFromFile("Sample.docx", FileFormat.Docx2010);

//save the document as a PCL file
doc.SaveToFile("Result.pcl", FileFormat.PCL);

 

}
}
}

[VB.NET]

using Spire.Doc;

namespace DOCPCL
{
class Program
{
static void Main(string[] args)
{
//load the sample document
Document doc = new Document();
doc.LoadFromFile("Sample.docx", FileFormat.Docx2010);

//save the document as a PCL file
doc.SaveToFile("Result.pcl", FileFormat.PCL);

 

}
}
}

欢迎下载|体验更多E-iceblue产品

如需获取更多产品相关信息请咨询  

aspose最新版合集


标签:

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@cahobeh.cn


为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP