Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 2,149 for

import

(0.02 sec)
  1. How to Convert XLSB to PDF in Java

    This short tutorial provides the stepwise instructions to convert XLSB to PDF in Java and how to use this guide to create the Java XLSB to PDF converter functionality....implementing XLSB to PDF capability Import essential classes for performing...the Maven repository and then import the necessary classes. In the...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. 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....java import com.groupdocs.conversion.Converter ; import com.groupdocs...

    docs.groupdocs.com/conversion/java/convert-json...
  3. Add a Watermark to Converted Document | Documen...

    Learn how to add a watermark to a document after converting it to another format using GroupDocs.Conversion for Python via .NET....pydrawing import Color from groupdocs.conversion import Converter...conversion.options.convert import PdfConvertOptions , WatermarkTextOptions...

    docs.groupdocs.com/conversion/python-net/develo...
  4. 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....to implement three methods: import com.groupdocs.redaction.options...options.ILogger ; import java.util.ArrayList ; /** * <p> * This...

    docs.groupdocs.com/redaction/java/use-advanced-...
  5. 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....Java import com.groupdocs.comparison.Comparer ; import com.groupdocs...comparison.options.CompareOptions ; import java.nio.file.Path ; // .....

    docs.groupdocs.com/comparison/java/adjusting-co...
  6. EditableDocument | Documentation

    This documentation section explains features of the EditableDocument class when editing documents with GroupDocs.Editor for Node.js via Java API....Markup in Different Forms // Import necessary modules const groupdocsEditor...Saving HTML to a Folder // Import necessary modules const fs...

    docs.groupdocs.com/editor/nodejs-java/editabled...
  7. Create New Document by Format | Documentation

    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...
  8. How to Compare Powerpoint Files using Java

    Let's get familiar yourself with the process to compare Powerpoint Files using Java and how to create functionality to compare two ppt files for differences in Java....compare PowerPoint documents Import essential classes for developing...developing the functionality. Then, import the necessary classes for comparison...

    kb.groupdocs.com/comparison/java/how-to-compare...
  9. Get Default Load Options | Documentation

    Learn how to retrieve default load options for a source format using GroupDocs.Conversion for Python via .NET....conversion import Converter from groupdocs.conversion...conversion.options.load import WordProcessingLoadOp def get_default_load_options...

    docs.groupdocs.com/conversion/python-net/develo...
  10. “Merge PPTX Presentations in Node.js - GroupDoc...

    “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/