Sort Score
Result 10 results
Languages All
Labels All
Results 5,761 - 5,770 of 37,329 for

documents

(0.04 sec)
  1. How to run examples | Documentation

    You can build a project from scratch using Visual Studio .NET CLI. We will step you through both cases....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...with the actual path to the document you’re going to render. Run...

    docs.groupdocs.com/viewer/net/how-to-run-examples/
  2. Reverse Image Search in Documents

    Zbuduj swoją aplikację z funkcjonalnością wyszukiwania obrazów wstecz w dokumentach i plikach graficznych....true ; // Indexing documents in a document folder index.Add(documentFolder...

    blog.groupdocs.com/pl/search/reverse-image-search/
  3. Enumeration Extension Methods | Documentation

    LINQ Reporting Engine enables you to perform common manipulations on a sequential data through the engine’s built-in extension methods for IEnumerable. These extension methods mimic some extension methods of IEnumerable providing the same signatures and behavior features. Thus you can group, sort and perform other sequential data manipulations in template expressions in a familiar way. The following table describes these built-in extension methods. The following notation conventions are used within the table:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...will help us improve our documentation. Analyzing your prompt,...

    docs.groupdocs.com/assembly/net/enumeration-ext...
  4. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iDocumentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  6. 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...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product.... Each example in this documentation is usually given with the...

    docs.groupdocs.com/search/java/queries-in-text-...
  8. System Requirements | Documentation

    GroupDocs.Assembly for .NET does not require any external software or third party tool to be installed. Just follow one of the way as described in Development Environment, Installation and Configuration. Supported Operating Systems GroupDocs.Assembly for .NET supports any 32-bit or 64-bit operating system where .NET or Mono framework is installed including, but not limited to: Windows Microsoft Windows 2003 Server ( x64, x86) Microsoft Windows 2008 Server ( x64, x86) Microsoft Windows 2012 Server ( x64, x86) Microsoft Windows 2012 R2 Server ( x64, x86) Microsoft Windows 2016 Server ( x64, x86) Microsoft Windows 2019 Server ( x64, x86) Microsoft Windows Vista ( x64, x86) Microsoft Windows XP ( x64, x86) Microsoft Windows 7 ( x64, x86) Microsoft Windows 8, 8....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...will help us improve our documentation. Analyzing your prompt,...

    docs.groupdocs.com/assembly/net/system-requirem...
  9. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert Documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Converting / Conversion options by document family / Convert to WordProcessing...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  10. GroupDocs.Metadata Product Family | Documentation

    Excellent component that empowers your C#, ASP.NET, and other .NET applications. It helps developers to read, write, edit and remove meta information from all popular document file formats. Documentation .NET Java Node.js Python GroupDocs.Metadata for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Developer guide Developer guide Basic Usage Advanced Usage .NET code examples Open-source projects for APIs example usage GroupDocs....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...all popular document file formats. Documentation .NET Java Node...

    docs.groupdocs.com/metadata/