Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 32,786 for

groupdocs metadata

(0.06 sec)
  1. GroupDocs.Search Overview | GroupDocs

    What Is Groupdocs.Search? Groupdocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications. To make it possible to search instantly across thousands of documents, they must be added to the index. Why Use Groupdocs.Search as a Developer? No additional software is required to search through documents of supported formats. Great variety of indexing and search options are provided to meet any requirements....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/net/groupdocs-search-...
  2. Extended Document Information Support - Introdu...

    We are glad to announce another release of Groupdocs.Conversion for .NET v17.4.0. In this monthly release new feature “Extended Document Information and Improved Performance” introduced, along with major fixes and improvements. We recommend our users to download the new release and use the new exciting features to enhance their application. Groupdocs.Conversion for .NET API 17.4.0This release of Groupdocs.Conversion for .NET 17.4.0 Implemented Metadata support for different supported document formats. Here is the list of changes made in new release....announce another release of GroupDocs.Conversion for .NET v17.4...enhance their application. GroupDocs.Conversion for .NET API 17...

    blog.groupdocs.com/conversion/extended-document...
  3. Update MP3 Format's Lyrics3v2 Tags using GroupD...

    We are glad to announce the monthly releaseof Groupdocs.Metadata for Java 18.10. Using the latest version, you can now update Lyrics3v2 tags in MP3 format. Memory consumption is now reduced for working with PNG, JPEG2000, BMP, DICOM, DJVU, EMF, WEBP and WMF formats. Furthermore, **MetadataUtility **obsolete methods are now removed and a bug, while cleaning or updating Metadata of Strict Open XML Presentation (.pptx), is now fixed. We recommend you to install and use the latest version of the API....the monthly releaseof GroupDocs.Metadata for Java 18.10 . Using...while cleaning or updating metadata of Strict Open XML Presentation...

    blog.groupdocs.com/metadata/update-mp3-formats-...
  4. Errors and Exceptions | GroupDocs

    Handle parsing errors using Groupdocs.parser.exceptions and add troubleshooting steps for Groupdocs.Parser for Python via .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/parser/python-net/errors-and...
  5. Adjust the image size | GroupDocs

    Check this guide to learn how to adjust PNG and JPG images size when rendering documents with Image Viewer by Groupdocs for .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  6. Load from Stream | GroupDocs

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/load-from-str...
  7. Classify Raw Text | GroupDocs

    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....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/classification/net/classify-...
  8. Remove document password | GroupDocs

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using Groupdocs.Merger for .NET....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/net/remove-document-p...
  9. Load from stream | GroupDocs

    This article explains how to load from stream while using Groupdocs. Watermarks Java API....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/java/load-from-str...
  10. Render documents | GroupDocs

    Rendering documents with Groupdocs.Viewer for Node.js in your Java applications....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/nodejs-java/rendering...