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

format

(0.09 sec)
  1. Convert CSV to HTML using C#

    Let's quickly understand how to convert CSV to HTML using C#. We will provide you with essential instructions and code example to export CSV to HTML using C#....converting CSV data to HTML format can be quite helpful. We’ll...export a CSV file into HTML format Create an object of the Converter...

    kb.groupdocs.com/conversion/net/convert-csv-to-...
  2. 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...
  3. 比較 Excel 試算表:使用 C# 進行進階逐格分析

    了解如何使用 GroupDocs.Comparison for .NET 以程式方式比較 Excel 工作表。本指南展示了逐格比較、自訂樣式、摘要頁面,以及針對 Excel 文件比較的進階可見性控制,使用 C#。...Generation Visibility Controls Multi-Format Support Source and Target Files...Styled Comparison with Custom Formatting Step 3: Visibility Controls...

    blog.groupdocs.com/zh-hant/comparison/compare-e...
  4. 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...
  5. 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-...
  6. 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...
  7. Multicolored Numbered List in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Email Document Format. Multicolored Numbered List in Email Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS Outlook 2013. In your email, write a sentence like “We provide support for the following clients:”. Start numbered list. Go to the “Design” tab and select color to make it colored list....List report in Email Document format. Multicolored Numbered List...Report must be in .eml or .msg format. It must add email recipient...

    docs.groupdocs.com/assembly/java/multicolored-n...
  8. Get document info | GroupDocs

    This article shows that how to get meta inFormation of a document....demonstrates how to extract basic format information from a file. BasicUsage...Console . WriteLine ( "File format: {0}" , info . FileType . FileFormat...

    docs.groupdocs.com/metadata/net/get-document-info/
  9. In-Table List With Alternate Content in Email D...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List With Alternate Content report in Email Document Format. In-Table List With Alternate Content in Email Document Note This feature is supported by version 17.8.0 or greater Creating a In-Table List With Alternate Content Practicing the following steps you can create In-Table List With Alternate Content Template in MS Outlook 2013. Add a new email. Press “Insert” tab to insert the table....Content report in Email Document format. In-Table List With Alternate...Report must be in .eml or .msg format. It must add email recipient...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  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...