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

document management

(0.19 sec)
  1. Manage EPUB Metadata using Java – Metadata Editor

    Discover ways to view and edit EPUB eBook metadata using Java. Programmatically update specific EPUB properties and Dublin Core items....last article, we discussed managing EPUB metadata & Dublin Core...Metadata Managing EPUB Metadata with Java Managing Dublin Core...

    blog.groupdocs.com/metadata/manage-epub-metadat...
  2. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Update EPUB Metadata using C# – .NET Metadata E...

    Discover ways to view and edit EPUB eBook metadata using C#. Programmatically edit EPUB specific properties and Dublin Core items using C#....Metadata Editing Manage EPUB Metadata with C# Manage Dublin Core Metadata...API to automate metadata management of various file formats within...

    blog.groupdocs.com/metadata/view-edit-epub-meta...
  4. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Developer Guide / Advanced Usage / Managing metadata for specific formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. GroupDocs comparison library with java EE9 supp...

    Our application is being upgraded to java EE9 ( with migration from javax namespace to jakarta namespace ). Current comparison java library ( 25.2 version ) is still not jakarta ready ( java EE9 supported ). Please provi…...Comparison Product Family document-comparison , java sarfraz...library to compare 2 docs documents. We want the functionalities...

    forum.groupdocs.com/t/groupdocs-comparison-libr...
  6. document viewer on GroupDocs Blog | Document Au...

    Document viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......document viewer on GroupDocs Blog | Document Automation Solutions...content in document viewer on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/de/tag/document-viewer/index...
  7. C# Demo Project of an ASP.NET PDF Viewer Built ...

    Building a simple ASP.NET PDF viewer is quite a trivial task. There are tens of different open source projects across the web that offer a quick and free solution to display PDF Documents in both ASP.NET MVC and Web Forms. Often a simple implementation of a PDF viewer is all you actually need. But things become a lot more complicated when the viewer needs to meet your customer’s business requirements....free solution to display PDF documents in both ASP.NET MVC and Web...security for their confidential documents. You need to prevent any access...

    blog.groupdocs.com/viewer/asp-net-pdf-viewer-bu...
  8. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search using Java search API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...queries, and also describes the management of formats for date range...

    docs.groupdocs.com/search/java/date-range-search/
  9. GroupDocs for File Comparison Issue - Free Supp...

    Hello Team, I am using GroupDocs in a .NET Core application to compare two files, but I am facing some issues: HTML Comparison Issue In the result file, images and tables are not visible in the result file. Labe…... Example: * Original: Document ID: 28-03 --- Converted Result:...Result: 28-03 Document ID: --- PDF Comparison Issue: When comparing...

    forum.groupdocs.com/t/groupdocs-for-file-compar...
  10. Read MP3 Tags in Java - (ID3, Lyrics, APE) | Ja...

    Extract MP3 tags from the mp3 files in Java. Read the ID3v1, ID3v2, Lyrics, and APEv2 metadata standard tags from the mp3 files using Java Metadata API....variants are attached with documents of different file formats...covered below: Java API to Manage MP3 tags Read MP3 ID3 Tags...

    blog.groupdocs.com/metadata/read-mp3-tags-in-java/