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

load context

(0.07 sec)
  1. Remove pages | GroupDocs

    Follow this guide and learn how to remove pages from PDF or Word documents, delete worksheets from Excel files, or remove slides from PowerPoint presentations with GroupDocs.Merger for Python via .NET API....remove_document_pages (): # Load the source PDF document with...file (PDF, 335 KB) Explanation Load source document : Merger("./input...

    docs.groupdocs.com/merger/python-net/remove-pages/
  2. 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...
  3. Swap pages | GroupDocs

    This article explains how to swap two document pages within PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Python via .NET....def swap_document_pages (): # Load the source PDF document with...file (PDF, 336 KB) Explanation Load source document : Merger("./input...

    docs.groupdocs.com/merger/python-net/swap-pages/
  4. 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/
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. Merge EPUB | GroupDocs

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

    docs.groupdocs.com/merger/python-net/merge/epub/
  10. 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/