Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 5,544 for

editor

(0.1 sec)
  1. Delete QR-code signatures from documents | Grou...

    This article explains how to delete QR code electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/delete-qr-code...
  2. Load document from FTP | GroupDocs

    This section explains how to load document from FTP with GroupDocs.Signature API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/load-document...
  3. Clear watermarks | GroupDocs

    Search and remove existing text or image watermarks using Python via .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/watermark/python-net/basic-u...
  4. Get document info | GroupDocs

    Retrieve file type, page count, size, and encryption using Python via .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/watermark/python-net/get-doc...
  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;iEditor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  6. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Preview Digital Certificates properties | Group...

    This article shows how to receive digital certificates properties over Document Info method....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/preview-certif...
  8. Delete Signatures of the certain types | GroupDocs

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/delete-signatu...
  9. Delete Signatures of the certain type | GroupDocs

    This article explains how to delete electronic signatures of the certain type with GroupDocs.Signature API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/delete-signatu...
  10. Working with Presentation Documents | GroupDocs

    Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Presentation Documents GroupDocs.Assembly allows you to use data bands in table rows in Presentation** Documents**. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows....Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-pr...