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

document management

(0.08 sec)
  1. Add Watermarks to Word Documents | 5 Secure Met...

    Learn how to add secure watermarks to Word Documents using GroupDocs.Watermark for .NET. Compare 5 protection methods with code examples, including locked headers, tiled watermarks, and password-protected sections that can't be easily removed....watermark protection for Word documents Table of Contents Why Word’s...Protection Level for Your Documents Why Word’s Built-in Watermarks...

    blog.groupdocs.com/watermark/secure-word-docume...
  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. 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/
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 5 Secure Methods to Add Watermarks to Word Docu...

    Learn how to add secure watermarks to Word Documents using GroupDocs.Watermark for .NET. Compare 5 protection methods from basic to advanced with complete code examples....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...to Add Watermarks to Word Documents 5 Secure Methods to Add Watermarks...

    docs.groupdocs.com/watermark/net/secure-methods...
  9. 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/
  10. 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-...