Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 5,503 for

editor

(0.16 sec)
  1. Delete Text signatures from documents | GroupDocs

    This article explains how to delete Text electronic signatures with GroupDocs.Signature API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/signature/python-net/delete-...
  2. 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...
  3. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iEditor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  4. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Remove annotation from document | GroupDocs

    The page describes how to remove annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/remove-annota...
  6. Voeg PDF-bestanden samen met C#

    Leer hoe u PDF-bestanden samenvoegt met C#-programmering. Stroomlijn documentbeheer met code voor het combineren van PDF-bestanden in C# zonder extra software te installeren.... U hebt een code-editor nodig (zoals Visual Studio)...

    kb.groupdocs.com/nl/merger/net/merge-pdf-files-...
  7. 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-...
  8. Annotate PDF and Other Documents on CMSMS Web-P...

    Our team is glad to announce the launch of GroupDocs’ Annotation plugin for CMSMS users. Download and install the plugin to your CMSMS website to share and annotate files online. GroupDocs supports all widely used file formats so you can annotate PDF, word-processing documents and even images. GroupDocs Annotation is a web-based app which lets you add comments and notes to documents and images from a web-browser. Teams collaborate faster, share views, resolve conflict and expedite the workflow.... It can be difficult for editors and writers who have to collaborate...

    blog.groupdocs.com/total/groupdocs-pdf-annotati...
  9. Converti Word in Markdown usando C# | da DOC a ...

    Converti documenti Word in file Markdown usando C#. Trasforma i file DOC/DOCX in formato MD utilizzando l'API di conversione e analisi di GroupDocs .NET....stesso modo, quasi tutti gli editor di elaborazione testi hanno...

    blog.groupdocs.com/it/parser/convert-word-to-ma...
  10. Converter Word para Markdown usando C# | DOC pa...

    Converta documentos do Word em arquivos Markdown usando C#. Transforme arquivos DOC/DOCX no formato MD usando a API de análise e conversão GroupDocs .NET....mesma forma, quase todos os editores de processamento de texto...

    blog.groupdocs.com/pt/parser/convert-word-to-ma...