Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 2,611 for

resource

(0.44 sec)
  1. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Parser for Python via .NET.... More resources GitHub examples You may find...

    docs.groupdocs.com/parser/python-net/load-passw...
  2. Highlighting search results | GroupDocs

    This article gives knowledge on how to highlight search results in the text of a document.... log ( text ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/highlight...
  3. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java 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 getPresentationType method to obtain file format information advanced_usage.... OutputPpt ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... ** RIFF (Resource Interchange File Format) ...

    blog.groupdocs.com/ja/groupdocs.blog/page/34/
  5. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature.... class )); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/search-for-em...
  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. 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...
  9. 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...
  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...