Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 2,200 for

resource

(0.1 sec)
  1. Edit and Manage Metadata in Node.js Apps - Grou...

    Descubre cómo utilizar GroupDocs.Metadata for Node.js para extraer, actualizar y eliminar metadatos en tus aplicaciones....como IPTC, XMP, EXIF e Image Resources. Manejo de Metadatos Multimedia:...

    blog.groupdocs.com/es/metadata/edit-metadata-in...
  2. Working with metadata in PDF documents | Docume...

    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...
  3. 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...
  4. Редагуйте та керуйте метаданими в додатках Node...

    Досліджуйте, як використовувати GroupDocs.Metadata for Node.js для витягнення, оновлення та видалення метаданих у ваших додатках....IPTC, XMP, EXIF та Image Resources. Обробка метаданих мультимедіа:...

    blog.groupdocs.com/uk/metadata/edit-metadata-in...
  5. Редагування та управління метаданими в Python д...

    Дізнайтеся, як використовувати GroupDocs.Metadata for Python via .NET для вилучення, оновлення та видалення метаданих у ваших додатках....IPTC, XMP, EXIF та Image Resources. Обробка метаданих мультимедіа...

    blog.groupdocs.com/uk/metadata/edit-metadata-in...
  6. Custom Fonts in GroupDocs.Watermark - Implement...

    Learn how to utilize custom fonts in GroupDocs.Watermark to ensure branding consistency and system independence. Follow our step-by-step instructions and Docker setup....information and additional resources, you may find the following...

    blog.groupdocs.com/watermark/using-custom-fonts...
  7. Редактирование и управление метаданными в прило...

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

    blog.groupdocs.com/ru/metadata/edit-metadata-in...
  8. Edit and Manage Metadata in Node.js Apps - Grou...

    Descubra como utilizar o GroupDocs.Metadata for Node.js para extrair, atualizar e remover metadados em suas aplicações....como IPTC, XMP, EXIF e Image Resources. Manipulação de Metadados...

    blog.groupdocs.com/pt/metadata/edit-metadata-in...
  9. Working with metadata in Presentations | Docume...

    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...
  10. 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...