Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 5,554 for

editor

(0.36 sec)
  1. Working with Spreadsheet 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 Spreadsheet Documents GroupDocs.Assembly allows you to use data bands in table rows in Spreadsheet 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-sp...
  2. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush...Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/composing-sign...
  3. Pie Chart in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Pie Chart in Email Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS Outlook 2013: Create a new Email. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/pie-chart-in-em...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. Update QR Code Signatures in Document | GroupDocs

    This article explains how to update QR code electronic signatures with GroupDocs.Signature for Python via .NET API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/python-net/update-...