Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 1,936 for

resource

(0.06 sec)
  1. Visual Studio Plugin to Explore GroupDocs.Assem...

    Visual Studio Plugin to Explore GroupDocs.Assembly Examples GroupDocs.Assembly for .NET plugin is providing an ease to compile GroupDocs.Assembly for .NET 3.0.0 examples and to explore the examples. It has reduced the efforts to download examples and the DLL file from different Resources (GitHub, NuGet). You can quickly run CSharp project. So all the manual steps to explore the examples have been exempted. Features Following are the key features of the plugin...the DLL file from different resources (GitHub, NuGet). You can quickly...

    docs.groupdocs.com/assembly/net/visual-studio-p...
  2. Extract table of contents from Microsoft Office...

    To extract table of contents from Microsoft Office Word document getToc method is used. Table of contents is generated by paragraphs with H1-H9 build-in styles. Warning getToc method returns null value if table of contents extraction isn’t supported for the document. For example, table of contents extraction isn’t supported for TXT files. Therefore, for TXT file getToc method returns null. If Microsoft Office Word document has no table of contents, getToc method returns an empty collection....readToEnd ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-table-of...
  3. Extract images from Microsoft Office PowerPoint...

    To extract images from Microsoft Office PowerPoint presentations getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office PowerPoint presentations as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....imageNumber ++; } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-images-f...
  4. Extract metadata from PDF documents | Documenta...

    To extract metadata from PDF documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved.... getValue ())); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-metadata...
  5. Extract metadata from EPUB eBook | Documentation

    This article explains that how to extract metadata from EPUB e-books getMetadata method is used.... getValue ())); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-metadata...
  6. Logging | Documentation

    An interface is used to receive the information about errors, warnings and events which occur while data extraction...."Warning: " + message ); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/logging/
  7. GroupDocs.Conversion for Java | Documentation

    GroupDocs.Conversion for Java is an advanced document conversion API developed to convert files of different formats from within Java applications....utilizing minimal system resources. Each release is rigorously...

    docs.groupdocs.com/conversion/java/
  8. Convert RTF to MHTML using Node.js

    Let's convert RTF to MHTML using Node.js seamlessly. Follow a step-by-step guide to export RTF to MHTML in Node.js with accurate formatting and high quality....HTML content with embedded resources in a single file. This article...

    kb.groupdocs.com/conversion/nodejs/convert-rtf-...
  9. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index.... search ( query ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  10. Working with metadata in MOV Files | Documentation

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage.... } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-me...