Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 3,410 for

import

(0.1 sec)
  1. Extract text areas | GroupDocs

    Learn how to extract text areas with coordinates and formatting information from documents using GroupDocs.Parser for Python via .NET. Extract text with position data, rectangles, and text styles....parser import Parser # Create an instance...Python from groupdocs.parser import Parser # Create an instance...

    docs.groupdocs.com/parser/python-net/extract-te...
  2. Significant trouble installing, and now using G...

    Significant trouble installing, and now using GroupDocs At first, attempting `pip install groupdocs-viewer-net` was yielding an error that said no such file existed, despite me getting that command......seem to find a way to even import the module into any of my python...viewer import Viewer from groupdocs.viewer.options import HtmlViewOptions...

    forum.groupdocs.com/t/significant-trouble-insta...
  3. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for Node.js via Java API.... 'use strict' ; // Import the GroupDocs.Comparison for...file paths. 'use strict' ; // Import the GroupDocs.Comparison for...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  4. Python E-Signature Tutorial: Create Digital Sig...

    Step-by-step guide to implementing electronic signatures in documents using Python - learn stamp-based, image-based, and form field signature methods for secure document signing...groupdocs-signature-net Import Required Modules # Import the core GroupDocs...Signature library import groupdocs.signature as gs # Import options for...

    blog.groupdocs.com/signature/sign-documents-wit...
  5. How to Run Examples | GroupDocs

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Parser examples, by building your own or using our back-end examples out-of-the-box....parser import Parser def extract_text_from_document...Python from groupdocs.parser import Parser def extract_text_from_pdf...

    docs.groupdocs.com/parser/python-net/how-to-run...
  6. Compare of Variables and Document properties | ...

    This article explains how to activate the comparison of document properties in 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/compare-of-v...
  7. Set custom fonts | GroupDocs

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your Java applications.... Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...viewer.fonts.FolderFontSource ; import com.groupdocs.viewer.fonts...

    docs.groupdocs.com/viewer/java/set-custom-fonts/
  8. Licensing | GroupDocs

    GroupDocs.Signature for Python via .NET free signature API version is available to evaluate the API which will be similar to licensed version but with few limitations....from a file: import os from groupdocs.signature import License def...a stream: import os from groupdocs.signature import License def...

    docs.groupdocs.com/signature/python-net/licensing/
  9. Load File From Stream | GroupDocs

    Pass any Python file-like object — open() handle, io.BytesIO, boto3/azure-blob/requests response body — to the Converter constructor to convert documents directly from memory or cloud storage without touching the local filesystem....py import os from groupdocs.conversion import Converter...conversion.options.convert import PdfConvertOptions def get_file_stream...

    docs.groupdocs.com/conversion/python-net/develo...
  10. Detect file type of container item | GroupDocs

    Learn how to detect file types of items within containers using GroupDocs.Parser for Python via .NET....parser import Parser # Create an instance...groupdocs.parser import Parser from collections import defaultdict...

    docs.groupdocs.com/parser/python-net/detect-fil...