Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 3,838 for

assembly

(0.04 sec)
  1. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Render Outlook data files as HTML, PDF, and ima...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Outlook data files (PST and OST) to HTML, PDF, PNG, and JPEG formats....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/render-ou...
  3. Convert PDF files | Documentation

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint and image formats with GroupDocs.Conversion for Node.js via Java....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  4. Create EditableDocument from file or markup | D...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for .NET API....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/editor/net/create-editabledo...
  5. Convert videos | Documentation

    In this article, you will learn how to convert a video file to another video format with GroupDocs.Conversion for .NET....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/convert/video/
  6. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation 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...
  7. Introduction | Documentation

    This is an introduction to editing documents, explaining the main stages of document opening, editing, and saving results within Node.js via Java applications....Assembly Product Solution GroupDocs...

    docs.groupdocs.com/editor/nodejs-java/introduct...
  8. 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...
  9. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/search/net/indexing-options/
  10. Fixing Invalid Form Fields | Documentation

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Node.js via Java...Assembly Product Solution GroupDocs...

    docs.groupdocs.com/editor/nodejs-java/fixing-in...