Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 5,233 for

groupdocs.watermark,

(0.05 sec)
  1. Remove Metadata from XLSX using C#

    Learn how to quickly remove metadata from XLSX using C#. In addition, you'll find a code snippet demonstrating the process of how to delete metadata from XLSX in C#....Learn how to quickly remove metadata from XLSX using C#. In addition, you'll find a code snippet demonstrating the process of how to delete metadata from XLSX in C#.

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  2. Remove Metadata from RTF using C#

    Learn how to efficiently remove metadata from RTF using C# with a code that demonstrates how to delete metadata from RTF in C# without installing extra software....Learn how to efficiently remove metadata from RTF using C# with a code that demonstrates how to delete metadata from RTF in C# without installing extra software.

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  3. Watermark PowerPoint Presentations | Text and I...

    Add text and image watermarks to PPT/PPTX Presentations. Apply watermarks using the online watermark application or using .NET and Java APIs....Add text and image watermarks to PPT/PPTX Presentations. Apply watermarks using the online watermark application or using .NET and Java APIs.

    blog.groupdocs.com/watermark/watermark-presenta...
  4. Character replacement during indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text.

    docs.groupdocs.com/search/java/character-replac...
  5. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....This article gives the knowledge about the ability to perform search by chunks using Java search API.

    docs.groupdocs.com/search/java/search-by-chunks/
  6. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Node.js via Java....This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Node.js via Java.

    docs.groupdocs.com/merger/nodejs-java/merge/pow...
  7. Extract barcodes from document page | Documenta...

    This article explains that how to extract barcodes from document page....This article explains that how to extract barcodes from document page.

    docs.groupdocs.com/parser/net/extract-barcodes-...
  8. Comparing Folders | Documentation

    This page describes how to compare two folders and find out which files/folders were deleted, added or modified....This page describes how to compare two folders and find out which files/folders were deleted, added or modified.

    docs.groupdocs.com/comparison/python-net/compar...
  9. Technical Support | Documentation

    GroupDocs.Comparison for .NET provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum....GroupDocs.Comparison for .NET provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum.

    docs.groupdocs.com/comparison/net/technical-sup...
  10. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options.

    docs.groupdocs.com/search/java/ocr-support/