Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 1,714 for

metadata management

(0.17 sec)
  1. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET GroupDocs.......Metadata Tag Tags API Change Detection...watermarking 3D glTF Edit Metadata SVG XMP digital signature...

    blog.groupdocs.com/tags/index.xml
  2. [Release] GroupDocs.Metadata for .NET v26.5 - F...

    :rocket: New Release: GroupDocs.Metadata for .NET v26.5 We’re pleased to announce the release of GroupDocs.Metadata for .NET v26.5, bringing improvements to format handling and package distribution. :wrench: What’s New …...Metadata for .NET v26.5 GroupDocs.Metadata Product Family...11:43am 1 New Release: GroupDocs.Metadata for .NET v26.5 We’re pleased...

    forum.groupdocs.com/t/release-groupdocs-metadat...
  3. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } 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....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/get-supported-...
  4. GroupDocs.Total Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....conversion, merging, metadata management, e-signing, and document...savings, and simplified license management for efficient development...

    blog.groupdocs.com/categories/groupdocs.total-p...
  5. Use Cases | GroupDocs

    Explore real-world use cases for GroupDocs.Metadata for .NET, such as extracting Metadata from PDFs and detecting PDF/A conformance....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/use-cases/
  6. Remove Annotations from XLSX using C#

    Quickly learn how to remove annotations from XLSX using C#. Additionally, you will find a code example showing how to delete annotations in XLSX using C#....Metadata Product Family GroupDocs.Search...complexities of document management, particularly with XLSX files...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  7. Perform Reverse Image Search using Java

    Quickly perform reverse image search using Java to locate similar images. Discover how to implement reverse image search in Java for content-based image retrieval....Metadata Product Family GroupDocs.Search...than relying on keywords or metadata. This feature is especially...

    kb.groupdocs.com/search/java/perform-reverse-im...
  8. Extract Text from DOCX using Java

    This article details the process of how to extract text from DOCX using Java. It also includes code to assist you in implementing text extraction from DOCX in Java....Metadata Product Family GroupDocs.Search...world, automating document management tasks is essential for boosting...

    kb.groupdocs.com/parser/java/extract-text-from-...
  9. GroupDocs Newsletter May 2018 – Document Manipu...

    Share this issue: Monthly Newsletter May 2018 Professional APIs for Creating Document Management Applications Manipulate 100+ Business File Formats in .NET and Java Apps GroupDocs offers feature-rich document manipulation APIs for .NET and Java developers to build web, mobile or desktop apps with the capability to view, annotate, convert, e-sign, compare, assemble, and watermark document formats. You can also extract text, retrieve Metadata information and manipulate documents using HTML....APIs for Creating Document Management Applications Manipulate 100+...also extract text, retrieve metadata information and manipulate...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  10. Many PDF files result in System.ArgumentOutOfRa...

    Hello, We are getting the following exception… It seems to be caused by the extraction of Metadata… System.ArgumentOutOfRangeException: The added or subtracted value results in an un-representable DateTime. (Parameter…...caused by the extraction of metadata… System.ArgumentOutOfRangeEx:...extraction of metadata from PDF files, especially if the metadata contains...

    forum.groupdocs.com/t/many-pdf-files-result-in-...