Products Technologies Demo Docs Blog Support Company

DocumentViewer Pre-Release: Stamps, Sticky Notes and Comments

We just published a pre-release version of the DocumentViewer that supports an extension of the annotation feature. It is now possible to insert custom stamps, sticky notes and comments.

DocumentViewer Pre-Release: Stamps, Sticky Notes and Comments

The biggest advantage of the TX Text Control DocumentViewer for ASP.NET (Core), Angular and React is the independency from the PDF format. Many document viewers are limited to the PDF format and support the typical PDF collaboration features. 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.

Typically, a document is created using the reporting engine MailMerge or using the online document editor. All of these documents can be shared using the DocumentViewer in a web application.

Annotations

In the latest pre-release version, stamps can be inserted into a document:

Annotations

The font, font size, style and the color can be customized for each inserted stamp:

Annotations

Annotations

Custom stamps can be added to the list of available stamps using JavaScript:

TXDocumentViewer.annotations.setStampList([
  {
    "text": "text control rocks!",
    "color": "rgba(98, 158, 44, .9)",
    "font": "Arial",
    "size": "38",
    "weight": "bold",
    "style": "normal"
  },
  {
    "text": "custom stamp",
    "color": "rgba(0, 0, 200, .9)",
    "font": "Arial",
    "size": "60",
    "weight": "bold",
    "style": "normal"
  }
]);

Annotations

Another new annotation feature is the insertion of sticky notes at a specific location in the document:

Annotations

Additionally, short text notes can be added and modified:

Annotations

You can try this on your own by launching the live demo or downloading the latest pre-release version from NuGet:

Live Demo

Stay in the loop!

Subscribe to the newsletter to receive the latest updates.

ASP.NET

Integrate document processing into your applications to create documents such as PDFs and MS Word documents, including client-side document editing, viewing, and electronic signatures.

ASP.NET Core
Angular
Blazor
JavaScript
React
  • Angular
  • Blazor
  • React
  • JavaScript
  • ASP.NET MVC, ASP.NET Core, and WebForms

Learn more Trial token Download trial

Related Posts

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…


ASP.NETAnnotationsCollaboration

DocumentViewer Collaboration: Live Share Document Annotations

Digital collaboration became the norm in today's modern business world. Adding real-time document collaboration adds a significant value to applications to increase productivity for your users.…


ASP.NETCollaborationConditional Instructions

DocumentViewer Pre-Release: Forms with Conditional Instructions Support

We published another pre-release of the DocumentViewer that includes conditional instruction support for form fields compatible to the TX Text Control editor.


ASP.NETAnnotationsDocumentViewer

DocumentViewer: Aspect Ratio Scaling of Signature Annotations

In the latest version of the DocumentViewer, signature annotations can be scaled by keeping the aspect ratio. This article gives a quick overview of signature annotations and this new feature.