Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 2,633 for

resource

(0.04 sec)
  1. Working with IPTC IIM metadata | GroupDocs

    This article shows how to access IPTC metadata in a file of any supported format.... OutputJpeg ); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-ip...
  2. Working with EXIF metadata | GroupDocs

    Access, read, update, and remove EXIF metadata using GroupDocs.Metadata for Python via .NET.... output_jpeg ) More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/python-net/working-...
  3. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console.... Text ); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... OutputPpt ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Generate Document from XML Data Source | GroupDocs

    Create reports from XML data sources using XmlDataSource class to load and bind XML data to templates.... More resources GitHub Examples You may easily...

    docs.groupdocs.com/assembly/net/basic-usage-xml...
  6. Metadaten in Python-Apps bearbeiten und verwalt...

    Erfahren Sie, wie Sie GroupDocs.Metadata for Python via .NET nutzen können, um Metadaten in Ihren Anwendungen zu extrahieren, zu aktualisieren und zu entfernen....IPTC, XMP, EXIF und Image Resources. Multimedia-Metadatenverwaltung...

    blog.groupdocs.com/de/metadata/edit-metadata-in...
  7. Редактирование и управление метаданными в прило...

    Узнайте, как использовать GroupDocs.Metadata for Node.js для извлечения, обновления и удаления метаданных в ваших приложениях....как IPTC, XMP, EXIF и Image Resources. Обработка мультимедийных...

    blog.groupdocs.com/ru/metadata/edit-metadata-in...
  8. Extract metadata from Microsoft Office Word doc...

    Learn how to extract metadata from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, comments, and revision information from Word files....to extract metadata More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-metadata-...
  9. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.... OutputPdf ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Implement custom encryption with Metadata signa...

    This article explains how to implement custom encryption for Metadata electronic signatures.... getHeight ()); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/implement-cus...