<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ComponentSource Topic | TX Text Control Bundle Enterprise</title><link>http://www.componentsource.com/topics/tx-text-control-bundle-enterprise/index.html</link><description></description><language>en-us</language><lastBuildDate>Sun, 12 Feb 2012 14:53:03 GMT</lastBuildDate><copyright>(C) Copyright 1996-2012 ComponentSource.</copyright><atom:link href="http://www.componentsource.com/topics/tx-text-control-bundle-enterprise/rss.xml" rel="self" type="application/rss+xml"/><item><title>TX Text Control .NET adds data binding</title><link>http://www.componentsource.com/news/2010/11/25/tx-text-control-net-enterprise.html?rc=ni_6521</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/7/6521/default_w350.png?rc=ni_6521" alt="Adding a link to a document TX Text Control .NET for Windows Forms."/&gt;&lt;p&gt;&lt;small&gt;Adding a link to a document TX Text Control .NET for Windows Forms.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;TX Text Control .NET for Windows Forms V16 also supports browser applications and adds new spell checker interface.&lt;/strong&gt;&lt;/p&gt;
	&lt;p&gt;TX Text Control .NET for Windows Forms includes the ability to export all documents to print-ready Adobe PDF documents without any third-party software. The fully programmable component supports nested tables, document sections, images, text frames, drag and drop, headers and footers, bulleted and numbered lists and MS Word compatible mail merge fields for database applications. Typical applications include mail merge, PDF creation, document conversion or WYSIWYG word processing.&lt;/p&gt;
	&lt;p&gt;The following editions are available:&lt;/p&gt;
	&lt;ul&gt;
		&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-net-enterprise/index.html?rc=ni_6521"&gt;TX Text Control .NET for Windows Forms Enterprise&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-net-professional/index.html?rc=ni_6521"&gt;TX Text Control .NET for Windows Forms Professional&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-net-standard/index.html?rc=ni_6521"&gt;TX Text Control .NET for Windows Forms Standard&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;p&gt;TX Text Control .NET for Windows Forms is also available as part of the following bundles:&lt;/p&gt;
	&lt;ul&gt;
		&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-bundle-enterprise/index.html?rc=ni_6521"&gt;TX Text Control Bundle Enterprise&lt;/a&gt;
		&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-bundle-professional/index.html?rc=ni_6521"&gt;TX Text Control Bundle Professional&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-bundle-standard/index.html?rc=ni_6521"&gt;TX Text Control Bundle Standard&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;h3&gt;Updates in V16&lt;/h3&gt;
	&lt;ul&gt;
		&lt;li&gt;&lt;strong&gt;New Data Binding&lt;/strong&gt;&lt;br/&gt;TX Text Control .NET 16.0 offers a new concept of binding TextControl to a button bar or any other third-party ribbon bar. The TextControl.InputFormat class represents all formatting attributes at the current text input position. The presentation layer can be abstracted and no additional event handling is required to update the state of specific buttons or menu entries.&lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;Windows Forms Browser Applications&lt;/strong&gt;&lt;br/&gt;Using TextControl, it is possible build browser-based applications that have exactly the same feature set as applications, built with Windows Forms. This includes loading files from and saving files to the client machine in all supported formats. Using TX Text Control .NET 16.0, you can build a complete word processing application for Internet Explorer. TextControl can be encapsulated in a user control assembly, including an integrated button bar, status bar and the powerful vertical and horizontal ruler bars of TX Text Control. This technology offers true WYSIWYG and a real page view of the document.&lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;New Repeating Table Headers&lt;/strong&gt;&lt;br/&gt;Tables are often used to display large amounts of data, for example in a sales report. As the maximum length of a table on any one page can only be the maximum height of the page (minus margins and headers and footers), it is necessary to divide the table every time a page break occurs. As of TX Text Control .NET 16.0, any row in a table can be automatically added to the top of each table, right after a page break has occurred. This new feature ensures that tables always have a table header on every page, regardless of how long they may become. Table headers may contain any formatting, text or images that are available in any other cell of a table. Therefore, it is possible, for example, to add a corporate logo to the top left cell of a long table on every page, while the others header cells contain bold textual information.&lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;New Spell Checker Interface&lt;/strong&gt;&lt;br/&gt;TX Text Control .NET 16.0 provides an entirely new generic spell checker interface that allows any 3rd partly spell checking component to be easily integrated into a TX Text Control based application. The TextControl.SpellCheckText event occurs, if the text of a document has been altered and the spelling of the new text needs to be checked. The event handler receives an argument of type SpellCheckTextEventArgs, which contains data that is related to this event. TX Text Control .NET 16.0 underlines these misspelled words automatically. Misspelled words are added to the MisspelledWords array, which can be used to manipulate the misspelled words in a document's text (remove, get item). This is particularly useful to create your own spell check dialog.&lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;New Text Part Collection&lt;/strong&gt;&lt;br/&gt;TX Text Control .NET 16.0 offers a number of collections for text, tables and images, which can occur in any part of a document. For example, in headers and footers, in text frames or in the main text of a document. In TX Text Control .NET 16.0, a new meta collection has been introduced that allows the iteration of the above mentioned parts of a document. This is useful to access all available collections via one standard interface. For example, in the case of mail merge, it is necessary to merge data in all text fields, regardless of which part of a document they occur. Potentially, merge fields could occur in headers and footers, in text frames or in the main text. Similarly, when implementing search and replace, all occurrences of the search term must be replaced, irrespective of its specific location within a document. The new TextPartCollection assists in applications, in which such functionality is required.&lt;/li&gt;
		&lt;li&gt;&lt;strong&gt;Improved PDF Import Filter&lt;/strong&gt;&lt;br/&gt;PDF import has been an integral part of TX Text Control since version 15.0. With each new version of TX Text Control, this import filter has been getting better and better, and can be used in an ever growing number of applications. This trend continues in TX Text Control .NET 16.0. Imported text is no longer arbitrarily imported into text frames, as was the case in the previous version of TX Text Control .NET. Text frames are now used only in the case of complicated word processing features, such as nested tables, formulas etc. For the end user, this has two main advantages: i) The speed at which text is imported has been dramatically improved and ii) the imported text is in one chunk and no longer in a number of different text frames. This makes editing the text after it has been imported much easier.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;h3&gt;About The Imaging Source&lt;/h3&gt;
	&lt;p&gt;&lt;a href="http://www.componentsource.com/features/the-imaging-source/index.html?rc=ni_6521"&gt;The Imaging Source&lt;/a&gt; was founded in Germany in 1991 under the name DBS (Digitale Bildverarbeitung und Systementwicklung). A few months after opening a branch in Charlotte, NC, USA, the company changed its name to The Imaging Source to address a worldwide market. The Imaging Source has been developing TX Text Control since its inception in 1991, but an equally important part of the company's expertise, which is reflected in the name, is the creation of complete imaging systems.&lt;/p&gt;
</description><category>.NET Components</category><category>.NET WinForm Controls</category><category>32 Bit</category><category>64 Bit</category><category>Components</category><category>Delphi</category><category>Embarcadero / CodeGear</category><category>Feature Releases</category><category>Microsoft</category><category>Text and Word Processing</category><category>Text Control (formerly The Imaging Source)</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual Basic 2010</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C# 2010</category><category>Visual C++ 2005</category><category>Visual C++ 2008</category><category>Visual C++ 2010</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><category>Visual Studio 2010</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/11/25/tx-text-control-net-enterprise.html?rc=ni_6521</guid><pubDate>Thu, 25 Nov 2010 18:00:00 GMT</pubDate></item><item><title>TX Text Control V15.1 SP3 released</title><link>http://www.componentsource.com/news/2010/08/13/tx-text-control-activex-enterprise-xml.html?rc=ni_5174</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/3/2544/default_w350.png?rc=ni_5174" alt="Setting table properties with TX Text Control."/&gt;&lt;p&gt;&lt;small&gt;Setting table properties with TX Text Control.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;TX Text Control gives your application the ability to read, edit, and create documents in industry standard formats like MS Word DOCX, DOC, RTF, HTML and XML. It includes the ability to export all documents to print-ready Adobe PDF documents without any third-party software. The fully programmable component supports nested tables, document sections, images, text frames, drag and drop, headers and footers, bulleted and numbered lists and MS Word compatible mail merge fields for database applications. Typical applications include mail merge, PDF creation, document conversion or WYSIWYG word processing.&lt;/p&gt;&lt;p&gt;The following .NET editions are available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-net-enterprise/index.html?rc=ni_5174"&gt;TX Text Control .NET Enterprise&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-net-professional/index.html?rc=ni_5174"&gt;TX Text Control .NET Professional&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-net-standard/index.html?rc=ni_5174"&gt;TX Text Control .NET Standard&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-net-server/index.html?rc=ni_5174"&gt;TX Text Control .NET Server&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The following ActiveX editions are available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-activex-enterprise-xml/index.html?rc=ni_5174"&gt;TX Text Control ActiveX Enterprise/XML&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-activex-professional/index.html?rc=ni_5174"&gt;TX Text Control ActiveX Professional&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-activex-standard/index.html?rc=ni_5174"&gt;TX Text Control ActiveX Standard&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-activex-server/index.html?rc=ni_5174"&gt;TX Text Control ActiveX Server&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The following .NET and ActiveX bundle editions are available:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-bundle-enterprise/index.html?rc=ni_5174"&gt;TX Text Control Bundle Enterprise&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-bundle-professional/index.html?rc=ni_5174"&gt;TX Text Control Bundle Professional&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-bundle-standard/index.html?rc=ni_5174"&gt;TX Text Control Bundle Standard&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in V15.1 SP3&lt;/h3&gt;&lt;p&gt;&lt;span id="pcvt_NewFeaturesSpan"&gt;&lt;span id="pcvt_NewFeaturesSpan"&gt;The following bugs have been fixed:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Memory error on pasting very specific long documents&lt;/li&gt;&lt;li&gt;Text Filters - RTF -Specific documents can't be loaded and cause a crash of TX Text Control&lt;/li&gt;&lt;li&gt;Text Filters - RTF - Specific documents can't be loaded and cause a crash of TX Text Control&lt;/li&gt;&lt;li&gt;Image Filters - PNG import - problem with 8 bit PNGs with alpha channel&lt;/li&gt;&lt;li&gt;Text Filters - PDF/A export - Missing end tag in meta data&lt;/li&gt;&lt;li&gt;Text Filters - HTML import - Content of span and font tags inside pre tags is ignored&lt;/li&gt;&lt;li&gt;Text Filters - RTF export - FT_STANDARD-type fields are not exported correctly&lt;/li&gt;&lt;li&gt;Text Filters - HTML import - TX Text Control discards content of table header cells&lt;/li&gt;&lt;li&gt;Text Filters - HTML export - Inline styles get lost&lt;/li&gt;&lt;li&gt;Text Filters - HTML export - Nested tables cause 01-1D09&lt;/li&gt;&lt;li&gt;Image Filters - JPG export -Image conversion swaps colors of internal image data&lt;/li&gt;&lt;li&gt;Text Filters - HTML import - Two adjacent empty links at the beginning of a document cause error&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;About The Imaging Source&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/the-imaging-source/index.html?rc=ni_5174"&gt;The Imaging Source&lt;/a&gt; was founded in Germany in 1991 under the name DBS (Digitale Bildverarbeitung und Systementwicklung). A few months after opening a branch in Charlotte, NC, USA, the company changed its name to The Imaging Source to address a worldwide market. The Imaging Source has been developing TX Text Control since its inception in 1991, but an equally important part of the company's expertise, which is reflected in the name, is the creation of complete imaging systems.&lt;/p&gt;</description><category>16 Bit</category><category>32 Bit</category><category>ActiveX .NET Ready</category><category>ActiveX Components</category><category>ActiveX OCX</category><category>Components</category><category>Delphi</category><category>DLL</category><category>Embarcadero / CodeGear</category><category>Microsoft</category><category>Patch Releases</category><category>Text and Word Processing</category><category>Text Control (formerly The Imaging Source)</category><category>Visual Basic</category><category>Visual Basic .NET</category><category>Visual C# .NET</category><category>Visual C++</category><category>Visual C++ .NET</category><category>Visual Studio</category><category>Visual Studio .NET</category><guid isPermaLink="false">http://www.componentsource.com/news/2010/08/13/tx-text-control-activex-enterprise-xml.html?rc=ni_5174</guid><pubDate>Fri, 13 Aug 2010 17:15:00 GMT</pubDate></item><item><title>TX Text Control updated to V15.1</title><link>http://www.componentsource.com/news/2009/12/02/tx-text-control-net-enterprise.html?rc=ni_2049</link><description>&lt;div class="image"&gt;&lt;img src="http://ftp.componentsource.com/res/pub/media/2/1126/default_w350.png?rc=ni_2049" alt="Configuring a hyperlink in an RTF file with TX Text Control."/&gt;&lt;p&gt;&lt;small&gt;Configuring a hyperlink in an RTF file with TX Text Control.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;Latest version adds built-in drag-and-drop support, skinnable controls and unlimited zoom.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;TX Text Control includes the ability to export all documents to print-ready Adobe PDF documents without any third-party software. The fully programmable component supports nested tables, document sections, images, text frames, drag and drop, headers and footers, bulleted and numbered lists and MS Word compatible mail merge fields for database applications. Typical applications include mail merge, PDF creation, document conversion or WYSIWYG word processing.&lt;/p&gt;&lt;p&gt;The following editions are available:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;TX Text Control .&lt;strong&gt;NET&lt;/strong&gt; editions&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-net-enterprise/index.html?rc=ni_2049"&gt;TX Text Control .NET Enterprise&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-net-professional/index.html?rc=ni_2049"&gt;TX Text Control .NET Professional&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-net-standard/index.html?rc=ni_2049"&gt;TX Text Control .NET Standard&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-net-server/index.html?rc=ni_2049"&gt;TX Text Control .NET Server&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;TX Text Control ActiveX&lt;/strong&gt;
		&lt;strong&gt;editions&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-activex-enterprise-xml/index.html?rc=ni_2049"&gt;TX Text Control ActiveX Enterprise&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-activex-professional/index.html?rc=ni_2049"&gt;TX Text Control ActiveX Professional&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-activex-standard/index.html?rc=ni_2049"&gt;TX Text Control ActiveX Standard&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-activex-server/index.html?rc=ni_2049"&gt;TX Text Control ActiveX Server&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;TX Text Control Bundle (includes both .NET and ActiveX editions)&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-bundle-enterprise/index.html?rc=ni_2049"&gt;TX Text Control Bundle Enterprise&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-bundle-professional/index.html?rc=ni_2049"&gt;TX Text Control Bundle Professional&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.componentsource.com/products/tx-text-control-bundle-standard/index.html?rc=ni_2049"&gt;TX Text Control Bundle Standard&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Updates in V15.1&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Display Colors&lt;/strong&gt;&lt;br/&gt;Skinnable Controls - All colors TX Text Control uses for the display elements can now be changed.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Fully featured built-in drag and drop support&lt;/strong&gt;&lt;br/&gt;Drag and drop text from other applications and move text within a document.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Image and TextFrame Positioning&lt;/strong&gt;&lt;br/&gt;The insertion mode and positioning of inserted images can be changed programmatically.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Saving Images&lt;/strong&gt;&lt;br/&gt;Image formats are automatically maintained or can be adjusted programmatically using the SaveSettings class.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Inserting Images from Memory&lt;/strong&gt;&lt;br/&gt;A new Image constructor accepts a System.Drawing.Image object, which is used to initialize the TXTextcontrol.Image object.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Image Rendering&lt;/strong&gt;&lt;br/&gt;Scaled images are rendered smoothly in version 15.1.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Unlimited Zoom Factor&lt;/strong&gt;&lt;br/&gt;The ZoomFactor of a TextControl is no longer limited to 400 percent, when the ViewMode property has been set to PageView or Normal. For the other modes the zoom factor is limited to 400 percent.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Mouse Wheel&lt;/strong&gt;&lt;br/&gt;The functionality of the mouse wheel has been extended. Pressing the SHIFT key scrolls the visual part of the document horizontally and pressing the CONTROL key zooms the document.&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Supported Fonts&lt;/strong&gt;&lt;br/&gt;The new GetSupportedFonts method returns an array of strings specifying the names of all currently supported fonts.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;For more information visit:&lt;br/&gt;&lt;a href="http://www.textcontrol.com/en_US/corporate/press/archive/20091205/"&gt;http://www.textcontrol.com/en_US/corporate/press/archive/20091205/&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;About The Imaging Source&lt;/h3&gt;&lt;p&gt;&lt;a href="http://www.componentsource.com/features/the-imaging-source/index.html?rc=ni_2049"&gt;The Imaging Source&lt;/a&gt; was founded in Germany in 1991 under the name DBS (Digitale Bildverarbeitung und Systementwicklung). A few months after opening a branch in Charlotte, NC, USA, the company changed its name to The Imaging Source to address a worldwide market. The Imaging Source has been developing TX Text Control since its inception in 1991, but an equally important part of the company's expertise, which is reflected in the name, is the creation of complete imaging systems.&lt;/p&gt;</description><category>.NET Components</category><category>.NET WinForm Controls</category><category>32 Bit</category><category>64 Bit</category><category>Components</category><category>Delphi</category><category>Embarcadero / CodeGear</category><category>Feature Releases</category><category>Microsoft</category><category>Text and Word Processing</category><category>Text Control (formerly The Imaging Source)</category><category>Visual Basic 2005</category><category>Visual Basic 2008</category><category>Visual C# 2005</category><category>Visual C# 2008</category><category>Visual C++ 2005</category><category>Visual C++ 2008</category><category>Visual Studio 2005</category><category>Visual Studio 2008</category><guid isPermaLink="false">http://www.componentsource.com/news/2009/12/02/tx-text-control-net-enterprise.html?rc=ni_2049</guid><pubDate>Wed, 02 Dec 2009 21:11:00 GMT</pubDate></item></channel></rss>
