Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 3,410 for

import

(0.69 sec)
  1. Adjust the JPEG image quality | GroupDocs

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....image: Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...

    docs.groupdocs.com/viewer/java/image-viewer-adj...
  2. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Java....Java import com.groupdocs.comparison.Comparer ; import com.groupdocs...

    docs.groupdocs.com/comparison/java/load-passwor...
  3. Set a Password for the Resultant Document | Gro...

    Apply a password to the comparison result document so only authorised users can open it, using GroupDocs.Comparison for Python via .NET....comparison import Comparer from groupdocs.comparison...comparison.options import CompareOptions , SaveOptions , PasswordSaveOption...

    docs.groupdocs.com/comparison/python-net/develo...
  4. Get source and target text from files | GroupDocs

    This article explains how to get source and target texts of specific changes using GroupDocs.Comparison for Node.js via Java.... 'use strict' ; // Import the GroupDocs.Comparison for...file paths. 'use strict' ; // Import the GroupDocs.Comparison for...

    docs.groupdocs.com/comparison/nodejs-java/get-s...
  5. Installation (manual) | GroupDocs

    Installation without build tools (manual JAR setup) If you don’t use Maven/Gradle/Ivy/SBT, you can add GroupDocs.Metadata for Java to the classpath manually. 1) Download the JAR Go to the latest version of groupdocs-metadata in the GroupDocs Java repository. Download groupdocs-metadata-.jar. 2) Add the JAR to your project IntelliJ IDEA File → Project Structure → Modules → Dependencies. Click + → JARs or directories and select the downloaded JAR. Eclipse...setup import com.groupdocs.metadata.Metadata ; import com.groupdocs...metadata.core.FileFormat ; import com.groupdocs.metadata.core...

    docs.groupdocs.com/metadata/java/installation-m...
  6. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for Java...java import com.groupdocs.viewer.Viewer ; import com.groupdocs...viewer.options.HtmlViewOptions ; import com.groupdocs.viewer.options...

    docs.groupdocs.com/viewer/java/search-highlight...
  7. 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-...
  8. Batch-convert a folder | GroupDocs

    Convert all documents in a directory to Markdown...py import os from groupdocs.markdown import MarkdownConverter...

    docs.groupdocs.com/markdown/python-net/batch-co...
  9. 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...
  10. Licensing | GroupDocs

    Evaluate, apply, and manage licenses for GroupDocs.Conversion for Python via .NET — free trial with limitations, 30-day temporary license, file and stream license loading, and metered licensing.... import os from groupdocs.conversion import License def...message: import os from groupdocs.conversion import License def...

    docs.groupdocs.com/conversion/python-net/licens...