Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 1,397 for

document management

(0.04 sec)
  1. Online Signature Plugin from GroupDocs Now Avai...

    We’ve announced the launch of GroupDocs’ online signature plugin for DotNetNuke. This plugin lets you embed signature forms into DotNetNuke, share them with customers and collect signatures online. The workflow is simple: upload a Document template to GroupDocs, add signature fields (date, sign, single/multi-line text fields, etc.), include signer email addresses and publish. Recipients fill in the form information and submit it online. An instant notification is received on completion of the task....workflow is simple: upload a document template to GroupDocs, add...signing and sending business documents through a web-browser. No...

    blog.groupdocs.com/signature/online-signature-p...
  2. Scan QR Code from RTF using C#

    This guide explains how to scan QR Code from RTF using C#, with a code example to help you efficiently extract QR Code from RTF in C#, ensuring a smooth and seamless process....retrieve embedded data from documents becomes essential. When you...experience in handling diverse document formats. Steps to Scan QR...

    kb.groupdocs.com/parser/net/scan-qrcode-from-rt...
  3. How to Add Watermark to Excel Worksheets using ...

    You will find guidance on how to add watermark to excel worksheets using Java, along with working code example to insert watermark in xlsx using Java on any system....popular application for data management and report creation, and...watermarks into your XLSX document. Steps to Add Watermark to...

    kb.groupdocs.com/annotation/java/how-to-add-wat...
  4. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/extracting-comm...
  6. Search Different Word Forms using C#

    Search different word forms using C# to find nouns in singular or plural. An example will be provided to implement word form search in C# without extra installation....C# Efficient and accurate document search is crucial in many...applications, from content management systems to information retrieval...

    kb.groupdocs.com/search/net/search-different-wo...
  7. Features overview | Documentation

    Salient features of file conversion API using Java are described in this article...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...convert any document from any of supported source document formats...

    docs.groupdocs.com/conversion/java/features-ove...
  8. Extract Hyperlinks from XLS using C#

    Efficiently extract hyperlinks from XLS using C#. Learn how to read hyperlinks from XLS in C# with step-by-step guidance, enhancing your Document processing workflows.... Effectively managing these links is essential for...validation, content analysis, or document conversion, this approach...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  9. Highlight Search Results using C#

    Learn how to highlight search results using C# with our guide. Moreover, we will provide code example to highlight search results in C# for better Document Management....Results using C# Efficiently managing search results and making...aspect of developing robust document search applications. With...

    kb.groupdocs.com/search/net/highlight-search-re...
  10. Generate document page preview | Documentation

    The page describes how to generate PDF, Word, Excel, PowerPoint Documents thumbnails and preview Document pages using GroupDocs.Annotation for .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product.../ Generate document page preview Generate document page preview...

    docs.groupdocs.com/annotation/net/generate-docu...