Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 173 for

load context

(0.68 sec)
  1. Merge images | GroupDocs

    Learn how to merge image files, combine image files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....merge_image_documents (): # Load the first image as the merge...to download it. Explanation Load base image : Merger("./input...

    docs.groupdocs.com/merger/python-net/merge/images/
  2. 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...
  3. 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...
  4. Merge Excel spreadsheets | GroupDocs

    Follow this guide and learn how to merge MS Excel spreadsheets using Python via .NET programming language....merge_excel_documents (): # Load the first document as the merge...file (XLSX, 18 KB) Explanation Load base document : Merger("./input...

    docs.groupdocs.com/merger/python-net/merge/excel/
  5. 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...
  6. Add Image Watermark to DOCX Using Python

    Add image watermark to DOCX using Python for secure document branding. This guide also shows how to apply watermark to DOCX document in Python with full control....image overlays in Word files Load the necessary watermarking namespaces...Watermarker class within a with context Generate an ImageWatermark...

    kb.groupdocs.com/watermark/python/add-image-wat...
  7. Merge HTML | GroupDocs

    Learn how to merge HTML files, combine HTML files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....served from a web server or loaded from the local file system...def merge_html_documents (): # Load the first HTML file as the merge...

    docs.groupdocs.com/merger/python-net/merge/html/
  8. Get Document Information | GroupDocs

    Retrieve the file type, page count, file size, and per-page dimensions of any supported document using get_document_info() with GroupDocs.Merger for Python via .NET....def read_document_info (): # Load the document whose information...595x841 Explanation Load Document : The Merger context manager opens...

    docs.groupdocs.com/merger/python-net/get-docume...
  9. Loading Documents | GroupDocs

    Load source documents from a local file path, a Python stream, or an HTTP URL — optionally with LoadOptions for passwords, encodings, and external-resource control — in GroupDocs.Viewer for Python via .NET....Developer Guide / Loading Documents Loading Documents Leave feedback...Viewer for Python via .NET can load a source document from three...

    docs.groupdocs.com/viewer/python-net/developer-...
  10. Merge PDF | GroupDocs

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Python via .NET API and couple lines of code...def merge_pdf_documents (): # Load the first document as the merge...file (PDF, 252 KB) Explanation Load base document : Merger("./input...

    docs.groupdocs.com/merger/python-net/merge-pdf/