Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 1,479 for

document management

(0.1 sec)
  1. Extract Images from DOCX using C#

    Learn how to extract images from DOCX using C# quickly with this guide. Obtain practical C# code to extract images from DOCX to improve your Document processing....developers dealing with Word documents. Whether it’s for processing...its constructor to load the document Call Parser.GetImages to retrieve...

    kb.groupdocs.com/parser/net/extract-images-from...
  2. Redact Text in RTF using C#

    This tutorial will guide you through the process of how to redact text in RTF using C#. Additionally, you'll get simple code example to replace text in RTF using C#....Rich Text Format ( RTF ) documents using C# is a valuable skill...sensitive information from documents to prevent unauthorized access...

    kb.groupdocs.com/redaction/net/redact-text-in-r...
  3. Single Row Image in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Email Document format. Single Row Image in Email Document Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Report must show image of the manager It must show Name and age of manager Adding Syntax to be evaluated by GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...in Email Document Single Row Image in Email Document Leave feedback...

    docs.groupdocs.com/assembly/java/single-row-ima...
  4. Edit and Update Form Fields | Documentation

    Editing Form Fields with GroupDocs.Editor for .NET...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product.../ Developer Guide / Field Management / Edit and Update Form Fields...

    docs.groupdocs.com/editor/net/edit-and-update-f...
  5. Chart Series Coloring in Presentation Document ...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Presentation Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS PowerPoint 2013: Create a new presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your Document Edit the Worksheet with your data to update the chart....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Series Coloring in Presentation Document Chart Series Coloring in Presentation...

    docs.groupdocs.com/assembly/java/chart-series-c...
  6. Compare Word Documents Online with GroupDocs' D...

    GroupDocs Comparison is a web-based tool that allows you to compare Word Documents, as well as PDF, Excel and other Documents online. It combines two Documents and highlights differences. While comparing Documents, the app generates a redline and blueline view of how the Documents differ. GroupDocs’ Document comparison tool highlights the differences this way: red strike-outs show deleted text and formatting; and blue underlines show added text and formatting. GroupDocs Comparison is mainly used to compare two Word Documents....Word documents , as well as PDF, Excel and other documents online...online. It combines two documents and highlights differences. While...

    blog.groupdocs.com/comparison/compare-word-docu...
  7. 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...
  8. 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...
  9. In-Table List in Spreadsheet Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in Spreadsheet format. Note The code uses some of the objects defined in The Business Layer. In-Table List in Microsoft Excel Document Creating a In-Table List Practising the following steps you can create In-Table List Template in MS Excel 2013. Add a new Workbook. Select the range of cells that you want to include in the table....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Spreadsheet Document In-Table List in Spreadsheet Document Leave feedback...

    docs.groupdocs.com/assembly/java/in-table-list-...
  10. 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...