Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 1,701 for

import document

(0.14 sec)
  1. Show results of comparison as a Word Track Chan...

    This article explains how to use the Microsoft Word Track Changes comparing as a built in feature in GroupDocs.Comparison for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...of revisions in the output document. Revision is a collection...

    docs.groupdocs.com/comparison/java/word-track-c...
  2. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word Documents or PowerPoint presentations protected by password using GroupDocs.Comparison for Python via .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...Compare multiple documents / Compare multiple documents protected by...

    docs.groupdocs.com/comparison/python-net/compar...
  3. Adjusting comparison sensitivity | Documentation

    Learn more about Document comparison sensitivity and how to adjust it to achieve best performance and accuracy when compare Documents with GroupDocs.Comparison for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...bigger than 88% . To compare documents with specific comparison sensitivity...

    docs.groupdocs.com/comparison/java/adjusting-co...
  4. Adjust the JPEG image quality | Documentation

    Following this guide you will learn how to adjust JPG images quality when rendering Documents with Image Viewer by GroupDocs....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PNG or JPEG /...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  5. Process Hyperlinks and Numbered Lists in Words ...

    GroupDocs team is glad to announce another monthly release where Improved Performance and new features are introduced . The latest GroupDocs.Annotation for .NET 17.4.0 API now provides support to process Hyperlink and Number List in words Document format along with Improvements and Fixes. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs.Annotation for .NET. GroupDocs.Annotation for .NET - New Features and ChangesThis monthly release is providing three new features like processing of “Tables and hyperlink” in words Document format and two improvements in Annotating “Words and CAD file formats”....Hyperlink and Number List in words document format along with Improvements...“Tables and hyperlink” in words document format and two improvements...

    blog.groupdocs.com/annotation/hyperlinks-number...
  6. How to Convert XLSX to CSV using Java

    The focus of this topic is to guide you on how to convert XLSX to CSV using Java, and help you in developing a Java application to change XLSX to CSV in Java....the data in another system or import it into a database. Here are...using the Maven repository Import the required classes for XLSX...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. Quick Start Guide | Documentation

    This quick start guide provides a comprehensive overview of setting up and using GroupDocs.Conversion for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...java import com.groupdocs.conversion.Converter ; import com.groupdocs...

    docs.groupdocs.com/conversion/java/getting-star...
  8. Announcing GroupDocs Online Document Viewer Blo...

    We are excited to introduce the GroupDocs.Viewer block for Moodle CMS. With this block installed, you can embed GroupDocs’ online Document viewer widget into Moodle webpages to display PDF, Microsoft Office and other common Document types on your website. You Moodle website visitors can then view Documents online directly on your website. What is Important, end users don’t have to install any software. Documents embedded to your website with GroupDocs.Viewer can be viewed using any standard web-browser....can embed GroupDocs’ online document viewer widget into Moodle...Microsoft Office and other common document types on your website. You...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  9. Use advanced logging | Documentation

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: Import com.groupdocs.redaction.options.ILogger; Import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Use advanced logging Use...

    docs.groupdocs.com/redaction/java/use-advanced-...
  10. Developer Guide | Documentation

    Explains GroupDocs.Merger for .NET file merger features and shows how to merge and combine PDF, Word, Excel, PowerPoint Documents inside your .NET applications...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...types Get document information Merge files Single document operations...

    docs.groupdocs.com/merger/net/developer-guide/