Products Technologies Demo Docs Blog Support Company

DocumentViewer 29.2 (29.0.302.500) Final Released

We are happy to announce the final release of version 29.2 of the DocumentViewer for ASP.NET and ASP.NET Core. It comes with many new annotation and form field features to deploy documents for collaboration and form field completion processes.

DocumentViewer 29.2 (29.0.302.500) Final Released

Over last couple months, we provided pre-release versions of the DocumentViewer and we are happy to announce that now, the final version 29.2 has been officially released.

https://www.nuget.org/packages/TXTextControl.Web.DocumentViewer/29.0.302.500

In order to install this version, use the package manager console:

Install-Package TXTextControl.Web.DocumentViewer -Version 29.0.302.500

Completing Form Fields

Version 29.2 of the DocumentViewer for ASP.NET supports the completion of MS Word compatible form fields.

DocumentViewer

A unique feature of TX Text Control form fields is the usage of Conditional Instructions. It is possible to add dependencies between fields based on logical operators. This allows to add a complete workflow to forms by adding dependencies between form fields.

These form field conditions are now implemented in version 29.2. Forms created with TX Text Control using the online editor or using one of the Windows versions can be loaded into the DocumentViewer which switches automatically into the form completion mode.

Using conditional instructions, fields values can be controlled and relations between fields can be implemented. Typical instructions are:

  • Enable form fields based on a selected/added value of another form field
  • Mark fields as invalid based on content
  • Specify form field content or items based on the content of another form field
  • Validate entries based on string or numeral comparisons

Stamps, Sticky Notes and Comments

The TX Text Control DocumentViewer provides these annotation and collaboration features to all supported document formats including MS Word DOC, DOCX, RTF and the internal TX Text Control format. The annotations are not stored within the document which allows you to share annotations with all document types that are supported including DOCX, DOC, RTF and PDF.

DocumentViewer

DocumentViewer

The DocumentViewer provides all typical annotation types out-of-the-box:

  • Textual Highlights are used to add a comment to a range of text.

    Annotation types

  • Notes are inserted at any location to add a textual note.

    Annotation types

  • Text can be added at any location of a page.

    Annotation types

  • Stamps can be customized and inserted at any location.

    Annotation types

  • Drawings are used to mark locations in a document.

    Annotation types

The updated documentation of TXDocumentViewer can be found here:

TXDocumentViewer Object

You can test all new features in our live demos:

Launch Demo

Stay in the loop!

Subscribe to the newsletter to receive the latest updates.

Angular

Integrate document processing, editing, sharing, collaboration, creation, electronic signatures, and PDF generation into your Angular Web applications.

Learn more about Angular

Related Posts

AngularASP.NETDocumentViewer

DocumentViewer: Deploying Forms

This sample shows how to deploy a form with form fields using the DocumentViewer in order to collect the completed data.


AngularASP.NETAnnotations

Smart Documents: Embedding Documents in PDF Containers

TX Text Control is able to embed and extract embedded files to and from PDF documents. This can be used to create smart document containers that consists of the original document for editing and…


AngularASP.NETAnnotations

DocumentViewer Annotations: Highlight Text

We just published a pre-release version of the DocumentViewer that includes a new annotation feature: Text highlights. It is now possible to select text to add a comment at a specific text…


AngularASP.NETDocumentViewer

Updated DocumentViewer Features: Zooming and Panning

We just published a new version of the TX Text Control DocumentViewer available for ASP.NET, ASP.NET Core and Angular that implements new features such as zooming and panning.


AngularASP.NETJavaScript

Using the Document Editor in SPA Applications using the removeFromDom Method

This article shows how to use the removeFromDom method to remove the Document Editor from the DOM when it is no longer needed. This is useful when the Document Editor is used in a Single Page…