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

import document

(0.06 sec)
  1. 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-...
  2. Generate Tiling Watermarks - Enhance Document S...

    Discover the techniques to generate tiling watermarks for Documents using C#, Java, and Node.js. Enhance your Document security with this step-by-step guide....digital age, the security of documents is more critical than ever...watermark across the entire document. This guide offers a comprehensive...

    blog.groupdocs.com/watermark/generate-tiling-wa...
  3. 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...
  4. 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-...
  5. 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-...
  6. 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...
  7. 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...
  8. 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...
  9. 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-...
  10. How to Convert PDF to TIFF in Java

    Quickly understand the procedure for doing Document transformation, learn how to convert PDF to TIFF in Java, and create the code to export PDF to TIFF using Java....will use one of the popular document conversion library for transforming...transforming non-editable documents from one format to another...

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