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

edit

(0.04 sec)
  1. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Python via .NET 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/python-net/find-met...
  2. 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...
  3. 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/
  4. 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...
  5. 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...
  6. 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/
  7. 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...
  8. 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...
  9. 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...
  10. 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...