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

import

(5.82 sec)
  1. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer Java API to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive....java import com.groupdocs.viewer.Viewer ; import com.groupdocs...LoadOptions ; import java.io.FileInputStream ; import java.io.FileNotFoundExceptio...

    docs.groupdocs.com/viewer/java/render-archive-f...
  2. 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...
  3. 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...
  4. 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...
  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. 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-...
  7. 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...
  8. 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...
  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. Render web documents as PDF, PNG, and JPEG file...

    Convert web documents (CHM, HTML) to PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....viewer import Viewer from groupdocs.viewer.options import PdfViewOptions...viewer import Viewer from groupdocs.viewer.options import PngViewOptions...

    docs.groupdocs.com/viewer/python-net/render-web...