Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 3,985 for

editing

(0.52 sec)
  1. Accept or reject detected changes | GroupDocs

    Learn how to apply or discard detected changes and save the result using GroupDocs.Comparison for Python via .NET....Use case: Remove undesired edits from the final deliverable while...

    docs.groupdocs.com/comparison/python-net/accept...
  2. Pie Chart in Presentation 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. Pie Chart in Microsoft PowerPoint Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS PowerPoint 2013: Add a new presentation slide. Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box.... Edit the Worksheet with your data...

    docs.groupdocs.com/assembly/java/pie-chart-in-p...
  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.... Edit the Worksheet with your data...

    docs.groupdocs.com/assembly/net/pie-chart-in-em...
  4. 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;iedit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  5. 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....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. How to Run | Documentation

    Download from GitHub The complete examples package of GroupDocs.Metadata is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favourite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like the following image: Open IntelliJ Idea and import the project to get started with it....you can fork the repository, edit the code example and create...

    docs.groupdocs.com/metadata/java/how-to-run/
  7. Cómo convertir HTML a PDF en Java

    Lea las instrucciones para convertir HTML a PDF en Java. Distribuya rápidamente documentos PDF con cualquier persona y use html de muestra para pdf código Java en la aplicación para convertirlos....convertirlos a un formato no editable como PDF es la mejor opción...

    kb.groupdocs.com/es/conversion/java/how-to-conv...
  8. Redact Text in PPTX using Java

    In this guide, you'll discover how to redact text in PPTX using Java. Moreover, you'll receive a simple code example to replace text in PPTX using Java....with save options to save the edited PPTX file Removing sensitive...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  9. Convert XLSX to HTML using Python

    Convert XLSX to HTML using Python for seamless spreadsheet rendering. Learn how to export XLSX to HTML in Python with automated layout preservation....convert spreadsheet files to an editable document format, see our guide...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  10. Convert XLSX to BMP using Python

    Learn how to convert XLSX to BMP using Python in a few simple steps without extra dependencies. Includes sample code to export XLSX to BMP in Python efficiently.... or printed reports where editable spreadsheet software isn’t...

    kb.groupdocs.com/conversion/python/convert-xlsx...