Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 3,694 for

edit

(0.1 sec)
  1. 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 Word 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...
  2. How to run examples | Documentation

    Learn how to run C# examples which contain creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and many more examples....you can fork the repository, edit the code and create a pull request...

    docs.groupdocs.com/watermark/net/how-to-run-exa...
  3. How to Run Examples | Documentation

    This article describes how to run GroupDocs.Merger for .NET code examples....you can fork the repository, edit the code and create a pull request...

    docs.groupdocs.com/merger/net/how-to-run-examples/
  4. How to Run Examples | Documentation

    Learn how to run C# examples which contain many examples of data redaction. You can learn redact in word, how to redact information in pdf or images and many more....you can fork the repository, edit the code and create a pull request...

    docs.groupdocs.com/redaction/net/how-to-run-exa...
  5. Working with TORRENT files | Documentation

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-to...
  6. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-c...
  7. 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-...
  8. Font extraction options | Documentation

    Learn this guide to know about extracting fonts from input Word document when Editing with GroupDocs.Editor API..../ Developer Guide / Edit document / Edit Word document / Font... However, after this, user edits the document, and removes all...

    docs.groupdocs.com/editor/net/font-extraction-o...
  9. Archive

    archives... 2025 · Shoaib Khan · 4 min Edit Metadata in Python Applications... 2024 · Shoaib Khan · 3 min Edit Metadata in Node.js Applications...

    blog.groupdocs.com/archives/
  10. Font extraction options | Documentation

    Learn this guide to know about extracting fonts from input Word document when Editing with GroupDocs.Editor API..../ Developer Guide / Edit document / Edit Word document / Font... However, after this, user edits the document, and removes all...

    docs.groupdocs.com/editor/java/font-extraction-...