Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 12,015 for

format

(0.1 sec)
  1. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....converted to the vector SVG format. This option is supported for...for the following format families: Presentation documents: PPT...

    docs.groupdocs.com/viewer/java/how-to-optimize-...
  2. Load personal storage PST or OST with options |...

    Learn this article and check how to load and convert PST/OST documents with advanced options using GroupDocs.Conversion for .NET API....storage content to different formats The following code snippet...storage content to a different format based on the content type:...

    docs.groupdocs.com/conversion/net/load-personal...
  3. How to Convert XPS to PDF using Java

    This quick article explains the stepwise process to convert XPS to PDF using Java and provides a sample working application for XPS to PDF converter in Java....language to transform XPS to PDF format. Steps to Convert XPS to PDF...transformation from XPS to PDF format Initialize the Converter class...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. How to Convert Outlook Email to Word in Java

    This article walks you through the process to convert Outlook email to Word in Java and creates a sample code for Java Email to Word ability using a few API calls....an Outlook email to a Word format Initialize the Converter class...and transforms it into DOCX format with a few API calls. Additionally...

    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. Read Metadata from XLSX using Java

    Discover how to read metadata from XLSX using Java without the need of additional software. You will be given a code example to read metadata of XLSX using Java....xlsx format, programmatically accessing...stands as a widely used file format for spreadsheets, notably associated...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  9. 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 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 age of manager 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/java/single-row-ima...
  10. 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...