Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 2,819 for

resource

(0.03 sec)
  1. Working with metadata in PNG images | GroupDocs

    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 !... More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Removing metadata | GroupDocs

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties...GetExtension ( file ))); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/removing-metadata/
  3. Getting known property descriptors | GroupDocs

    Extract information about the known properties available in a particular package using GroupDocs.Metadata for Python via .NET.... See also More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/python-net/getting-...
  4. Adding metadata | GroupDocs

    Add metadata properties — one of the most powerful features of the GroupDocs.Metadata for Python via .NET search engine....Binary file (DOCX, 14 KB) More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/python-net/adding-m...
  5. Removing metadata | GroupDocs

    Locate and remove the metadata properties you don't want — by tag, category, name, type or value — with GroupDocs.Metadata for Python via .NET....Binary file (DOCX, 13 KB) More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/python-net/removing...
  6. Perform Text Search in Documents Online

    Unlock the power of text search using GroupDocs.Search! Learn how to search text-based documents using regular expressions....links for more details and resources: Documentation Examples on...

    blog.groupdocs.com/search/online-text-search/
  7. Edit Excel Files in C# | Build your own Online ...

    Editing Excel files is explained with C# examples to edit XLS, XLSX, ODS files within your .NET application using spreadsheet and document editing API....extract the images and all the resources from the selected tab. Create...

    blog.groupdocs.com/editor/edit-excel-files-in-c...
  8. Get document info | GroupDocs

    This article shows how to get the basic document info.... getSize ())); } More resources Advanced usage topics To learn...

    docs.groupdocs.com/parser/java/get-document-info/
  9. Extract images from Emails | GroupDocs

    Extract images from emails, by default images are extracted with its original format...imageNumber ++; } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-images-fr...
  10. Extract metadata from Emails | GroupDocs

    Extract metadata from emails by using GetMetaData method.... Value )); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-metadata-...