This article explains how to adjust page size when rendering E-Mail Messages with GroupDocs.Viewer within your .NET applications....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Note This page contains release notes for GroupDocs.Metadata for .NET 17.10.2 Major Features There is one bug fix in this hotfix monthly release. TIF - Bit Depth is affected when removing metadata All Changes Key Summary Category METADATANET-1931 TIF - Bit Depth is affected when removing metadata Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs.Metadata for .NET 17.10.2 It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in GroupDocs....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Full list of changes in this release Key Category Summary ANNOTATIONNET-2147 Feature Added an ability to set a FontSize property for ReplacementAnnotation ANNOTATIONNET-2156 Fix Fixed the broken link at the end of SquigglyAnnotation page Major Features Added ability to set FontSize property for ReplacementAnnotation In this release we’ve implenented IFontSize interface for IReplacementAnnotation. From user perspective, it means that from now there is an ability to set a font size for replacement annotation....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This section explains how to load document from stream with GroupDocs.Signature API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly.
The following example shows how to load the document from the stream:
// Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to set date-time format and timezone offset for Email messages with GroupDocs.Viewer within your .NET applications....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
The page describes how to implement user roles in GroupDocs.Annotation for .NET API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...
Development Environment Operating Systems GroupDocs.Search for Java can be executed on any Operating System with Java JDK installed.
Windows Desktops and Servers Linux Mac OS Supported Runtime **GroupDocs.**Search for Java supports Java run-time version 6 (1.6) and above.
Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Artifactory using Maven GroupDocs hosts all Java APIs on GroupDocs Artifactory. You can easily use GroupDocs.Search for Java API directly in your Maven projects with simple configurations....Signature Product Solution GroupDocs.Assembly Product Solution GroupDocs...