Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 13,016 for

format

(0.6 sec)
  1. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file Format inFormation. Load a GIF image Extract the root metadata package Use the FileType property to obtain file Format inFormation AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Managing metadata for specific formats / Images / Working with metadata...extract some additional file format information. a GIF image Extract...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Convert XML to PDF Using XSL-FO | GroupDocs

    Learn how to convert a XML document to PDF using XSL-FO with GroupDocs.Conversion for .NET....to convert XML files to PDF format using XSL-FO templates. This...XSL-FO. Define PDF layout and formatting using XSL-FO templates. Flexible...

    docs.groupdocs.com/conversion/net/convert-xml-t...
  3. Install GroupDocs.Markdown for .NET | GroupDocs

    How to install GroupDocs.Markdown for .NET using NuGet, .NET CLI, or from the official website....all supported formats foreach ( FileFormat format in MarkdownConverter...GetSupportedFormats ()) Console . WriteLine ( format ); Was this page helpful? Not...

    docs.groupdocs.com/markdown/net/installation/
  4. Compare Markdown Documents | GroupDocs

    Compare Markdown (.md) files and detect differences in content, Formatting, and structure using GroupDocs.Comparison for Python via .NET....highlights differences in content, formatting, and structure. Useful for...Markdown file or another supported format. Example: Compare Markdown...

    docs.groupdocs.com/comparison/python-net/develo...
  5. Single Row Image in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Email Document Format. Single Row Image in Email Document Note This feature is supported by version 17.8.0 or greater Reporting Requirement As a report developer, you are required to represent inFormation of first single manager with the following key requirements: Report must be in .eml or .msg Format It must add email recipient, css and subject of the email Report must show image of the manager It must show Name and contact number of customer Adding Syntax to be evaluated by GroupDocs....Image report in Email Document format. Single Row Image in Email...Report must be in .eml or .msg format It must add email recipient...

    docs.groupdocs.com/assembly/net/single-row-imag...
  6. In-Paragraph List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Email Document Format. In-Paragraph List in Email Document Note This feature is supported by version 17.8.0 or greater Reporting Requirement As a report developer, you are required to share the following key requirements: Report must be in .eml or .msg Format. It must add email recipient, css and subject of the email. A descriptive or inFormative line like “We provide support for the following products:”....List report in Email Document format. In-Paragraph List in Email...Report must be in .eml or .msg format. It must add email recipient...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  7. How to Convert HTML to PPTX using C#

    This article will provide guidance on how to convert HTML to PPTX using C#. Moreover, a code example will be provided to illustrate how to export HTML to PPTX in C#....pages, while PPTX is a file format used by Microsoft PowerPoint...convert HTML pages to PPTX format. We will also provide detail...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Convert DOCX to XPS using Node.js

    In this article, we will provide you detail on how to convert DOCX to XPS using Node.js. Also, you will be provide a code example to export DOCX to XPS in Node.js....Converting a DOCX file into XPS format can prove advantageous in various...conversion of DOCX files to XPS format Integrate the groupdocs.conversion...

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  9. Common Master-Detail Image in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Email Document Format. Common Master-Detail in Email Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS Outlook 2013: Create a new Email. Insert two shapes, one for holding image and other for holding other details. Save the Email. Reporting Requirement As a report developer, you are required to represent the inFormation of the managers and clients with the following key requirements:...Master-Detail report in Email Document format. Common Master-Detail in Email...Report must be in .eml or .msg format. It must add email recipient...

    docs.groupdocs.com/assembly/java/common-master-...
  10. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for .NET....supports a lot of document formats , and not for all of them it...produced HTML. A list of file formats that support font export when...

    docs.groupdocs.com/viewer/net/exclude-fonts/