Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 44 for

load context

(0.04 sec)
  1. 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...
  2. Render TXT as PNG using Python

    Discover how to render TXT as PNG using Python. This tutorial explains converting plain text files into PNG images with customizable dimensions....access image rendering features Load the TXT file using the Viewer...Once the environment is ready, load the TXT file with the Viewer...

    kb.groupdocs.com/viewer/python/render-txt-as-pn...
  3. Render DOCX as PNG using Python

    Learn how to render DOCX as PNG using Python. This tutorial explains the steps and provides sample code to convert DOCX to PNG in Python for easy sharing....importing the necessary modules, load your DOCX file using the Viewer...Viewer class inside a safe context to guarantee proper resource...

    kb.groupdocs.com/viewer/python/render-docx-as-p...
  4. Groupdocs Viewer 8.0.7 - Wrong page no displaye...

    Hi, We recently moved to 8.0.7 viewer, so far its working fine. Just observed following random problem. Issue Wrong page no is displayed initially when the document is opened in viewer. Issue is observed when our web s…...Use(async (context, next) => { if (context.Request.Path.ToString()...Delay(1500); } await next(context); }); app.UseRouting() .Us...

    forum.groupdocs.com/t/groupdocs-viewer-8-0-7-wr...
  5. Highlight text upon conversion to HTML in .NET ...

    Hi, I was wondering if there is any way to highlight certain words of document, when converting it to HTML with GroupDocs.Viewer. I tried using GroupDocs.Search after the conversion with GroupDocs.Viewer, but the resul…...have, that we don’t get any context, where this was found in the...highlighted text. As you wrote about context it seems to me that you would...

    forum.groupdocs.com/t/highlight-text-upon-conve...
  6. GroupDocs.Conversion throws with Out of Memory ...

    Sometimes, we may encounter corrupted files, or files with unknown extensions. Will be good if GroupDocs.Conversion can fail gracefully when it encounters such situations. Attached is a simple text file with filename “…...Load("unknown.ext").ConvertTo("unknown...GroupDocs.Conversion.FluentConverter.Load("unknown.ext").ConvertTo("unknown...

    forum.groupdocs.com/t/groupdocs-conversion-thro...
  7. Secure PDFs with Password Protection & Permissi...

    Step-by-step guide to implementing PDF document security with GroupDocs.Signature - add passwords, set user permissions, and control document access for enhanced protection...password-protected, you must load the file using specific load options(see “Best...} Best Practices # 📝 How to load PDF documents with permissions...

    blog.groupdocs.com/signature/protect-signed-pdf...
  8. GroupDocs.Redaction AI integration with .NET | ...

    Use AI to detect and redact text, words, or phrases in PDF documents using .NET. Replace or hide content to securely process PDF files.... Load the PDF file using the Redactor...Redact(CustomRedactionConte context) { CustomRedactionResul result...

    blog.groupdocs.com/redaction/custom-ai-redactio...
  9. .NET PKCS#11 Signing Tutorial -- USB Dongle, Sm...

    Step-by-step tutorial explaining how to sign PDF documents in .NET using PKCS#11 tokens (dongles, smart cards, HSMs) via Pkcs11Interop and GroupDocs.Signature....cs – core logic: load the PKCS#11 module, open sessions...AppType.SingleThreaded)) { // Load module, open session, login...

    blog.groupdocs.com/signature/sign-documents-wit...
  10. Get Document Information using Java

    Learn how to get document information using Java. Improve the efficiency of document management by mastering the technique of how to get file properties using Java....Information using Java In the context of managing and processing...common information about the loaded document Finally, access properties...

    kb.groupdocs.com/metadata/java/get-document-inf...