Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 2,388 for

import

(0.03 sec)
  1. 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...
  2. Show gap lines instead of changes | Documentation

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for Java....Java import com.groupdocs.comparison.Comparer ; import com.groupdocs...

    docs.groupdocs.com/comparison/java/show-gap-lines/
  3. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....for a file from local disk import groupdocs.redaction as gr def...info for a file from Stream import groupdocs.redaction as gr def...

    docs.groupdocs.com/redaction/python-net/get-fil...
  4. “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/
  5. 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-...
  6. 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...
  7. 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...
  8. 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...
  9. Exclude fonts | Documentation

    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/
  10. 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...