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.

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 Mail
In the latest pre-release version, stamps can be inserted into a document:
The font, font size, style and the color can be customized for each inserted stamp:
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"
}
]);
Another new annotation feature is the insertion of sticky notes at a specific location in the document:
Additionally, short text notes can be added and modified:
You can try this on your own by launching the live demo or downloading the latest pre-release version from NuGet:
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.
- Angular
- Blazor
- React
- JavaScript
- ASP.NET MVC, ASP.NET Core, and WebForms
Related Posts
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…
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.