开发者

solution for combining db fields and multiple word docs into a single printable format

For a project that I'm working on, I need to do a one click "print all" feature that will allow my users to do a printable view of several database fields, combined with 2 word documents that are stored as blob data in database. I've looked at using the openxml library, but it was having trouble opening up some of my word docs. I was also looking at using crystal reports, but I'm not terribly familiar with crystal I haven't found any good examples on how to include word docs from blob storage.

So I'm looking for suggestions on the best way to go abou开发者_如何学Got doing this. Are the options that I've already looked into the best options? Or is there a better way?


If you haven't a lot of money for operating with some commercial libraries, like Aspose.Words for .NET , and you don't like openxml library at all. Then, in my opinion, your best choice is laying in some low-level stuff. Just take into account that any openxml document is just a .zip archive. So, you should uncompressed it, and inside this package look up for a word folder where you should define document.xml file. It will contain your document itself. Further, you should just parse this xml to find out your data.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜