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

doc

(0.04 sec)
  1. Document filtering during indexing | Documentation

    This page contains a description of the use of Document filters for indexing, as well as descriptions of all types of filters with examples of their creation....Order Upgrade an Order Support Docs API Reference Live Demos Free...documents with extensions '.doc', '.docx', '.rtf' IndexSettings...

    docs.groupdocs.com/search/java/document-filteri...
  2. Document filtering during indexing | Documentation

    This page contains a description of the use of Document filters for indexing, as well as descriptions of all types of filters with examples of their creation....Order Upgrade an Order Support Docs API Reference Live Demos Free...documents with extensions '.doc', '.docx', '.rtf' const settings...

    docs.groupdocs.com/search/nodejs-java/document-...
  3. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your Document. Ex: @"C:\Docs\source.Doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Order Upgrade an Order Support Docs API Reference Live Demos Free...your document. Ex: @"C:\Docs\source.doc" try ( InputStream stream...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  4. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...Order Upgrade an Order Support Docs API Reference Live Demos Free...path to your document. Ex: @"C:\Docs\test.png" try ( Metadata metadata...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  5. Indexing | Documentation

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from Documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online Document search App Along with full featured .NET library we provide simple, but powerful free Apps....Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...

    docs.groupdocs.com/search/net/indexing/
  6. Working with metadata in WEBP images. Working w...

    Working with XMP metadata GroupDocs.Metadata for .NET allows managing XMP metadata in WEBP images. For more details please refer to the following guide: Working with XMP metadata. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples Free online Document metadata management App Along with full featured .NET library we provide simple, but powerful free Apps....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupDocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  8. Get supported file formats | Documentation

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#....Order Upgrade an Order Support Docs API Reference Live Demos Free...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/redaction/python-net/get-sup...
  9. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your Document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples...Order Upgrade an Order Support Docs API Reference Live Demos Free...path to your document. Ex: @"C:\Docs\source.one" try ( Metadata metadata...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  10. Save a modified file to a specified location | ...

    This article shows how to save a Document to a specified location on a local disk in Java...Order Upgrade an Order Support Docs API Reference Live Demos Free...path to your document. Ex: @"C:\Docs\test.jpg" try ( Metadata metadata...

    docs.groupdocs.com/metadata/java/save-a-modifie...