Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 9,919 for

file comparison

(0.06 sec)
  1. Get document information | Documentation

    This article explains how to detect document File type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) Files with GroupDocs.Merger....Comparison Product Solution GroupDocs...includes: - indicates document file type, extension, format name...

    docs.groupdocs.com/merger/net/get-document-info...
  2. Rendering CAD to HTML | Documentation

    This article demonstrates how to convert CAD drawings to HTML with GroupDocs.Viewer within your Java applications....Comparison Product Solution GroupDocs...styles are located in one HTML file. Was this page helpful? Not...

    docs.groupdocs.com/viewer/java/how-to-convert-c...
  3. Retrieve CAD layers and layouts | GroupDocs.Vie...

    This article explains how to retrieve information about CAD drawings with GroupDocs.Viewer within your .NET applications when we are going to create a DWG Viewer....Comparison Product Solution GroupDocs...CadViewInfo; Console.WriteLine( "File type: " + viewInfo.FileType);...

    docs.groupdocs.com/viewer/net/how-to-get-cad-la...
  4. Load custom fonts. | Documentation

    The page describes how to load custom fonts....Comparison Product Solution GroupDocs...$"D:/result_{pageNumber}.png" ; return File . Create ( pagePath ); }); annotator...

    docs.groupdocs.com/annotation/net/loading-custo...
  5. Save only annotated pages | Documentation

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Comparison Product Solution GroupDocs...// Add annotation and save to file annotator . add ( tmp0 ); SaveOptions...

    docs.groupdocs.com/annotation/java/save-only-an...
  6. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } 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...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/extracting-com...
  7. Extract pages | Documentation

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other File types using GroupDocs.Merger for .NET....Comparison Product Solution GroupDocs...to it; Call method specifying file path to save resultant document...

    docs.groupdocs.com/merger/net/extract-pages/
  8. Load from a stream | Documentation

    This example demonstrates how to load a File from a stream. advanced_usage.loading_Files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Comparison Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a stream Load from...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  9. Load from a stream | Documentation

    This example demonstrates how to load a File from a stream. advanced_usage.loading_Files.LoadFromStream JavaScript try { const FileStream = fs.createReadStream("input.one") const metadata = new groupdocs.metadata.Metadata(FileStream); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Comparison Product Solution GroupDocs.../ Advanced Usage / Loading files / Load from a stream Load from...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  10. GroupDocs.Metadata for .NET 22.9 Release Notes ...

    Note This page contains release notes for GroupDocs.Metadata for .NET 22.9 Major Features There are the following features, enhancements, and fixes in this release: Implement the net6.0 supporting Update from net2.0 to net4.5 Update from netstandard2.0 to netstandard2.1 Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-3966 Exception with message Invalid bytes count met while reading properties of *.webp-File. Bug METADATANET-3944 Files are recognized as ZIP Bug METADATANET-3967 Reading EXIF from JPEG stopped working in ....Comparison Product Solution GroupDocs...properties of *.webp-file. Bug METADATANET-3944 Files are recognized...

    docs.groupdocs.com/metadata/net/groupdocs-metad...