Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 1,780 for

compare files

(0.83 sec)
  1. GroupDocs Annotation now supports Exporting Ann...

    GroupDocs document management suite allows you to view, annotate, Compare, assemble, digitally sign and share your documents in the cloud. As previously been announced, GroupDocs Annotation is one of our flagship applications that take the peer/group-review to a whole new level by providing you and your colleagues an easy way to view and share review comments in real-time. Proof-reading has never been so easy and fun! Be it real-time or traditional way of reviewing the documents, GroupDocs Annotation is all that you require to collaboratively perform a document review at anytime, from anywhere....allows you to view , annotate , compare , assemble , digitally sign...become part of this new exported file and can be viewed in any popular...

    blog.groupdocs.com/total/groupdocs-annotation-n...
  2. basic-example.zip

    basic-example/.dockerignore node_modules groupdocs.comparison/node_modules npm-debug.log* yarn-debug.log* pnpm-debug.log* .git .env .DS_Store logs *.log basic-example/.gitignore node_modules/ npm-d......log basic-example/diff-files.js 'use strict'; const groupdocs...console.log('Usage: node diff-files.js <source> <target> <output>...

    docs.groupdocs.com/comparison/nodejs-java/_samp...
  3. GroupDocs.Comparison Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, Compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....presentation documents from stream to file is now fixed, please visit the...Bug Fixes Compare presentations from stream to file is not working...

    blog.groupdocs.com/categories/groupdocs.compari...
  4. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in Files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....point to manage metadata in files of all supported formats. Extracting...the old and new API. Loading Files Any Supported Format The following...

    docs.groupdocs.com/metadata/net/migration-notes/
  5. Get comparison result as an object model | Grou...

    This article explains how to get result document object model with GroupDocs.Comparison for .NET.... using ( Comparer comparer = new Comparer ( "source.docx"...docx" )) { comparer . Add ( "target.docx" ); GroupDocs . Comparison...

    docs.groupdocs.com/comparison/net/how-to-get-re...
  6. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Comparison for .NET API.... using ( Comparer comparer = new Comparer ( "source.docx"...$"result_{pageNumber}.png" ); return File . Create ( pagePath ); }); previewOptions...

    docs.groupdocs.com/comparison/net/generate-docu...
  7. Comparison basic | GroupDocs

    Quick Start section about main features of GroupDocs.Comparison API, describes how to Compare documents with just couple lines of code....Get supported file formats Get file info Compare documents Was...

    docs.groupdocs.com/comparison/java/basic-usage/
  8. Change Page Orientation of Word Document in C# ...

    Change the orientation of pages in Word DOC/DOCX documents using C#. Set pages as portrait or landscape within .NET applications using GroupDocs....page orientation of DOC/DOCX files using C#. For the details and...the selected pages of a DOCX file to the landscape. Similarly...

    blog.groupdocs.com/merger/change-page-orientati...
  9. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Comparison for Java API....Comparer ; import com.groupdocs.comparison...; // ... try ( Comparer comparer = new Comparer ( "source.docx"...

    docs.groupdocs.com/comparison/java/generate-doc...
  10. Batch Word Document Comparison with Performance...

    Learn how to efficiently Compare large sets of Word (DOCX) Files using GroupDocs.Comparison for Node.js with parallel processing and performance tuning....repository contains all source files, helper classes, and configuration...matching source‑target file pairs. Compare documents sequentially...

    docs.groupdocs.com/comparison/nodejs-java/optim...