Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 5,211 for

groupdocs.total,

(0.58 sec)
  1. Removing metadata | GroupDocs

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties

    docs.groupdocs.com/metadata/net/removing-metadata/
  2. System requirements | GroupDocs

    GroupDocs.Watermark for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed...GroupDocs.Watermark for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed

    docs.groupdocs.com/watermark/net/system-require...
  3. Handle loading of external resources documents ...

    Learn how to handle loading of external resources....Learn how to handle loading of external resources.

    docs.groupdocs.com/parser/net/handle-loading-of...
  4. How to run examples | GroupDocs

    This article describes how to run Java file conversion API code examples....This article describes how to run Java file conversion API code examples.

    docs.groupdocs.com/conversion/java/how-to-run-e...
  5. Removing metadata | GroupDocs

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties.

    docs.groupdocs.com/metadata/java/removing-metad...
  6. Convert project management formats | GroupDocs

    This article demonstrates how you can convert to and from project management formats with GroupDocs.Conversion for Java....This article demonstrates how you can convert to and from project management formats with GroupDocs.Conversion for Java.

    docs.groupdocs.com/conversion/java/convert/proj...
  7. Convert to Presentation with advanced options |...

    Follow this guide and learn how to convert documents to PowerPoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java....Follow this guide and learn how to convert documents to PowerPoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java.

    docs.groupdocs.com/conversion/java/convert-to-p...
  8. Add polyline annotation | GroupDocs

    The page describes how to add polyline annotation to a document using GroupDocs.Annotation for .NET....The page describes how to add polyline annotation to a document using GroupDocs.Annotation for .NET.

    docs.groupdocs.com/annotation/net/add-polyline-...
  9. Add link annotation | GroupDocs

    The page describes how to add link annotation to a document using GroupDocs.Annotation for Java....The page describes how to add link annotation to a document using GroupDocs.Annotation for Java.

    docs.groupdocs.com/annotation/java/add-link-ann...
  10. OCR support | GroupDocs

    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. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....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. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs.

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