Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 1,785 for

document management

(0.09 sec)
  1. 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...
  2. Listening to conversion process events | GroupDocs

    Follow this guide and learn how to track conversion process by subscribing to specific events of GroupDocs.Conversion for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Advanced usage / Listening...

    docs.groupdocs.com/conversion/java/listening/
  3. GroupDocs Newsletter July 2018 – Professional D...

    Share this issue: Monthly NewsletterJuly 2018 Merge Word, PDF, Excel & PowerPoint Documents in .NET Join Multiple Documents of Same File Format into One GroupDocs.Merger for .NET - A native Document manipulation API allowing to split, append, join, remove, reorder and combine pages of popular business Documents formats into one. You can also manage Document protection by setting up or removing passwords. Company News GroupDocs Consulting Partners Program GroupDocs has recently started consulting partners program to provide professional consultancy services, implementation and unique solutions to help GroupDocs API users develop customized solutions according to the business needs....PowerPoint Documents in .NET Join Multiple Documents of Same File...Merger for .NET - A native document manipulation API allowing...

    blog.groupdocs.com/total/groupdocs-newsletter-j...
  4. Digital signing with custom hash | GroupDocs

    This article explains how to apply digital signatures with custom hash algorithms using GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Signing documents / Electronic Signatures /...

    docs.groupdocs.com/signature/net/digital-signin...
  5. Install GroupDocs.Conversion for Java | GroupDocs

    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/
  6. After adding GroupsDocs Search, form designer n...

    After I add GroupDocs Search to .NET9 project, UI editor doesn’t work. When I take a button and drop it on the form, it gets added to the bottom of the form and not to the actual form. If I uninstall Search, everything w…...access to our Paid Support management team. atir.tahir April 14...for .NET is a easy to use document search library which performs...

    forum.groupdocs.com/t/after-adding-groupsdocs-s...
  7. Issue with watermarks on Word documents - inval...

    Hi, I have encountered some issues when using Groupdocs.Watermark to stamp some files. This mainly affects Word Documents as they appear to randomly generate false watermarks that are not positioned correctly, do not ha…...Issue with watermarks on Word documents - invalid formatting GroupDocs...This mainly affects Word documents as they appear to randomly...

    forum.groupdocs.com/t/issue-with-watermarks-on-...
  8. Working with metadata in ASF files | GroupDocs

    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...
  9. Python E-Signature Tutorial: Create Digital Sig...

    Step-by-step guide to implementing electronic signatures in Documents using Python - learn stamp-based, image-based, and form field signature methods for secure Document signing...Contents Introduction to Digital Document Signing 📝 Understanding E-Signature...Environment 📝 How to eSign Document eSign Document with Form Field Signature...

    blog.groupdocs.com/signature/sign-documents-wit...
  10. 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...