Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 3,336 for

import

(0.54 sec)
  1. Agents and LLM integration | GroupDocs

    GroupDocs.Markdown for Python via .NET is AI agent and LLM friendly — machine-readable documentation, MCP server, AGENTS.md shipped in the package, and structured output for RAG pipelines....markdown import MarkdownConverter , ConvertOptions...chunks by headings for embedding import re chunks = re . split ( r...

    docs.groupdocs.com/markdown/python-net/agents-a...
  2. Save output to a stream | GroupDocs

    This article shows how to save output to a stream when rendering a document... Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...interfaces.PageStreamFactory ; import com.groupdocs.viewer.options...

    docs.groupdocs.com/viewer/java/save-output-to-s...
  3. How to use custom cache implementation | GroupDocs

    How to use custom caching implementation with GroupDocs.Viewer using Java....Java import com.groupdocs.viewer.caching.Cache ; import java...util.ArrayList ; import java.util.HashMap ; import java.util.List...

    docs.groupdocs.com/viewer/java/how-to-use-custo...
  4. Adding repeated watermarks | GroupDocs

    Add repeated (tiled) text or image watermarks with spacing, rotation, and patterns using Python via .NET.... import groupdocs.watermark as gw import groupdocs.watermark...the page. import groupdocs.watermark as gw import groupdocs.watermark...

    docs.groupdocs.com/watermark/python-net/adding-...
  5. Convert a Document to Another Format | GroupDocs

    Convert a single document from one format to another, optionally selecting specific pages or a page range using the pages / page_number / pages_count attributes on ConvertOptions with GroupDocs.Conversion for Python via .NET....conversion import Converter from groupdocs.conversion...conversion.options.convert import PdfConvertOptions def conve...

    docs.groupdocs.com/conversion/python-net/develo...
  6. GroupDocs.Signature for Python 26.1 – Latest Up...

    Explore what’s new in GroupDocs.Signature for Python 26.1. Available now on NuGet and GroupDocs website....an image # import groupdocs.signature as gs import groupdocs.signature...signed image # import groupdocs.signature as gs import groupdocs.signature...

    blog.groupdocs.com/signature/groupdocs-signatur...
  7. Redaction basics | GroupDocs

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....see : Python import groupdocs.redaction as gr import groupdocs.redaction...redaction.options as gro import groupdocs.redaction.redactions...

    docs.groupdocs.com/redaction/python-net/redacti...
  8. Extract images to files | GroupDocs

    Learn how to save extracted images to files using GroupDocs.Parser for Python via .NET. Save images in different formats with format conversion....parser import Parser import os # Create output directory...parser import Parser from groupdocs.parser.options import ImageOptions...

    docs.groupdocs.com/parser/python-net/extract-im...
  9. Saving a File to an Output Stream | GroupDocs

    This article demonstrates how to convert a file and save it as a stream using GroupDocs.Conversion for Java API....java import java.io.File ; import java.io.FileOutputStream...FileOutputStream ; import java.io.OutputStream ; import java.util.function...

    docs.groupdocs.com/conversion/java/save-file-to...
  10. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Parser for Python via .NET....parser import Parser # Open the file as a...groupdocs.parser import Parser from io import BytesIO # Read file...

    docs.groupdocs.com/parser/python-net/load-file-...