Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 2,197 for

resource

(0.03 sec)
  1. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....following articles: More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/nodejs-java/remove-...
  2. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Node.js via Java search engine...affected } ` ); } }); More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  3. Generate document preview | Documentation

    You are welcome to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more....return stream ; } } } More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/java/generate-docum...
  4. 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...
  5. Extract metadata from documents | Documentation

    This article shows how to extract metadata with GroupDocs.Parser from documents of various formats: PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others.... Value )); } } More resources Advanced usage topics To learn...

    docs.groupdocs.com/parser/net/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. 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...
  8. 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...
  9. 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...
  10. Extract barcodes from document page | Documenta...

    This article explains that how to extract barcodes from document page.... getValue ()); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-barcodes...