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

load context

(1.76 sec)
  1. 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...
  2. 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/
  3. 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/
  4. 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...
  5. 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...
  6. 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-...
  7. Rotate pages | GroupDocs

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Python via .NET API....rotate_document_pages (): # Load the source PDF document with...file (PDF, 337 KB) Explanation Load source document : Merger("./input...

    docs.groupdocs.com/merger/python-net/rotate-pages/
  8. 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/
  9. Merge Word documents | GroupDocs

    Follow this guide and learn how to merge Word documents, combine several DOCX or DOC files into one using GroupDocs.Merger for Python via .NET....def merge_word_documents (): # Load the first document as the merge...file (DOCX, 8 KB) Explanation Load base document : Merger("./input...

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