简体   繁体   English

从MS Word中以图像格式保存表格?

[英]save a table from ms word in image format?

由于某些对齐问题,我要在Word文档中生成一个表,我想将该表以图像格式保存在系统中,是否有从Word文档中保存该表的方法?

You can do this using the Windows API Clipboard functions. 您可以使用Windows API剪贴板功能执行此操作。 See GetClipboardData() . 参见GetClipboardData()

So it can be done in C# referencing the clipboard API. 因此,可以在C#中引用剪贴板API来完成。

Also check http://www.codeproject.com/Articles/2207/Clipboard-handling-with-NET , which uses the System.Windows.ClipBoard class, a thin wrapper on the Windows API. 还要检查http://www.codeproject.com/Articles/2207/Clipboard-handling-with-NET ,它使用System.Windows.ClipBoard类,Windows API上的瘦包装。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM