Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 175 for

load context

(0.09 sec)
  1. Move page | GroupDocs

    This article demonstrates how to move a document page to a new position within PDF, Word, Excel, PowerPoint and other document types using GroupDocs.Merger for Python via .NET API....def move_document_page (): # Load the source PDF document with...file (PDF, 418 KB) Explanation Load source document : Merger("./input...

    docs.groupdocs.com/merger/python-net/move-page/
  2. Change page orientation | GroupDocs

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Python via .NET....change_page_orientation (): # Load the source Word document with...file (PDF, 336 KB) Explanation Load source document : Merger("./input...

    docs.groupdocs.com/merger/python-net/change-pag...
  3. Agents and LLM Integration | GroupDocs

    GroupDocs.Editor for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document editing pipelines....GroupDocs provides an MCP (Model Context Protocol) server that enables...documentation on demand instead of loading it all at once. This saves...

    docs.groupdocs.com/editor/python-net/agents-and...
  4. Extract pages | GroupDocs

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Python via .NET....extract_pages_by_numbers (): # Load the source PDF document with...extract_pages_even_range (): # Load the source PDF document with...

    docs.groupdocs.com/merger/python-net/extract-pa...
  5. Add Image Watermark to XLS Using Python

    Explore how to add image watermark to XLS using Python and safeguard spreadsheet files by inserting a centered logo watermark across worksheets....and watermark configuration Load the XLS workbook using the Waterm...Watermarker arker class inside a context manager Create an ImageWatermark...

    kb.groupdocs.com/watermark/python/add-image-wat...
  6. Merge archives | GroupDocs

    Learn how to merge archive files, combine archive files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....merge_archive_documents (): # Load the first archive as the merge...file (ZIP, 1 KB) Explanation Load base archive : Merger("./input...

    docs.groupdocs.com/merger/python-net/merge/arch...
  7. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and many other formats with a couple of Python via .NET code lines and GroupDocs.Merger for Python via .NET....merge_powerpoint_documents (): # Load the first presentation as the...file (PPTX, 88 KB) Explanation Load base document : Merger("./input...

    docs.groupdocs.com/merger/python-net/merge/powe...
  8. Split text file | GroupDocs

    Follow this guide and learn how to split a text file into several resultant files by line numbers using GroupDocs.Merger for Python via .NET API....split_text_file_by_lines (): # Load the source text file with Merger...split_text_file_by_interval (): # Load the source text file with Merger...

    docs.groupdocs.com/merger/python-net/split-text...
  9. Split document | GroupDocs

    This guide describes how to split a document of PDF, Word, Excel, PowerPoint and many other formats into several resultant documents using GroupDocs.Merger for Python via .NET API....SplitMode def split_document (): # Load the source PDF document with...split_document_by_interval (): # Load the source PDF document with...

    docs.groupdocs.com/merger/python-net/split-docu...
  10. Migration Notes | GroupDocs

    Notes on the relationship between the GroupDocs.Editor for Python via .NET API and the underlying .NET API.... Context managers — use with Editor(...Options families — pick the load / edit / save options class...

    docs.groupdocs.com/editor/python-net/migration-...