Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 4,310 for

values

(0.06 sec)
  1. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk JavaScript try { const metadata = new groupdocs.metadata.Metadata("input.one"); } 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: GroupDocs.Metadata for .... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  2. Set license under Mono/Linux | Documentation

    This is a guide about setting GroupDocs.Conversion for .NET license under Mono/Linux... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/net/set-license-u...
  3. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Comparison for Node.js via Java. Comparing files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report... We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/nodejs-java/featu...
  4. Dynamic Insertion of Links to Bookmarks, Cells ...

    Document Automation (or document assembly) is widely used by organizations for their reporting services and GroupDocs.Assembly for .NET and Java APIs provide a complete package of features required to build reports dynamically. Keeping the modern trends in mind and to meet the emerging requirements of our customers, we keep introducing the new features. Recently, we have released the v19.11 of our document automation API with quite a useful set of features....and must return a non-empty value. Whereas, display_text_expression...

    blog.groupdocs.com/assembly/net-java-document-a...
  5. Read APEv2 Tags in Mp3 Files using GroupDocs.Me...

    It gives us immense pleasure to announce the release of version 17.9.0 of the GroupDocs.Metadata for .NET API. The latest release comes up with a number of new features along with an enhancement and a bug fix. In addition to the tags the API already supports, the API also supports reading APEv2 tags in Mp3 files. Furthermore, the API also allows reading metadata of OpenDocument Spreadsheet files(ODS format) starting from version 17....several cases the metadata value of a specific key may be too...

    blog.groupdocs.com/metadata/read-mp3-apev2-tag-...
  6. Watermerken Toevoegen aan Word-documenten | 5 V...

    Leer hoe je veilige watermerken aan Word-documenten toevoegt met behulp van GroupDocs.Watermark for .NET. Vergelijk 5 beschermingsmethoden met codevoorbeelden, inclusief vergrendelde kopteksten, betegelde watermerken en wachtwoordbeveiligde secties die niet eenvoudig kunnen worden verwijderd....Percent, Value = 12 }, WatermarkSpacing = new...= TileMeasureType.Percent, Value = 12 } } }; var options = new...

    blog.groupdocs.com/nl/watermark/secure-word-doc...
  7. Dodaj Znaki Wodne do Dokumentów Word | 5 Bezpie...

    Dowiedz się, jak dodać bezpieczne znaki wodne do dokumentów Word przy użyciu GroupDocs.Watermark for .NET. Porównaj 5 metod ochrony z przykładami kodu, w tym zablokowane nagłówki, płytkie znaki wodne i sekcje chronione hasłem, które nie mogą być łatwo usunięte....Percent, Value = 12 }, WatermarkSpacing = new...= TileMeasureType.Percent, Value = 12 } } }; var options = new...

    blog.groupdocs.com/pl/watermark/secure-word-doc...
  8. Remove annotation from document | Documentation

    This page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/remove-annot...
  9. Working with metadata in WEBP images | Document...

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in JPEG images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in JPEG images. Please find appropriate code samples in the Working with EXIF Metadata section. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Classify Raw Text | Documentation

    Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy.... We value your opinion. Your feedback...

    docs.groupdocs.com/classification/net/classify-...