Sort Score
Result 10 results
Languages All
Labels All
Results 4,471 - 4,480 of 4,831 for

assembly

(0.23 sec)
  1. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/search-for-emb...
  2. Merge Word Documents | GroupDocs

    Learn this article and check how to merge Microsoft Office Word documents in .NET applications using C# programming language....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/merge/word/
  3. Convert a Document to Multiple Page Files | Gro...

    Learn how to convert a single multi-page document into individual page files in various formats using GroupDocs.Conversion for Python via .NET....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/conversion/python-net/develo...
  4. Extracting Document Metainfo | GroupDocs

    Following this guide, you will learn how to obtain basic document metadata like page count, size, and file type before editing it with GroupDocs.Editor for Node.js via Java API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/editor/nodejs-java/extractin...
  5. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/search-embed-...
  6. Render Word documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer and Node.js to convert Word documents to HTML, PDF, PNG, and JPEG formats....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/render-wo...
  7. Merge pages in the arbitrary order | GroupDocs

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for .NET....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/merge-pages-in-ar...
  8. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-xm...
  10. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Assembly Product Solution GroupDocs...

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