Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 5,321 for

file watermark

(0.04 sec)
  1. Find Word and its Homophones in Multiple Files ...

    Find specific word and its homophones within different Files of a folder using Java. Build application for homophones using document searching Java API....homophones within multiple files of any specific folder. It can...Search You can download the JAR file from the downloads section or...

    blog.groupdocs.com/search/find-homophones-in-mu...
  2. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document....Watermark Product Solution GroupDocs...document was saved to a file, this file can be opened by an Internet...

    docs.groupdocs.com/search/net/highlighting-sear...
  3. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF Files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF Files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Watermark Product Solution GroupDocs...Metadata in ASF Files Working with Metadata in ASF Files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Installation | Documentation

    On this page you will find system requirements supported platforms, development environments. GroupDocs.Comparison for .NET does not require any external software or third party tool to be installed....Watermark Product Solution GroupDocs...reference the downloaded assembly files in your project, follow these...

    docs.groupdocs.com/comparison/net/installation/
  5. Installation | Documentation

    The page describes how to add the GroupDocs.Annotation library to your .NET project....Watermark Product Solution GroupDocs...assembly files in your project, do the following: Extract files from...

    docs.groupdocs.com/annotation/net/installation/
  6. Font embedding options | Documentation

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....Watermark Product Solution GroupDocs...resembles the “Embed fonts in the file” option with all sub-options...

    docs.groupdocs.com/editor/net/font-embedding-op...
  7. Sign document with Barcode signature and additi...

     This article explains how to sign document with Barcode electronic signatures using extended options with GroupDocs.Signature API....Watermark Product Solution GroupDocs...DarkGreen ) } }; // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-document-...
  8. Extract tables from Microsoft Office Word docum...

    To extract tables from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Tables are represented by “table” tag. For more details, see Extract text structure. Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT Files. Therefore, for TXT File getStructure method returns null. If Microsoft Office Word document has no text, getStructure method returns an empty org....Watermark Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-tables-f...
  9. Export Indexed Documents to HTML using C#

    Learn how to export indexed documents to HTML using C# with easy-to-follow steps. Implement C# export indexed documents to HTML for better document management....Watermark Product Family GroupDocs.Merger...content is then written to a file, making it accessible for further...

    kb.groupdocs.com/search/net/export-indexed-docu...
  10. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Excel Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Watermark Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/generating-repo...