Sort Score
Result 10 results
Languages All
Labels All
Results 4,611 - 4,620 of 7,977 for

document redaction

(0.06 sec)
  1. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Convert XML to PDF Using XSL-FO | GroupDocs

    Learn how to convert a XML Document to PDF using XSL-FO with GroupDocs.Conversion for .NET....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/convert-xml-t...
  3. How to correctly merge documents using C# | Gro...

    This article describes how to correctly merge Documents using GroupDocs.Merger for .NET product....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/getting-started/u...
  4. Removing metadata | GroupDocs

    Locate and remove the metadata properties you don't want — by tag, category, name, type or value — with GroupDocs.Metadata for Python via .NET....Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/python-net/removing...
  5. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iRedaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  6. How to Convert RTF to TXT using C#

    We will demonstrate how to convert RTF to TXT using C# without the need of third-party software. Moreover, we will provide code example to export RTF to TXT in C#....Redaction Product Family How to Convert...installing the recommended document conversion library and making...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...Redaction Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  8. Perform Reverse Image Search using C#

    Efficiently perform reverse image search using C# to find similar images. Learn how to implement reverse image search in C# for content-based image retrieval....Redaction Product Family Perform Reverse... and separate images Add documents to the index folder with the...

    kb.groupdocs.com/search/net/perform-reverse-ima...
  9. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/sign-documents...
  10. Specify rendering options for CAD files | Group...

    This topic describes how to use the GroupDocs.Viewer Node.js API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Redaction Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/nodejs-java/specify-c...