Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 5,629 for

file comparison

(0.13 sec)
  1. GroupDocs.Viewer for Java | Documentation

    GroupDocs.Viewer for Java allows you to render documents in various formats as HTML, PDF, JPEG, and PNG Files. You do not need to use third-party software to view Files within your Java application....Comparison Product Solution GroupDocs...spreadsheets, presentations, PDF files, web pages, email messages,...

    docs.groupdocs.com/viewer/java/
  2. Working with BMP metadata | Documentation

    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 the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } 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/java/working-with-b...
  3. How to Add Watermark Annotation to PDF using C#

    Review the step-by-step guide to add watermark annotation to PDF using C# by annotation library and how to use these instructions to insert watermark to PDF in C#....Comparison Product Family GroupDocs...class and pass path of input PDF file to its constructor Initialize...

    kb.groupdocs.com/annotation/net/how-to-add-wate...
  4. GroupDocs.Watermark Product Family | Documentation

    Powerfull API for adding watermarks to the documents of different File formats. Documentation .NET Java Node.js Python GroupDocs.Watermark for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Adding watermark Articles and guidelines Adding text watermark Adding image watermark .NET code examples Open-source projects for APIs example usage GroupDocs.Watermark for .NET More GroupDocs.Watermark for Java More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Adding watermark Articles and guidelines for basic and advanced development...Comparison Product Solution GroupDocs...to the documents of different file formats. Documentation .NET...

    docs.groupdocs.com/watermark/
  5. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST documents to different format based on content type using GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs...constituent file of the Outlook Offline Data File (OST) to a different...

    docs.groupdocs.com/conversion/net/convert-pst-o...
  6. Extract metadata from EPUB using C#

    In this article, we will detail the steps required to extract metadata from EPUB using C#. Also, a sample of the EPUB metadata extraction C# code will be provided....Comparison Product Family GroupDocs...metadata from EPUB using C# EPUB files are widely used for eBooks and...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  7. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using .NET / C# with GroupDocs.Viewer for .NET....Comparison Product Solution GroupDocs...Viewer ( "sample.pdf" )) { // Get file information. ViewInfoOptions...

    docs.groupdocs.com/viewer/net/how-to-get-page-w...
  8. Fixing Invalid Form Fields | Documentation

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Java...Comparison Product Solution GroupDocs...a InputStream from the input file path. InputStream fs = new FileInputStream...

    docs.groupdocs.com/editor/java/fixing-invalid-f...
  9. Load document from Azure Blob Storage | Documen...

    This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API....Comparison Product Solution GroupDocs...String outputFilePath = new File ( Constants . OutputPath , ...

    docs.groupdocs.com/signature/java/load-document...
  10. Working with formats | Documentation

    This article explains document formats and format families supported by GroupDocs.Editor for Java and how to operate them in Java code....Comparison Product Solution GroupDocs...which reflect their names and file extensions, all of them are...

    docs.groupdocs.com/editor/java/working-with-for...