Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 2,366 for

import document

(0.09 sec)
  1. Compare Word documents | GroupDocs

    Learn how to compare Word (.doc, .docx) Documents using GroupDocs.Comparison for Python via .NET. Detect and highlight text and formatting differences with simple Python code....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product.../ Compare Word documents Compare Word documents Leave feedback...

    docs.groupdocs.com/comparison/python-net/compar...
  2. Use advanced logging | GroupDocs

    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-...
  3. Spelling Correction in Document Search using C#

    Implement spelling correction in Document search using C#. For accurate and efficient Document retrieval, this topic enables spell check in Document search using C#....Correction in Document Search using C# In the realm of document management...of spelling correction in document search using C# becomes invaluable...

    kb.groupdocs.com/search/net/spelling-correction...
  4. Annotate GIF, TIFF, BMP and JPEG formats using ...

    We are excited to announce another monthly release where new Document formats is added in supported format list for annotating images. The latest GroupDocs.Annotation for .NET 17.1.0 API now provides support to GIF, TIFF, BMP and JPEG with all major annotation types like Text, Area, Point, Watermark and Strikeout Annotations. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs....monthly release where new document formats is added in supported...Text Strikeout Annotation Document Annotation API - Improvements...

    blog.groupdocs.com/annotation/annotate-gif-tiff...
  5. How to Convert TIFF to PDF in Java

    This guide walks you through the whole process to convert TIFF to PDF in Java. Explore sample code for Java TIFF to PDF capability and modify it as per your needs....PDF in Java We will explore document transformation utilizing one...one of the popular document conversion libraries and show you...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Result of added watermarks | GroupDocs

    Review AddWatermarkResult with information about added watermarks using Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...in a document. import groupdocs.watermark as gw import groupdocs...

    docs.groupdocs.com/watermark/python-net/result-...
  7. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint Documents when using GroupDocs.Comparison for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...password-protected documents Load password-protected documents Leave feedback...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  8. Render PDF documents as HTML and image files | ...

    Convert PDF files to HTML, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn basic rendering techniques....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Python / Document rendering basics / Render PDF documents Render...

    docs.groupdocs.com/viewer/python-net/render-pdf...
  9. GroupDocs.Viewer 2.0 - New Features & Improveme...

    Last week, we released an update to the GroupDocs.Viewer library for the .NET platform. Now it is time to share what version 2.0 of GroupDocs.Viewer has to offer to the Java world. You can find a full list of new features, improvements and fixes on the GroupDocs.Viewer download page. The most notable improvements, I’m going to discover in this article. Native HTML5-Based Document Rendering The brightest gem presented in this version is the HTML-based rendering mode - an addition to the image-based one that was the only choice in previous versions of the Document viewer.... Native HTML5-Based Document Rendering # The brightest...in previous versions of the document viewer. Under the new mode...

    blog.groupdocs.com/viewer/groupdocs-viewer-2-0-...
  10. How to Convert DOCX to MHTML using C#

    This article will walk you through the process to convert docx to mhtml using C#. You will also find code example in this article to generate mhtml from docx in C#....instructions for configuring the document conversion package for performing...performing the document transformation. Here are the key steps...

    kb.groupdocs.com/conversion/net/how-to-convert-...