Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 5,598 for

file comparison

(0.39 sec)
  1. How to Convert Text to PDF in C#

    This quick tutorial provides thorough instructions to convert Text to PDF in C# and a working example to demonstrate the implementation of C# Text to PDF capability....Comparison Product Family GroupDocs...class and pass the input Text file to its constructor Create an...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. How to Convert HTML to DOCX using C#

    This article provides guidance on how to convert HTML to DOCX using C#. It also includes code example to export HTML to DOCX in C# on various operating systems....Comparison Product Family GroupDocs...quickly and easily convert HTML files to DOCX format. The following...

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

    In this topic, we will discover how to convert ODT to JPG using Java without installing additional software installations along with code to export ODT to JPG in Java....Comparison Product Family GroupDocs...an ODT (Open Document Text) file and desire to convert it to...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Comparison Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. 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#....Comparison Product Family GroupDocs...Conversion for .NET to export PDF file format to XLSX Create an object...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  6. How to Convert XLSX to CSV using C#

    In this topic, we will provide guidance on how to convert XLSX to CSV using C#. We will also assist you in developing an application to change XLSX to CSV in C#....Comparison Product Family GroupDocs...of tabular data, two common file formats include XLSX and CSV...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. 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#....Comparison Product Family GroupDocs...CSV (Comma-Separated Values) files are a typical way to store and...

    kb.groupdocs.com/conversion/net/convert-csv-to-...
  8. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font Files. The following are the steps to read the header of an OpenType File. Load an OpenType font File Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....Comparison Product Solution GroupDocs...information from OpenType font files. The following are the steps...

    docs.groupdocs.com/metadata/java/working-with-o...
  9. Add document to Word processing via OLE | Docum...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your Java applications....Comparison Product Solution GroupDocs...and pass object with embedded file path and page number; Call method...

    docs.groupdocs.com/merger/java/add-document-to-...
  10. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Comparison Product Solution GroupDocs...recognized metadata properties from a file Sometimes you may need to just...

    docs.groupdocs.com/metadata/java/clean-metadata/