Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 3,306 for

file format conversion

(0.3 sec)
  1. Product Overview | GroupDocs

    Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more....Conversion Product Solution GroupDocs...annotate text or images in files of . Annotations may be comments...

    docs.groupdocs.com/annotation/java/product-over...
  2. Sign Document With Secure Custom Metadata Signa...

    id: sign-document-with-secure-custom-metadata-signatures url: signature/net/sign-document-with-secure-custom-metadata-signatures title: Sign document with secure custom Metadata signatures weight: 12 description: “This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption.” keywords: productName: GroupDocs.Signature for .NET toc: True hideChildren: False GroupDocs.Signature provides additional features with MetadataSignature class like following ability to embedded custom objects into metadata ability to specify custom objects encryption and serialization ability to collect and populate standard document signatures Here are the steps to embed custom object into Metadata signature with GroupDocs....Conversion Product Solution GroupDocs...Signature uses embedded json format serialization but allows user...

    docs.groupdocs.com/signature/net/developer-guid...
  3. GroupDocs.Assembly for Python via .NET | GroupDocs

    Release notes Package repository GroupDocs.Assembly for Python via .NET - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Python reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s Format as well as in the specified output Format. GroupDocs.Assembly supports over 170 popular File Formats....Conversion Product Solution GroupDocs...template’s format as well as in the specified output format. GroupDocs...

    docs.groupdocs.com/assembly/python-net/
  4. GroupDocs.Assembly for Java | GroupDocs

    Release notes Package repository GroupDocs.Assembly for Java - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Java reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s Format as well as in the specified output Format. GroupDocs.Assembly supports over 170 popular File Formats. Load text documents, spreadsheets, presentations, PDF Files, email messages, and images....Conversion Product Solution GroupDocs...template’s format as well as in the specified output format. GroupDocs...

    docs.groupdocs.com/assembly/java/
  5. Comparing Folders | GroupDocs

    This page describes how to compare two folders and find out which Files/folders were deleted, added or modified....Conversion Product Solution GroupDocs...processing result in the resulting file are described below. Instantiate...

    docs.groupdocs.com/comparison/net/compare-folders/
  6. Comparing Folders | GroupDocs

    This page describes how to compare two folders and find out which Files/folders were deleted, added or modified....Conversion Product Solution GroupDocs...processing result in the resulting file are described below. Instantiate...

    docs.groupdocs.com/comparison/java/compare-fold...
  7. Extract Text from ODT using Java

    This article offers a step-by-step guide on how to extract text from ODT using Java. It also features a sample code example for text extraction from ODT in Java....Conversion Product Family GroupDocs...Java OpenDocument Text ( ODT ) files, which are often used with word...

    kb.groupdocs.com/parser/java/extract-text-from-...
  8. How to Add Text Signature to DOCX using C#

    In this tutorial, we will provide you guide on how to add text signature to DOCX using C#. We will also provide a code example to insert text signature to DOCX in C#....Conversion Product Family GroupDocs...validity and integrity of DOCX files. In this article, we will walk...

    kb.groupdocs.com/signature/net/how-to-add-text-...
  9. How to Sign PDF with Text Signature using C#

    This tutorial aims to guide you how to sign PDF with text signature using C#. Also, we will furnish you with a code example to add text signature in PDF using C#....Conversion Product Family GroupDocs...Signature class using the input PDF file’s path as an argument for its...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...
  10. 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 FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Conversion Product Solution GroupDocs...specific formats / Video / Working with metadata in FLV files Working...

    docs.groupdocs.com/metadata/net/working-with-me...