Sort Score
Result 10 results
Languages All
Labels All
Results 4,631 - 4,640 of 11,069 for

formatting

(0.05 sec)
  1. How to Convert SVG to JPG using C#

    This post discusses the workflow to convert SVG to JPG using C# and how to consume the information for creating the ability for an SVG file converter to JPG in C#....converting from SVG to JPG format Create an instance of the Converter...disk for transforming to JPG format Create and define parameters...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. How to Convert MD to PDF in C#

    This article describes a stepwise procedure to convert MD to PDF in C# with simple API calls and guides you on how to create code to export MD file to PDF using C#....for converting from MD to PDF format Initialize the Converter class...file for transforming to PDF format Create and define convert options...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Convert XLSB to PDF in Java

    This short tutorial provides the stepwise instructions to convert XLSB to PDF in Java and how to use this guide to create the Java XLSB to PDF converter functionality....for converting XLSB to PDF format. Steps to Convert XLSB to PDF...conversion from XLSB to PDF format Instantiate the Converter class...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Convert PDF to XLSX using C#

    Quickly learn how to convert PDF to XLSX using C# by following our thorough tutorial. Also, we'll provide you a code example to export PDF to XLSX using C#....NET to export PDF file format to XLSX Create an object of...and set the output document’s format as XLSX Call Converter.Save...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  5. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....redacted document is saved in PDF format result_path = redactor . save...redactions for various document formats like PDF, DOC, DOCX, PPT, PPTX...

    docs.groupdocs.com/redaction/python-net/pre-ras...
  6. Merge images | Documentation

    Learn how to merge image files, combine image files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....Merge different image file formats This section describes how...merge different image file formats using GroupDocs.Merger API...

    docs.groupdocs.com/merger/nodejs-java/merge/ima...
  7. GroupDocs.Viewer for Node.js via Java | Documen...

    GroupDocs.Viewer for Node.js allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your JavaScript application....in HTML, PDF, PNG, and JPEG formats. You can render the entire...Main features Supported file formats GET STARTED System requirements...

    docs.groupdocs.com/viewer/nodejs-java/
  8. Bulleted List in HTML Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in HTML Document Note This feature is supported by version 17.03 or greater. Creating a Bulleted List Practising the following steps you can insert Bulleted List in an HTML document. To add a bulleted list start and end your list with
      tag and list all the elements by enclosing them between
    • tag....List report in HTML Document format. Note The code uses some of...products in a bulleted list format. A report must be generated...

      docs.groupdocs.com/assembly/net/bulleted-list-i...
    • In-Table List in Email Document | Documentation

      Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Email Document format. In-Table 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 represent the information of the managers with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email....List report in Email Document format. In-Table List in Email Document...Report must be in .eml or .msg format. It must add email recipient...

      docs.groupdocs.com/assembly/net/in-table-list-i...
    • Working with DICOM metadata | Documentation

      Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Managing metadata for specific formats / Images / Working with DICOM...Metadata API supports extracting format-specific information from DICOM...

      docs.groupdocs.com/metadata/net/working-with-di...