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

load context

(0.26 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. GroupDocs.Search .NET in Python | Complete Inte...

    Master GroupDocs.Search for .NET integration with Python using pythonnet. Learn 2 implementation approaches to solve dependency resolution challenges, with complete code examples for wrapper-based and manual type resolution methods.... The library simply won’t load, leaving you wondering why such...overcoming the core challenge of loading obfuscated assemblies with...

    blog.groupdocs.com/search/python-integration/
  7. .NET PKCS#11 签名教程 -- USB 加密狗、智能卡、HSM 集成

    一步步的教程,解释如何在 .NET 中使用 PKCS#11 令牌(加密狗、智能卡、HSM)通过 Pkcs11Interop 和 GroupDocs.Signature 对 PDF 文档进行签名。...cs – core logic: load the PKCS#11 module, open sessions...AppType.SingleThreaded)) { // Load module, open session, login...

    blog.groupdocs.com/zh/signature/sign-documents-...
  8. .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...
  9. 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...
  10. Unable to set margins when converting .eml to ....

    I use the code below to convert .eml files to .pdf. However, setting the margins using options.setMarginBottom(12), options.setMarginTop(12), options.setMarginLeft(12), and options.setMarginRight(12) no long…...load.EmailLoadOptions; import com...groupdocs.conversion.options.load.LoadOptions; public class DefaultLoadOptionsPr...

    forum.groupdocs.com/t/unable-to-set-margins-whe...