Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 3,410 for

import

(0.34 sec)
  1. Update QR Code Signatures in Document | GroupDocs

    This article explains how to update QR code electronic signatures with GroupDocs.Signature for Python via .NET API....was found using the method: import groupdocs.signature as signature...groupdocs.signature.options import QrCodeSearchOptions # Initialize...

    docs.groupdocs.com/signature/python-net/update-...
  2. Show Gap Lines Instead of Changes | GroupDocs

    Replace inserted and deleted content with empty gap lines to produce redacted-style diffs while preserving layout alignment using GroupDocs.Comparison for Python via .NET....comparison import Comparer from groupdocs.comparison...comparison.options import CompareOptions def show_gap_lines ():...

    docs.groupdocs.com/comparison/python-net/develo...
  3. Stop word dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java.... To import words from a file, use the...exportDictionary ( "C:\\Words.txt" ); // Import words from a file index . getDictionaries...

    docs.groupdocs.com/search/java/stop-word-dictio...
  4. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java.... To import words from a file, use the...exportDictionary ( fileName ); // Import words from a file index . getDictionaries...

    docs.groupdocs.com/search/nodejs-java/spelling-...
  5. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Signature for Python via .NET inside Docker containers with examples, troubleshooting tips, and best practices....py import os import groupdocs.signature as gs import groupdocs...

    docs.groupdocs.com/signature/python-net/getting...
  6. GroupDocs.Comparison for Python via .NET Overvi...

    GroupDocs.Comparison for Python via .NET compares 50+ document formats — DOCX, PDF, XLSX, PPTX, images, AutoCAD, source code — detecting text, style, and formatting changes at paragraph, word, and character level with accept/reject workflows, multi-source compare, and AI-pipeline-friendly change extraction....comparison import Comparer def compare_documents...options from groupdocs.comparison import Comparer from groupdocs.comparison...

    docs.groupdocs.com/comparison/python-net/produc...
  7. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document....markdown import MarkdownConverter , LoadOptions...py from groupdocs.markdown import MarkdownConverter , LoadOptions...

    docs.groupdocs.com/markdown/python-net/load-a-p...
  8. Delete Digital signatures from documents | Grou...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API.... Important information . Please be aware...that was found using method. import groupdocs.signature as signature...

    docs.groupdocs.com/signature/python-net/delete-...
  9. Convert XLSX to PDF using Python

    Convert XLSX to PDF using Python for automated document workflows. Easily export XLSX to PDF in Python and preserve your spreadsheet's formatting....for XLSX to PDF conversion Import the Converter and PdfConvertOptions...document transformation. Next, import the Converter and PdfConvertOptions...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  10. Convert DOCX to PDF using Python

    You can find the steps to convert DOCX to PDF using Python in this article. Moreover, we will help you to write a code example to export DOCX to PDF using Python....NET library Import the necessary classes to perform...Converter.convert method To begin, import the relevant classes—Converter...

    kb.groupdocs.com/conversion/python/convert-docx...