Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 1,536 for

document management

(0.04 sec)
  1. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....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...
  2. Install GroupDocs.Conversion for Java | Documen...

    Learn how to install GroupDocs.Conversion for Java. Follow a step-by-step guide for Maven, Gradle, Kotlin, and manual JAR setup, and integrate seamless Document conversion into your Java projects....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...conversion between multiple document formats with high fidelity...

    docs.groupdocs.com/conversion/java/installation/
  3. Merge Multiple File Types into One File using C...

    C# way to combine two or more Documents of different file formats into a single file. Merge different PDF, Word, Excel, PPT files into one PDF with .NET API....in multiple documents, and sometimes in documents of different...all your documents or the portion of the documents into one....

    blog.groupdocs.com/merger/merge-multiple-file-t...
  4. Export annotations and retrieve document pages ...

    post. Tagged with net, annotator, api, image....NET document annotator API allows applications...applications developers to redeem document pages with or without the...

    dev.to/groupdocs/export-annotations-and-retriev...
  5. Remove MP3 Tags in Java - (ID3, Lyrics, APE) | ...

    Remove MP3 tags from the mp3 files in Java. Delete the ID3v1, ID3v2, Lyrics, and APEv2 metadata tags from the mp3 files using Java Metadata API....Metadata provides metadata management Java API to deal with metadata...about the API from the documentation . Contact us for queries...

    blog.groupdocs.com/metadata/remove-mp3-tags-in-...
  6. Read MP3 Tags using C# - (ID3, Lyrics, APE) | ....

    Extract MP3 tags from the mp3 files using C#. Read the ID3v1, ID3v2, Lyrics and APEv2 metadata standard tags from the mp3 files using .NET Metadata API....NET API to Manage MP3 tags Read MP3 ID3 Tags...API to automate metadata management of various file formats within...

    blog.groupdocs.com/metadata/read-mp3-tags-using...
  7. Merged PDF documents missing Accessibility stan...

    Hi Team, We are using: import com.groupdocs.merger.Merger; import com.groupdocs.merger.domain.options.JoinOptions; with below code ref to merge two pdf Documents: Map<String, String> map1 = null; ByteArrayO…...Merged PDF documents missing Accessibility standards GroupDocs...code ref to merge two pdf documents: Map<String, String> map1...

    forum.groupdocs.com/t/merged-pdf-documents-miss...
  8. 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...
  9. 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...
  10. Watermark messing up in PDF - .NET Core - Free ...

    Hi everyone, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…...AI, not original controlled document", font); // Specify font color...Add(watermark); // Saves the document to the underlying source (stream...

    forum.groupdocs.com/t/watermark-messing-up-in-p...