Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 175 for

load context

(1.69 sec)
  1. Conversion events | GroupDocs

    Subscribe to pipeline lifecycle and per-result conversion events through the typed ConversionEvents aggregator in GroupDocs.Conversion for .NET....example expecting per-document context, switch to OnDocumentConverted...failed: {ex.Message}" ); }) . Load ( "sample.docx" ) . ConvertTo...

    docs.groupdocs.com/conversion/net/conversion-ev...
  2. Add Image Watermark to PPT Using Python

    This guide shows how to add image watermark to PPT using Python, helping you apply a centered logo watermark across slides for professional presentations....files and slide-level alignment Load the PPT presentation using the...Watermarker class within a context manager Create an ImageWatermark...

    kb.groupdocs.com/watermark/python/add-image-wat...
  3. Remove Document Password | GroupDocs

    Decrypt and remove the open password from a PDF, Word, Excel, or PowerPoint document using remove_password() with GroupDocs.Merger for Python via .NET....protected document can be opened load_options = LoadOptions ( password...password = "p@ss" ) # Load the password-protected document with...

    docs.groupdocs.com/merger/python-net/remove-doc...
  4. GroupDocs.Editor for Python via .NET 26.5 – Qui...

    Hi everyone, GroupDocs.Editor for Python via .NET version 26.5 is now available on PyPI, bringing the full .NET‑powered document‑editing capabilities to Python developers. Highlights HTML round‑trip editing: convert …... Streams and context managers: load documents from any...

    forum.groupdocs.com/t/groupdocs-editor-for-pyth...
  5. Developing FireFox Add-ons with the Add-on Buil...

    This article explains the basics of creating an add-on for FireFox using the FireFox Add-on Builder and Add-on SDK. Read more about them on the Mozilla website. As an example, I’ll use the GroupDocs add-on. (You can downLoad the source code from Github.) It’s an advanced extension so I’ll focus on the basics and highlight a couple of interesting aspects communication between scripts. I’ll mainly look at the add-on folders data and lib in the /resources/groupdocsviewer/ folder.... This loads HTML content from the data folder...JavaScripts that the add-on uses are loaded at this point. Note that the...

    blog.groupdocs.com/viewer/developing-firefox-ad...
  6. Check Document Password Protection | GroupDocs

    Determine whether a PDF, Word, Excel, or PowerPoint document has an open password set using the is_password_set() method of GroupDocs.Merger for Python via .NET....protected document can be opened load_options = LoadOptions ( password...password = "p@ss" ) # Load the password-protected document with...

    docs.groupdocs.com/merger/python-net/check-docu...
  7. Update Document Password | GroupDocs

    Replace the existing open password of a PDF, Word, Excel, or PowerPoint document with a new password using UpdatePasswordOptions with GroupDocs.Merger for Python via .NET....protected document can be opened load_options = LoadOptions ( password...password = "old_p@ss" ) # Load the password-protected document with...

    docs.groupdocs.com/merger/python-net/update-doc...
  8. Groupdocs viewer 8.0.7/8.1.x - Pages not loaded...

    Hi, Issue has been noticed where in the print preview window of browser not all pages are seen, just broken page view appears as shown in the screenshot. It was expected that page Loading popup to appear but it doesn’t a…...x - Pages not loaded in viewer are not available...It was expected that page loading popup to appear but it doesn’t...

    forum.groupdocs.com/t/groupdocs-viewer-8-0-7-8-...
  9. 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/
  10. 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/