Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 12,397 for

format

(0.1 sec)
  1. In-Table Master-Detail in HTML Document | Group...

    Note In this article, we will use GroupDocs.Assembly to generate In-Table Master-Detail report in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. In-Table Master-Detail in HTML Document Reporting Requirement As a report developer, you are required to represent customers’ total orders prices and price of each product separately with the following key requirements:...Master-Detail report in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/net/in-table-master...
  2. Export Styles During Document Editing | GroupDocs

    This article describes how to preserve and export all built-in and custom styles in a source WordProcessing document during editing using GroupDocs.Editor for Node.js via Java....commonly represented by the formats and , have a concept of styles...style is a defined set of formatting options that can be applied...

    docs.groupdocs.com/editor/nodejs-java/styles-ex...
  3. Convert documents for RAG pipelines | GroupDocs

    Prepare PDF, Word, and Excel documents as Markdown for retrieval-augmented generation with LLMs...in a clean, structured text format for chunking and embedding...

    docs.groupdocs.com/markdown/net/convert-for-rag/
  4. Convert files to various formats | GroupDocs

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other Formats with just a couple of lines of JavaScript code....files Convert files to various formats Leave feedback provides a quick...some source format to various ranges of target formats. The conversion...

    docs.groupdocs.com/conversion/nodejs-java/convert/
  5. Generate content for static sites | GroupDocs

    Convert documents to Markdown with YAML front matter for Jekyll, Hugo, and Docusaurus...// author: "Finance Team" // format: Docx // pages: 24 // --- //...

    docs.groupdocs.com/markdown/net/static-site-gen...
  6. Convert files to various formats | GroupDocs

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other Formats with just a couple of lines of Java code....files Convert files to various formats Leave feedback provides a quick...some source format to various ranges of target formats. The conversion...

    docs.groupdocs.com/conversion/java/convert/
  7. 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....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from the...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. In-Table List in HTML | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. In-Table List in HTML Document Reporting Requirement As a report developer, you are required to represent the inFormation of the managers with the following key requirements: Report must show managers’ name. It must show the sum of contract prices against each manager....In-TableList report in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/in-table-list-...
  9. List attachments | GroupDocs

    Retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for .NET...provided code snippet suits all format families that support attachments:...

    docs.groupdocs.com/viewer/net/how-to-list-attac...
  10. Render PDF documents as HTML and image files | ...

    Convert PDF files to HTML, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn basic rendering techniques....files in HTML, PNG, and JPEG formats. Use this library to implement...the document to HTML or image format. These methods allow you to...

    docs.groupdocs.com/viewer/python-net/render-pdf...