Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 3,223 for

import

(0.06 sec)
  1. Get source and target text from files | GroupDocs

    Learn how to read source and target texts of detected changes using GroupDocs.Comparison for Python via .NET.... import groupdocs.comparison as gc...same data programmatically. import groupdocs.comparison as gc...

    docs.groupdocs.com/comparison/python-net/get-so...
  2. How to Convert HTML to Text using Java

    Get familiar with the process to convert HTML to Text using Java and easily use these instructions for developing the functionality to convert HTML to Text in Java....HTML to Text functionality Import essential classes for performing...install the required library and import essential classes. Then, load...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. How to Compare CSV Files in Java

    Let's learn the step-by-step process to compare CSV files in Java by consuming API and how to consume this guide to develop Java compare CSV files functionality....repository in the Java project Import essential classes for comparing...repository in the first step, then import the necessary classes. Next...

    kb.groupdocs.com/comparison/java/how-to-compare...
  4. Convert XLSX to Image using Python

    In this topic, you will learn how to convert XLSX to Image using Python. There is no need to install any extra software to export XLSX to Image in Python....enable XLSX to Image conversion Import the necessary classes, Converter...required conversion library. Next, import the Converter and ImageConvertOptions...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  5. How to Extract Metadata from Word Document usin...

    This short tutorial describes the process to extract metadata from Word document using Java, and how to iterate through the metadata word document in Java....metadata from Word document Import essential classes for developing...metadata extraction library and import the necessary classes. In the...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  6. Exclude fonts | GroupDocs

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java.... Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...

    docs.groupdocs.com/viewer/java/exclude-fonts/
  7. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Comparison for Node.js via Java....strict' ; // Load Java bridge and import FileInputStream for reading...const InputStream = java . import ( 'java.io.FileInputStream'...

    docs.groupdocs.com/comparison/nodejs-java/load-...
  8. Merge PPTX Presentations in Node.js - GroupDocs...

    This article demonstrates how to merge PPTX presentation files in Node.js with simple code examples using the GroupDocs.Merger for Node.js via Java API....Explanation: Code Example Important Notes See also Download Free...how to follow these steps: // Import the GroupDocs.Merger library...

    blog.groupdocs.com/merger/merge-pptx-in-nodejs/
  9. 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....to implement three methods: import com.groupdocs.redaction.options...options.ILogger ; import java.util.ArrayList ; /** * <p> * This...

    docs.groupdocs.com/redaction/java/use-advanced-...
  10. Create New Document by Format | GroupDocs

    This article demonstrates how to create new documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....WordProcessing Document // Import the necessary modules const...2. Spreadsheet Document // Import the necessary modules const...

    docs.groupdocs.com/editor/nodejs-java/create-do...