Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 3,759 for

edit

(0.07 sec)
  1. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata for Java represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  2. Convert PDF to PPT using Node.js

    Learn how to convert PDF to PPT using Node.js with a step-by-step guide. Easily export PDF to PPT in Node.js for seamless Editing and presentation....content in a more dynamic, editable format. If you’re aiming to...slides, making it easier to edit, present, and share information...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  3. How to Run Examples | Documentation

    Software Requirements Please make sure you meet the following requirements before downloading and running the examples. Visual Studio 2013 or higher NuGet Package Manager installed in Visual Studio. Make sure that latest NuGet API version is installed in Visual Studio. For details on how to install NuGet package manager please check http://docs.nuget.org/ndocs/guides/install-nuget Go to Tools->Options->NuGet Package Manager->Package Sources and make sure that the option nuget.org is checked Example project uses NuGet Automatic Package Restore feature therefore you should have an active internet connection....you can fork the repository, edit the source code and create a...

    docs.groupdocs.com/classification/net/how-to-ru...
  4. GroupDocs.Assembly for .NET Library – Introduction

    We are pleased to announce the release of the new library that enhances a set of our document collaboration tools - GroupDocs.Assembly for .NET. The library generates PDF and Word documents from templates by automatically filling out merge fields with custom data. If your company or a client have to create tens or hundreds of documents by filling out standard templates with data obtained through user input or from a DB, this library can be of great help....supports PDF or DOC/DOCX file editing. 2. GroupDocs.Assembly’s wizards...1) Create a new template or edit an existing one -> 2) Connect...

    blog.groupdocs.com/assembly/groupdocs-assembly-...
  5. Individual Series Point Coloring in Presentatio...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Presentation Document Creating a Pie Chart Please follow below steps to can 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 Select “Pie” Preview “Pie” and press OK to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....Worksheet template to your document Edit the Worksheet with your data...

    docs.groupdocs.com/assembly/net/individual-seri...
  6. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/python-net/remove-m...
  7. Individual Series Point Coloring in Email Docum...

    Note This feature is supported by version 18.6 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Email Document 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 Select “Pie” Preview “Pie” and press OK to insert the chart and Worksheet template to your email Edit the Worksheet with your data to update the chart Reporting Requirement As a report developer, you are required to share your customer orders details dynamically with the following key requirements:...Worksheet template to your email Edit the Worksheet with your data...

    docs.groupdocs.com/assembly/java/individual-ser...
  8. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Excel Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....OpenOffice) available to create, open, edit and save this format. For more...

    docs.groupdocs.com/assembly/net/generating-repo...
  9. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-zi...
  10. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-me...