Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 9,176 for

format

(0.04 sec)
  1. Bulleted List in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Word Processing Document Format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft Word Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS Word 2013. Add a bullet list at the place where you want it. Save your Document. Reporting Requirement As a report developer, you are required to share the following key requirements:...in Word Processing Document format. Note The code uses some of...clients in a bulleted list format. Report must be generated in...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  2. Specify spreadsheet rendering options | Documen...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering spreadsheet files to HTML, PDF, and image Formats....(depending on the output file format): Render row and column headings...in HTML, PDF, PNG, or JPEG format. The following example demonstrates...

    docs.groupdocs.com/viewer/net/specify-rendering...
  3. How to Convert DOCX to RTF using Java

    In this topic, you will learn how to convert DOCX to RTF using Java. Additionally, we will assist you in creating an application to export DOCX to RTF using Java....commonly used document file formats for creating, storing, and...documents from DOCX to RTF format, import the required classes...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. How to Convert PDF to Presentation in Java

    This article provides a step-by-step procedure to convert PDF to Presentation in Java and a sample application to convert PDF to PowerPoint presentation using Java....transformation from PDF to PPTX format Create an instance of the Converter...file for conversion to PPTX format by initializing the Converter...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. How to Convert TSV to Excel using Java

    Let's easily transform spreadsheet documents and learn how to convert TSV to Excel using Java. Also, review how to write the code for Java TSV to Excel converter....transformation between spreadsheet file formats and provide you with detailed...document transformation to XLSX format. The document conversion can...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. 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-...
  7. Convert PDF to ODT using Java

    Convert PDF to ODT using Java effortlessly without the need for additional tools. We will provide you code example and complete steps to perform this conversion....transform PDF (Portable Document Format) files into ODT (Open Document...fixed-layout to flexible document formats. This guide simplifies the...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  8. 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...
  9. Extract Images from PDF Documents in C# using ....

    Learn how to extract images from PDF files using C# within your .NET applications. Extract images from PDF files or from any specific page using .NET API....中文 中國傳統的 Portable Document Format (PDF) is a popular and widely...widely used document format developed by Adobe. PDF documents can...

    blog.groupdocs.com/parser/extract-images-from-p...
  10. 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...