Aspose.Total for .NET 是一个强大的 API,用于在您的 .NET 应用程序中添加文档操作和转换功能。通过使用高级 PDF 处理 API Aspose.PDF for .NET ,您可以将 CGM 文件格式转换为 DOC。之后,通过使用强大的文档处理 API Aspose.Words for .NET ,您可以将 DOC 渲染为 XAMLFLOW。
C# API 将 CGM 转换为 XAMLFLOW
转换要求
从命令行安装为 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");
outputDocument.Save("output.xamlflow", SaveFormat.Xamlflow);
通过 .NET 使用所有者密码解密 CGM 文件
在将 CGM 转换为 XAMLFLOW 之前,如果您想解密您的文档,您可以使用 API 来完成。为了解密 PDF 文件,您首先需要创建一个 Document 对象并使用所有者的密码打开 CGM。之后,您需要调用 Document 对象的 Decrypt 方法。最后,使用 Document 对象的 Save 方法保存更新的文件。
Document document = new Document("Decrypt.cgm", "password");
document.Decrypt();
document.Save("Decrypt_out.doc");
通过 .NET 创建只读 XAMLFLOW- 文件
为了保护您的 XAMLFLOW 不被编辑,并防止其他人编辑您文档中的敏感和机密信息,您还可以使用 API 设置文档的保护。您可以限制编辑文档的能力,只允许对其进行某些操作。这可以使用 Aspose.Words for .NET API 来完成。它使您能够控制使用 ProtectionType 枚举参数限制内容的方式。您可以使用以下代码行将文档设置为只读。
Document document = new Document("input.doc");
doc.Protect(ProtectionType.ReadOnly, "password");
document.Save("output.xamlflow", SaveFormat.Xamlflow);
使用.NET探索CSV转换选项
将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)