Sort Score
Result 10 results
Languages All
Labels All
Results 1,251 - 1,260 of 3,864 for

edit

(0.06 sec)
  1. 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.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/working-with-ca...
  2. Manage EPUB Metadata using Java – Metadata Editor

    Discover ways to view and Edit EPUB eBook metadata using Java. Programmatically update specific EPUB properties and Dublin Core items....you can programmatically read, edit, and update EPUB metadata properties...we’ll cover: Java API for Editing Metadata Managing EPUB Metadata...

    blog.groupdocs.com/metadata/manage-epub-metadat...
  3. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....the name of the person last edited the document and all properties...date/time the document was last edited. For more information on supported...

    docs.groupdocs.com/metadata/java/find-metadata-...
  4. 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-...
  5. Change Page Orientation of Word Document in C# ...

    Change the orientation of pages in Word DOC/DOCX documents using C#. Set pages as portrait or landscape within .NET applications using GroupDocs....using C# Compare Word Documents Edit Word Documents Add or Remove...

    blog.groupdocs.com/merger/change-page-orientati...
  6. Ways to Convert SVG to JPG

    Convert SVG to JPG images using online & free SVG converter. Developers can perform the conversion with few lines of code using .NET & Java API....format, which makes it easier to edit and make pixel-level changes...

    blog.groupdocs.com/conversion/convert-svg-to-jpg/
  7. Chart Series Coloring in Spreadsheet Document |...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Chart Series Coloring in Spreadsheet Document Creating a Column Chart Practising the following steps, you can insert a Column Chart in MS Excel 2013: Create a new Workbook. Click the “Insert” tab, and then click “Insert Column Chart” icon in the Charts group to view the drop-down list.... Edit the Worksheet with your data...

    docs.groupdocs.com/assembly/java/chart-series-c...
  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 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...
  9. 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/
  10. 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...