本文介绍了如何验证XPS文档?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有C#的API来验证生成的XPS文档?(即,以确保该文件是一个有效的XPS文件)
Is there any C# API to validate a generated XPS document?(i.e. to make sure the file is a valid xps file)
推荐答案
不知道有一个API,但有一个测试文件的符合XML纸张规格微软工具:
Don't know about an API, but there is a Microsoft tool that tests a file's conformity to the XML Paper Specification:
http://msdn.microsoft.com/en-us/library/ aa348104.aspx
干杯!
这篇关于如何验证XPS文档?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!