Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 11,959 for

format

(0.07 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. How to Convert ODT to PDF in C#

    This article provides a step-by-step procedure to convert ODT to PDF in C# and a sample working code for the C# ODT to PDF conversion application....converting from ODT to PDF format Create an instance of the Converter...disk for transforming to PDF format Create and set convert options...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Convert ODT to DOCX using Java

    In this topic, you will discover the procedure how on convert ODT to DOCX using Java. Also, we will furnish you with Java code snippet to export ODT to DOCX in Java....the current digital era, file format conversions have gained paramount...Microsoft Word Document (DOCX) format. To streamline this conversion...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. 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...
  5. 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...
  6. Read Metadata from XLSX using C#

    Learn how to read metadata from XLSX using C# without extra software installation. You will be provided sample code example of how to read metadata of XLSX using C#....xlsx format, accessing metadata programmatically...properties XLSX is a popular file format for spreadsheets, primarily...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  7. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....Signature uses embedded json format serialization but allows user...serialization name and display format, same as to mark property of...

    docs.groupdocs.com/signature/java/sign-document...
  8. Specify rendering options for CAD files | Group...

    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...
  9. 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...
  10. 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-...