Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 3,809 for

import

(0.53 sec)
  1. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Java....Java import com.groupdocs.comparison.Comparer ; import java.nio...

    docs.groupdocs.com/comparison/java/load-file-fr...
  2. Update Signatures in Documents | GroupDocs

    This section shows how to update electronic signatures in documents using GroupDocs.Signature for Python via .NET....update signatures in a document: import groupdocs.signature as signature...groupdocs.signature.options import TextSignOptions # Initialize...

    docs.groupdocs.com/signature/python-net/update-...
  3. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to a specified stream using GroupDocs.Metadata for Python via .NET.... Python import io from groupdocs.metadata import Metadata def...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  4. 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-...
  5. GroupDocs.Watermark for Python 26.6 – June 2026...

    GroupDocs.Watermark for Python 26.6 updates the .NET engine and native dependencies for better stability and security, with no breaking API changes. Available on PyPI....watermark import Watermarker from groupdocs...groupdocs.watermark.watermarks import TextWatermark, Font, Color with...

    blog.groupdocs.com/watermark/groupdocs-watermar...
  6. Convert to HTML with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Java....java import com.groupdocs.conversion.Converter ; import com.groupdocs...convert.WebConvertOptions ; import com.groupdocs.conversion.options...

    docs.groupdocs.com/conversion/java/convert-to-h...
  7. Merge PDF files in Node.js - GroupDocs.Merger

    Discover how to merge PDF files programmatically in Node.js using GroupDocs.Merger for Node.js via Java, ensuring a smooth integration without relying on third-party software....demonstrating these steps: // Import the GroupDocs.Merger for Node...the following major steps: Import the necessary library : This...

    blog.groupdocs.com/merger/merge-pdf-in-nodejs/
  8. Merge Word documents | GroupDocs

    Follow this guide and learn how to merge Word documents, combine several DOCX or DOC files into one using GroupDocs.Merger for Python via .NET....merger import Merger def merge_word_documents...s.py from groupdocs.merger import Merger from groupdocs.merger...

    docs.groupdocs.com/merger/python-net/merge/word/
  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. GroupDocs.Viewer for Python via .NET Overview |...

    GroupDocs.Viewer for Python via .NET renders 190+ file formats — DOCX, PDF, XLSX, PPTX, CAD, email, archives, images — to HTML, PDF, PNG, or JPG with embedded or external resources, watermarks, page selection, and AI-pipeline friendly output....viewer import Viewer from groupdocs.viewer.options import HtmlViewOptions...viewer import Viewer from groupdocs.viewer.options import LoadOptions...

    docs.groupdocs.com/viewer/python-net/product-ov...