Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 6,034 for

file comparison

(0.38 sec)
  1. How to Convert XLSX to PDF using C#

    In this article, you will be guided on how to convert XLSX to PDF using C#. Also, a code example will be provided to demonstrate how to generate PDF from XLSX in C#....Comparison Product Family GroupDocs...code example to convert an XLSX file to a PDF. Steps to Convert XLSX...

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

    Let's get familiar yourself with the procedure to convert Excel to HTML using C#. Learn how to use the instructions to write the code to export Excel to HTML in C#....Comparison Product Family GroupDocs...class and pass the input Excel file to its constructor Instantiate...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. GroupDocs.Conversion for .NET | GroupDocs

    GroupDocs.Conversion for .NET is an advanced document conversion API developed to convert Files of different formats from within C# applications....Comparison Product Solution GroupDocs...conversion API developed to convert files of different formats from within...

    docs.groupdocs.com/conversion/net/
  4. Load CSV document with options | GroupDocs

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...developers to handle and convert CSV files into various target formats...

    docs.groupdocs.com/conversion/java/load-csv-doc...
  5. How to Convert XLSX to JPG using C#

    This article includes complete steps to convert XLSX to JPG using C# and code example to transform XLSX to JPG in C# along with configuration of conversion product....Comparison Product Family GroupDocs...class by passing input XLSX file path Call the Converter.GetPossibleConversio...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. How to Run | GroupDocs

    Learn how to run Java examples which contain creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and many more examples....Comparison Product Solution GroupDocs...can either download the ZIP file from or clone the repository...

    docs.groupdocs.com/watermark/java/how-to-run/
  7. Export Data | GroupDocs

    How to export data to JSON or XML Files....Comparison Product Solution GroupDocs...export data to JSON or XML files. or classes are used for this...

    docs.groupdocs.com/parser/net/export-data/
  8. Extract images to files | GroupDocs

    This article explains that how to extract images to Files....Comparison Product Solution GroupDocs...Extract images to files Extract images to files Leave feedback Here...

    docs.groupdocs.com/parser/java/extract-images-t...
  9. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Comparison Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/java/add-document-to-...
  10. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...

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