Go Back   TX Text Control Community > TX Text Control Discussion and Support Forums > TX Text Control .NET Server

TX Text Control .NET Server Please use this forum for TX Text Control .NET Server support only. If you need support for a different product, please use the appropriate forum.

Closed Thread
 
Thread Tools Display Modes
  #1  
Old February 9, 2010
Irakli_Lomidze Irakli_Lomidze is offline
Registered User
 
Join Date: Jul 2007
Posts: 11
Question Open XML SDK vs TX Text Control.NET Server

Dear Sirs.
If we need only Create and manipulate DOCX Files.
Please Make Some Compare Table
Open XML SDK vs TX Text Control.NET Server

Thank you in Advance.
  #2  
Old February 9, 2010
Björn Meyer's Avatar
Björn Meyer Björn Meyer is offline
Product Manager
TX Text Control
 
Join Date: Jan 1999
Location: Bremen, Germany
Posts: 2,406
Re: Open XML SDK vs TX Text Control.NET Server

Hello

We do not have a comparison table. Anyway, the structure of an OOXML document can be very complex and there are no simple collections and classes for MergeFields for example. Using the Open XML SDK 2.0 (December 2009 CTP), you need to parse the fields like this:

Code:
foreach (var field in wordDocument.MainDocumentPart.Document.Descendants<SimpleField>())
{
}
But this doesn't allow you to easily change the text or formatting. You need to know how to create a run and a paragraph inside the document. It is a very complex task.

TX Text Control provides you ready-to-use classes and methods to merge such documents within 3 or 4 lines of code (using MailMerge).

Other drawbacks using Open XML SDK:
  • No printing
  • Only OOXML, not DOC or RTF support
  • No chance to inject RTF or HTML
  • and many more.

TX Text Control is the tool to manipulate DOCX files effortlessly.
__________________
Björn Meyer, TX Text Control
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
TX Text Control ActiveX 11.0 and TX Text Control ActiveX Server 11.0 released! Webmaster TX Text Control ActiveX Server 0 May 5, 2004 15:25:44
TX Text Control.NET Server uwe_meier TX Text Control .NET 1 November 4, 2003 11:39:52
TX Text Control ActiveX Server v10.1 BETA is released Björn Meyer TX Text Control ActiveX Server 0 July 24, 2003 11:23:08
TX Text Control ActiveX Server v10.1 BETA is released Björn Meyer TX Text Control ActiveX 0 July 24, 2003 11:23:08
Text Control on the server Justin TX Text Control ActiveX 1 March 12, 2003 20:53:15


All times are GMT +1. The time now is 06:10:51.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© 1991 - 2010 The Imaging Source Europe GmbH