Aspose.Total for .NET 是一个强大的 API,用于在您的 .NET 应用程序中添加文档操作和转换功能。通过使用高级 PDF 处理 API Aspose.PDF for .NET ,您可以将 CGM 文件格式转换为 DOC。之后,通过使用强大的文档处理 API Aspose.Words for .NET ,您可以将 DOC 渲染为 WORDML。
C# API 将 CGM 转换为 WORDML
转换要求
从命令行安装为 nuget install Aspose.Total
或通过 Visual Studio 的包管理器控制台使用 Install-Package Aspose.Total
。
或者,从 下载 获取 ZIP 文件中的离线 MSI 安装程序或 DLL。
Document document = new Document("template.cgm");
document.Save("DocOutput.doc", SaveFormat.Doc);
var outputDocument = new Aspose.Words.Document("DocOutput.doc");
// call save method while passing SaveFormat.WordML
outputDocument.Save("output.wordml", SaveFormat.WordML);
通过 .NET 使用所有者密码解密 CGM 文件
在将 CGM 转换为 WORDML 之前,如果您想解密您的文档,您可以使用 API 来完成。为了解密 PDF 文件,您首先需要创建一个 Document 对象并使用所有者的密码打开 CGM。之后,您需要调用 Document 对象的 Decrypt 方法。最后,使用 Document 对象的 Save 方法保存更新的文件。
Document document = new Document("Decrypt.cgm", "password");
document.Decrypt();
document.Save("Decrypt_out.doc");
通过 .NET 创建只读 WORDML- 文件
为了保护您的 WORDML 不被编辑,并防止其他人编辑您文档中的敏感和机密信息,您还可以使用 API 设置文档的保护。您可以限制编辑文档的能力,只允许对其进行某些操作。这可以使用 Aspose.Words for .NET API 来完成。它使您能够控制使用 ProtectionType 枚举参数限制内容的方式。您可以使用以下代码行将文档设置为只读。
Document document = new Document("input.doc");
doc.Protect(ProtectionType.ReadOnly, "password");
// call save method while passing SaveFormat.WordML
document.Save("output.wordml", SaveFormat.WordML);
使用.NET探索CGM转换选项
将CGM转换为DOCM
(Microsoft Word 2007 宏文件)
将CGM转换为DOT
(Microsoft Word 模板文件)
将CGM转换为DOTM
(Microsoft Word 2007+ 模板文件)
将CGM转换为DOTX
(微软 Word 模板文件)
将CGM转换为FLATOPC
(Microsoft Word 2003 文字处理ML)
将CGM转换为GIF
(图形交换格式)
将CGM转换为MARKDOWN
(轻量级标记语言)
将CGM转换为MHTML
(MIME HTML)
将CGM转换为ODT
(OpenDocument 文本文件格式)
将CGM转换为OTT
(打开文档模板)
将CGM转换为PCL
(打印机命令语言)
将CGM转换为PS
(后记文件)
将CGM转换为RTF
(富文本格式)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为XAMLFLOW
(微软的 Power Automate)
将CGM转换为ODP
(OpenDocument 演示文稿格式)
将CGM转换为OTP
(OpenDocument 标准格式)
将CGM转换为POT
(Microsoft PowerPoint 模板文件)
将CGM转换为POTM
(Microsoft PowerPoint 模板文件)