Sort Score
Result 10 results
Languages All
Labels All
Results 4,401 - 4,410 of 6,562 for

editor

(0.41 sec)
  1. Working with Presentation Documents | GroupDocs

    Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Presentation Documents GroupDocs.Assembly allows you to use data bands in table rows in Presentation** Documents**. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows....Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-pr...
  2. Merge EPUB | GroupDocs

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Editor Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/merge/epub/
  3. Merge documents to PDF | GroupDocs

    This section describes how to import OLE objects into PDF documents using C#/.NET...Editor Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/merge-documents-t...
  4. How to add attachment to PDF document | GroupDocs

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your .NET applications....Editor Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/how-to-add-attach...
  5. Removing metadata | GroupDocs

    Locate and remove the metadata properties you don't want — by tag, category, name, type or value — with GroupDocs.Metadata for Python via .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/python-net/removing...
  6. Adding metadata | GroupDocs

    Add metadata properties — one of the most powerful features of the GroupDocs.Metadata for Python via .NET search engine....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/python-net/adding-m...
  7. Working with metadata in PNG images | GroupDocs

    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.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Cómo convertir MSG a DOCX usando C#

    En esta sección, aprenderá cómo convertir MSG a DOCX usando C# sin depender de herramientas de terceros. Además, proporcionaremos código para exportar MSG a DOCX en C#....con Microsoft Word y varios editores de texto. Puede haber instancias...

    kb.groupdocs.com/es/conversion/net/how-to-conve...
  9. Mesclar arquivos PDF usando C#

    Aprenda como mesclar arquivos PDF usando programação C#. Simplifique o gerenciamento de documentos com código de como combinar arquivos PDF em C# sem instalar software extra.... Você precisará de um editor de código (como o Visual Studio)...

    kb.groupdocs.com/pt/merger/net/merge-pdf-files-...
  10. How to search signatures with LINQ queries | Gr...

     This article explains how to search signatures with LINQ query with GroupDocs.Signature API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/search-signatu...