Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 21,637 for

edit

(0.07 sec)
  1. Stream.Seek(Int64, SeekOrigin) Method (System.I...

    When overridden in a derived class, sets the position within the current stream....in English Save Add to Plan Edit Share via Facebook x.com LinkedIn...

    learn.microsoft.com/en-us/dotnet/api/system.io....
  2. GroupDocs.Assembly for .NET 18.7 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for .NET 18.7. Major Features This release adds abilities to insert hyperlinks dynamically for the majority of file formats supported by GroupDocs.Assembly. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-72  Add ability to insert hyperlinks dynamically for Word Processing documents  Feature  ASSEMBLYNET-73  Add ability to insert hyperlinks dynamically for Spreadsheet documents  Feature  ASSEMBLYNET-74  Add ability to insert hyperlinks dynamically for Presentation documents  Feature  ASSEMBLYNET-75  Add ability to insert hyperlinks dynamically for emails with HTML and RTF bodies  Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Security Events Acquisition Edit GroupDocs.Assembly for .NET...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  3. GroupDocs.Metadata Overview | Documentation

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and Edit metadata associated with various document, image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the file format....which allows users to read and edit metadata associated with various...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  4. Pie Chart in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Presentation Document format. 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. Select “Pie”. Preview “Pie” and press OK to insert the chart and Worksheet template to your email.... Edit the Worksheet with your data...

    docs.groupdocs.com/assembly/java/pie-chart-in-e...
  5. Image Redaction Coordinates - Free Support Foru...

    I am redaction a rasterized PDF using coordinates I get from a third party API, but the redaction is not being done on the provided coordinates. Do I have to convert the coordinate to point or do I have to perform any ot…... Edit: This document is rasterized...

    forum.groupdocs.com/t/image-redaction-coordinat...
  6. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/net/handling-mpeg-a...
  7. How to Remove Annotation Reply from PDF using Java

    The purpose of this topic is to show you how to remove annotation reply from PDF using Java along with code example to delete reply annotation using Java from PDF....this article, you can easily edit your PDF files to remove annotation...

    kb.groupdocs.com/annotation/java/how-to-remove-...
  8. XML Viewer using C# | Render XML as PDF using ....

    View XML files as PDF using C#. Learn how to render XML files within your own XML viewer .NET application using GroupDocs API....XML in C# JSON to XML in C# Edit XML Files using C# Generate...

    blog.groupdocs.com/viewer/xml-viewer-using-csharp/
  9. renderer

    Renderer | Aspose.SVG for .NET API Reference,Renderer | Aspose.GIS for .NET API Reference,Web Renderer|Documentation,Renderer | Aspose.SVG for .NET API...HTML class library to create, edit, extract data & convert HTML...

    search.aspose.com/q/Renderer.html
  10. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....You are welcome to view and edit metadata of PDF, DOC, DOCX,...

    docs.groupdocs.com/metadata/java/working-with-m...