by Text Control - Product Type: Component / .NET WinForms / Managed/Unmanaged Code - without COM / ActiveX OCX / ActiveX DLL / DLL
Please note, these renewals are only available for customers who have existing TX Text Control Bundle subscriptions. New Bundle licenses are no longer available for purchase.
TX Text Control ActiveX Enterprise/XML, TX Text Control ActiveX Professional, TX Text Control ActiveX Standard, TX Text Control .NET for Windows Forms Enterprise, TX Text Control .NET for Windows Forms Professional and TX Text Control .NET for Windows Forms Standard are still available individually.
TX Text Control Bundle Standard by Text Control
URLs: tx-text-control-bundle-standard, tx text control bundle standard, txtextcontrolbundlestandard, text-control, text control, textcontrol
Give your .NET and ActiveX application the ability to read, edit, and create documents in industry standard formats like MS Word DOCX, DOC, RTF, HTML and XML. TX Text Control Bundle includes both the ActiveX and .NET versions. All documents can be exported 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.
TX Text Control is a royalty-free programming component that offers an extensive palette of word processing features.
It gives your application the ability to read, edit and create documents in most popular formats such as RTF, Microsoft Word (including Microsoft Word XP), HTML, CSS and XML. In addition, TX Text Control can convert these file formats to PDF.
TX Text Control supports all major word processing features like tables, headers & footers, hyperlinks, bullets, numbered lists, zoom, page view and image import/export. Virtually all office or database applications can make use of this powerful and sophisticated word processing.
TX Text Control ActiveX Standard Features
Bullets and Numbered Lists
Character and Paragraph Formatting
Clipboard Operations
Find and Replace
Images
Integrated Dialog Boxes
Loading from and saving to databases
Multi-Level Undo / Redo
Page and Document Settings
Printing and Print Preview
Spell Checking
Tables
Zooming
Control Settings
Line and Character Operations
Marked Text Fields
Text Selections and Character Input
Toolbars
Multi-Language Support
Unicode
Hypertext Markup Language (HTML)
Image Formats
Rich Text Format (RTF)
Delphi
Microsoft Internet Explorer
Microsoft Visual Basic
TX Text Control ActiveX Professional Features (includes everything in the Standard Edition plus)
Document Sections
Headers and Footers
Hypertext Links
Page Columns
Text Frames
Microsoft Word Merge Fields
Stylesheet Programming
XML Programming
Adobe Portable Document Format (PDF) Export
Microsoft Office Open XML (DOCX)
Microsoft Word (DOC)
TX Text Control ActiveX Enterprise Features (includes everything in the Professional Edition plus)
Stylesheet Formatting
Stylesheet Programming
XML Programming
Adobe Portable Document Format Archive (PDF/A) Export
Cascading Style Sheet (CSS)
Document Type Description (DTD)
Extensible Markup Language (XML)
TX Text Control .NET Enterprise Features (includes everything in the Professional Edition plus)
Stylesheet Formatting
Stylesheet Programming
XML Programming
Adobe Portable Document Format Archive (PDF/A) Export
Cascading Style Sheet (CSS)
Document Type Description (DTD)
Extensible Markup Language (XML)
TX Text Control .NET Professional Features (includes everything in the Standard Edition plus)
Document Sections
Headers and Footers
Hypertext Links
Page Columns
Text Frames
Microsoft Word Merge Fields
Page Rendering Engine
Adobe Portable Document Format (PDF) Export
Adobe Portable Document Format (PDF) Import
Microsoft Office Open XML (DOCX)
Microsoft Word (DOC)
TX Text Control .NET Standard Features
Bullets and Numbered Lists
Character and Paragraph Formatting
Clipboard Operations
Find and Replace
Images
Integrated Dialog Boxes
Loading from and saving to databases
Multi-Level Undo / Redo
Page and Document Settings
Printing and Print Preview
Spell Checking
Tables
Zooming
64 bit Version
Control Settings
Line and Character Operations
Marked Text Fields
Programming Paragraphs
Text Selections and Character Input
Toolbars
Multi-Language Support
Unicode
Hypertext Markup Language (HTML)
Image Formats
Rich Text Format (RTF)
Microsoft C# .NET (VS 2010, 2008 and 2005)
Microsoft Visual Basic .NET (VS 2010, 2008 and 2005)
What’s new in TX Text Control .NET V16?
New Data Binding - 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.
Windows Forms Browser Applications - 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.
New Repeating Table Headers - 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.
New Spell Checker Interface - TX Text Control .NET 16.0 provides an entirely new generic spell checker interface that allows any 3rd party 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.
New Text Part Collection - 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.
Improved PDF Import Filter - 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.
What’s new in TX Text Control V15.1 SP3? - The following bugs were fixed:
Memory error on pasting very specific long documents
Text Filters - RTF -Specific documents can't be loaded and cause a crash of TX Text Control
Text Filters – RTF - Specific documents can't be loaded and cause a crash of TX Text Control
Image Filters - PNG import - problem with 8 bit PNGs with alpha channel
Text Filters - PDF/A export - Missing end tag in meta data
Text Filters - HTML import - Content of span and font tags inside pre tags is ignored
Text Filters - RTF export - FT_STANDARD-type fields are not exported correctly
Text Filters - HTML import - TX Text Control discards content of table header cells
Text Filters - HTML export - Inline styles get lost
Text Filters - HTML export - Nested tables cause 01-1D09
Image Filters - JPG export -Image conversion swaps colors of internal image data
Text Filters - HTML import - Two adjacent empty links at the beginning of a document cause error
What’s new in TX Text Control .NET V15.1 SP2? - The following bugs were fixed:
Drag and Drop - If text is dropped onto a text field which is Editable = false, the text is deleted.
Headers and Footers - Occasional problems when changing headers and footers programmatically.
Image Filters - HTML export: Document containing reference to missing image causes error when saving to HTML.
Image Filters - IC: JPG files lacking resolution information are loaded incorrectly.
Image Filters - Image not correctly displayed, if it has been inserted as shape, but should be displayed inline.
Images - TX Text Control crashes, if an image is moved and undo called.
Images - Occasional problems when moving an image in text.
Images - ImageCollection.Remove removes previous character instead of image.
Images - Image references in TX Text Control 10.0 documents are not loaded by IC.
Other - Ctrl + Backspace stops at paragraph.
Printing - SetViewportEx does not work in TX Text Control 15.0.
Refresh - Refresh problem between pages.
Scrolling - If the current pages are requested, the scroll location changes.
Scrolling - Horizontal scrollbar is visible in Normal view mode, although Scrollbars have been deactivated
Text Fields - Text can be pasted to DocumentTargets.
Text Filters - PDF import formatting problems.
Text Filters - Loading a specific PDF file occurs error 01-2C17.
Text Filters - Error loading PDF - using "Fl" as short for "FlateDecode" was not supported.
Text Filters - DOC import: Missing table formatting.
Text Filters - HTML import: embedded image in link causes 01-241F.
Text Filters - HTML export: Documents with text frames containing hyperlinks can cause 1D09.
Text Filters - RTF export: OLE object without metafile causes 1D09.
Text Filters - RTF text is not correctly centered as in TX Text Control 13.0.
Text Filters - HTML export: base64 data can get truncated.
Text Filters - DOC import: Rectangles with zero height or width generate export error in other formats.
Text Filters - RTF import: Empty section and a bookmark at the end of a document cause error.
Text Filters - RTF import: Missing link targets.
Text Filters - HTML import: White space character between hyperlinks vanishes.
Text Filters - DOC import: Hyperlink fragment strings with SPACE characters are abbreviated.
Text Filters - If a document contains images and is saved to PDF in a loop, a memory leak occurs.
Text Filters - HTML: Pasted hyperlinks are exported twice to HTML.
Text Filters - RTF import: nested table inside field not read correctly.
Text Filters - DOCX import: Unable to read document generated by Open XML SDK 2.0.
Text Filters - HTML import: some MS Word 2003 documents are not loaded correctly.
Text Filters - HTML import: Character entities without semicolon cause 1D09.
Text Filters - HTML import: content of < td > and < tr > tags in wrong places is ignored.
Text Filters - Hyperlinks copied and pasted into TX Text Control are saved twice in HTML.
Text Filters - HTML import: Paragraphs do not have top and bottom margins by default.
Text Filters - HTML import: Hidden list items are shown or cause empty lines.
Text Filters - RTF import: Linked image not shown, if link broken.
Text Filters - RTF export: Properties of paragraphs inside text fields in wrong place.
Text Formatting - Display problems on pages which end with a paragraph character near the PageMargins.Bottom.
Text Frames - Object positions are wrong after changing the insertion mode programatically.
Text Frames - If EditMode equals ReadAndSelect, text in text frames can still be edited.
What's new in TX Text Control .NET V15.1 SP1?
Performance issues on loading and saving documents in a loop. Fixed.
PDF export: Link targets malfunctioning. Fixed.
TIFF file import shows 03-0C02 error. Fixed.
RTF import: table row properties after table rows break tables. Fixed.
What's new in TX Text Control ActiveX V15.1 SP1?
Link targets malfunctioning. Fixed.
TIFF file import shows 03-0C02 error. Fixed.
RTF import: table row properties after table rows break tables. Fixed.
What’s new in TX Text Control V15.1?
Display Colors - Skinnable Controls - All colors TX Text Control uses for the display elements can now be changed.
Fully featured built-in drag and drop support - Drag and drop text from other applications and move text within a document.
Image and TextFrame Positioning - The insertion mode and positioning of inserted images can be changed programmatically.
Saving Images - Image formats are automatically maintained or can be adjusted programmatically using the SaveSettings class.
Inserting Images from Memory - A new Image constructor accepts a System.Drawing.Image object, which is used to initialize the TXTextcontrol.Image object.
Image Rendering - Scaled images are rendered smoothly in version 15.1.
Unlimited Zoom Factor - 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.
Mouse Wheel - 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.
Supported Fonts - The new GetSupportedFonts method returns an array of strings specifying the names of all currently supported fonts.
What's New in TX Text Control 15.0?
New and Updated Features
Page Columns
Divide a page into an unlimited number of columns.
PDF/A Format
Export documents to ISO standard PDF/A-1b.
Legal Numbering
Add legal numbering to structured lists.
PDF Import 1
Import PDF documents into TX Text Control.
Programming Paragraphs
Programmatically iterate through and process paragraphs.
Customizable Clipboard
Customize the behavior of the clipboard.
Page Rendering Engine
Capture an image of a page's content (bitmap and metafile).
Button and Ruler Bars
Updated to accommodate new and updated features.
Valid XHTML Export
Export documents to valid XHTML.
ASP.NET DocumentViewer 2
View and merge documents in the browser.
Mail-Merge Component 2
Updated to support new types of merge fields.
1 - TX Text Control .NET and TX Text Control .NET Server only.
2 - TX Text Control .NET Server only.
What's new in TX Text Control V14.0?
64 bit Edition: TX Text Control is available as a 64 bit edition. All kernel and filter DLL files have been extended to support 64 bit memory addresses. The names of the DLL files are the same for 32 bit and 64 bit. The TX Text Control class library is platform independent
Section Formatting: A document can be split into several sections to enable different page sizes and margins and different headers and footers in the same document.
Headers and Footers: The contents and the alignment of headers and footers can be different for each section. Also each section can have a special header and a special footer for the section's first page. If a section does not need its own header or footer, its header or footer can be connected with the header or footer of the previous section.
WordprocessingML Format: TX Text Control supports the WordprocessingML part of the Microsoft Office Open XML format. This format is a ZIP compressed XML format for word processing and is used as standard format of Microsoft Word. A TextControl can load and save files (.docx extension) and blocks of memory containing documents formatted with this format.
Import and Export of Microsoft Word Fields: TX Text Control now supports importing and exporting Microsoft Word fields contained in Microsoft Word and RTF documents.
Mail Merge: A MailMerge component has been added that can be used to effortlessly merge template documents with database content in .NET projects, such as ASP.NET web applications, web services or Windows services.
Import and Export of Heiler HighEdit Fields: TX Text Control also supports the import and export of Heiler HighEdit fields contained in RTF documents.
Page Coordinates: Because a document can have pages with different sizes a PageCollection informs about the alignment of the page and the page's text contents
Merging Documents: For better support when merging documents, the TextControl.Append and ServerTextControl.Append methods have been added
Formatting Printer: A printer for which the document is formatted can be specified with the TextControl.FormattingPrinter property. If the document is printed with this printer the displayed and the printed document have the same dimensions.
Background Printing: Additional contents such as images or watermarks can be printed on a page of a document. An application can add its own PrintPageEventHandler to a PrintDocument
What's New in TX Text Control ActiveX V14?
Section Formatting: A document can be split into several sections to enable different page sizes and margins and different headers and footers in the same document.
Headers and Footers: The contents and the alignment of headers and footers can be different for each section. Also each section can have a special header and a special footer for the section's first page. If a section does not need its own header or footer, its header or footer can be connected with the header or footer of the previous section.
WordprocessingML Format: TX Text Control supports the WordprocessingML part of the Microsoft Office Open XML format. This format is a ZIP compressed XML format for word processing and is used as standard format of Microsoft Word. A TextControl can load and save files (.docx extension) and blocks of memory containing documents formatted with this format.
Import and Export of Heiler HighEdit Fields:TX Text Control also supports the import and export of Heiler HighEdit fields contained in RTF documents. The names of these fields are available through the FieldTypeData property, if the field is of the type txFieldHighEdit.
Import and Export of Microsoft Word Fields: TX Text Control now supports importing and exporting Microsoft Word fields contained in Microsoft Word and RTF documents.
Background Printing: Additional contents such as images or watermarks can be printed on a page of a document. An application can add its own PrintPageEventHandler to a PrintDocument
What's new in TX Text Control V13.0?
True Browser-based Rich Text Editing - Create full featured word processing apps that run in MSIE
Paragraph Formatting - Set multiple new paragraph attributes with shipped dialog box
Horizontal and Vertical Ruler Bars - Set margins, height of headers and footers and width and height of table cells
Contemporary Application Look and Feel - Create slick and highly usable applications with the new styling options
Hypertext Links in PDF Documents - Convert hypertext links to their PDF pendants on export
Clipboard Import - Import HTML formatted text directly from the clipboard
Text Fields and Hypertext Targets - Multiple field handling improvements
New and Updated Features in V12
Text Frames - Freely placeable and programmable text frames can be inserted and positioned as characters or geometrically relative to a paragraph or a page
Anchored Images - Images can be anchored to a specific paragraph and thus maintain their geometrical position, in relation to the paragraph to which they are anchored
New Object Attribute Dialog Box - New built-in dialog box for all image, text frame and object attributes. Settings such as size, layout, position, filename, format, resolution and compression can be adjusted Image Improvements - Simply switch between the image position modes: convert an image inserted as character to an image at a fixed position or anchor it to a paragraph using the new dialog box
Table Formatting - Now it is possible to insert page breaks inside of a table, keep table rows together on one page and to specify the table cell height
New and updated features in V11
Nested Tables - View and edit complex documents, such as datasheets. All text filters (HTML, RTF, DOC and PDF) have been improved
Multi-level Undo and Redo - Get full access to the actions history from program code
Improved PDF Export - Set image resolution and document security
Improved JPEG Export - Set image resolution and image compression
Improved Ruler Bar - Add a modern look and feel to end-user applications
Please note, these renewals are only available for customers who have existing TX Text Control Bundle subscriptions. New Bundle licenses are no longer available for purchase.
TX Text Control ActiveX Enterprise/XML, TX Text Control ActiveX Professional, TX Text Control ActiveX Standard, TX Text Control .NET for Windows Forms Enterprise, TX Text Control .NET for Windows Forms Professional and TX Text Control .NET for Windows Forms Standard are still available individually.
Give your .NET and ActiveX application the ability to read, edit, and create documents in industry standard formats like MS Word DOCX, DOC, RTF, HTML and XML.
Pricing: TX Text Control Bundle - Standard Subscription Renewals 1 Developer License - Pre Expiry, TX Text Control Bundle - Standard Subscription Renewals 1 Developer License - Post Expiry - only available 30 days after the expiry date
Evals & Downloads: Read the TX Text Control ActiveX help file, Read the TX Text Control .NET help file, Read the TX Text Control Success Stories - Education, Read the TX Text Control Success Stories - Medical, Read the TX Text Control Success Stories - Office, Read the TX Text Control Success Stories - Office 2, Read the TX Text Control Editions Comparison
Operating System for Deployment: Windows 7, Windows Vista, Windows XP, Windows ME, Windows 2000, Windows 98, Windows NT 4.0, Windows 95
Architecture of Product: 32Bit, 64Bit
Product Type: Component
Component Type: .NET WinForms, Managed/Unmanaged Code - without COM, ActiveX OCX, ActiveX DLL, DLL
Built Using: MFC V4.0, Visual C++ .NET 2002 / 2003, Visual C# .NET
General: Supports Apartment Model Threading
Compatible Containers: Microsoft Visual Studio 2008, Microsoft Visual Studio 2005, Microsoft Visual Studio 6.0, Microsoft Visual Studio 97, Microsoft Visual Basic 2008, Microsoft Visual Basic 2005, Microsoft Visual Basic 6.0, Microsoft Visual Basic 5.0, Microsoft Visual Basic 4.0, Microsoft Visual C++ 2008, Microsoft Visual C++ 2005, Microsoft Visual C++ 6.0, Microsoft Visual C++ 5.0, Microsoft Visual C++ 4.0, Microsoft Visual C# 2008, Microsoft Visual C# 2005, Delphi 7.0, Delphi 6.0, Delphi 5.0, Delphi 4.0, Delphi 3.0, .NET Framework 3.5, .NET Framework 3.0, .NET Framework 2.0
Product Class: User Interface Components
Keywords: textcontrol RTF rich text edit The Imaging Source (formerly DBS) TX Text Control TXText word processing write formatting textbox unicode PDF txtextcontrol
Text word words processing textbox
XML Extensible Markup
Part numbers: PC-513283-338991 513283-338991 PC-513283-338993 513283-338993
Mfr. Part No: TX Std Bundle Sub Post TX Std Bundle Sub Pre
Publisher
Primary Category
Related Products
Related Categories
ComponentSource offers a unique global service, used by over 1,000,000 software developers worldwide.