Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 1,919 for

import document

(0.04 sec)
  1. 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-...
  2. How to Convert PDF to Presentation in Java

    This article provides a step-by-step procedure to convert PDF to Presentation in Java and a sample application to convert PDF to PowerPoint presentation using Java....instructions using one of the best document conversion libraries to convert...Presentation in Java . This document conversion workflow does not...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. Count Words and Occurrences of each Word in a D...

    Count number of words and their occurrences in PDF, Word, Excel, PowerPoint, and Email Documents in Java using Document parsing API....programmatically count words in documents and the occurrences of each...GroupDocs.Parser showcases the document parsing solution for developers...

    blog.groupdocs.com/parser/count-words-and-occur...
  4. How to Convert Text to HTML in Java

    Let's quickly review the step-by-step procedure to convert Text to HTML in Java and learn how to write the Text to HTML Java code for converting Documents....Java using one of the popular document converter APIs. Further, this...capability Import essential classes for performing document conversion...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. Working with Resources | Documentation

    This article demonstrates and explains different operations with resources, including retrieving, adjusting, and saving them in different scenarios when editing Documents with GroupDocs.Editor for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product... Introduction Almost all documents of any type have resources...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  6. Converting JSON to a Spreadsheet | Documentation

    Learn how to convert a JSON Document as a data source to a spreadsheet using GroupDocs.Conversion for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Advanced usage / Converting...

    docs.groupdocs.com/conversion/java/convert-json...
  7. Announcing Windows Azure Integration with Group...

    We’re excited to announce that Windows Azure has been integrated with GroupDocs. This allows you to setup a new storage provision for storing your GroupDocs files. With this enhancement, you can configure Microsoft Azure as your default storage provider from within GroupDocs and store your files in the Azure container. GroupDocs provides you with flexible storage options, which is an essential element when opting for an efficient Document management solution. This integration puts you in charge of selecting your preferred storage provider, making your Document management process user friendly and flexible....when opting for an efficient document management solution . This...storage provider, making your document management process user friendly...

    blog.groupdocs.com/total/announcing-windows-azu...
  8. How to Add Polyline Annotation using Java

    Get familiar yourself with the process to add polyline annotation using Java and easily consume APIs to develop a capability to add polyline annotation in Java....polyline annotation to a PDF document. You will also find a working...repository in the Java project Import the required classes for adding...

    kb.groupdocs.com/annotation/java/how-to-add-pol...
  9. 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...
  10. Edit Markdown Documents | Documentation

    This guide demonstrates how to edit the content of Markdown Documents/files like common text Documents using GroupDocs.Editor for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Guide / Edit Document / Edit Markdown Documents Edit Markdown...

    docs.groupdocs.com/editor/nodejs-java/edit-mark...