Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 10,539 for

format

(0.03 sec)
  1. How to Convert SVG to PNG using C#

    This tutorial will explain the process to convert SVG to PNG using C# and how to implement the C# convert SVG to PNG feature using the steps defined in this post....conversion from SVG to PNG format Create an instance of the Converter...SVG to many other document formats including JPG, GIF, WEBP, PPSM...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Working with metadata in GIF images | Documenta...

    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...
  3. Convert XML to PDF Using XSL-FO | Documentation

    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...
  4. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data.... format ( "at %d: %s" , result . getIndex.... out . println ( String . format ( "at %d: %s" , result . getPosition...

    docs.groupdocs.com/parser/java/migration-notes/
  5. Load password-protected document | Documentation

    This article explains how to load password-protected document while using GroupDocs. Watermarks Java API....Leave feedback Some document formats also support content encryption...password-protected document of any supported format The following example demonstrates...

    docs.groupdocs.com/watermark/java/load-password...
  6. 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...
  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. 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-...
  9. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java 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 getSpreadsheetType method to obtain file Format inFormation advanced_usage....Managing metadata for specific formats / Documents / Working with...different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....(depending on the output file format): Specify the background color...converts a CAD drawing to PNG format and reduces the width and height...

    docs.groupdocs.com/viewer/net/specify-cad-rende...