Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 78 for

load context

(0.09 sec)
  1. 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...
  2. .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...
  3. .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-...
  4. 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...
  5. 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...
  6. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer Java API to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats.... Specify by load options // fill ByteArrayOutputStrea...work... } } // 3. Specify by load options // fill ByteArrayOutputStrea...

    docs.groupdocs.com/viewer/java/render-xml-docum...
  7. Convert PNG to JPG with Python

    Learn how to convert PNG to JPG with Python without installed extra software. This topic also provide a code eample that explains how to export PNG to JPG in Python.... a PNG file is loaded into a managed context where resources...

    kb.groupdocs.com/conversion/python/convert-png-...
  8. .msg to pdf conversion issue - incompatible uni...

    Hello, I am experiencing the below error when trying to convert a specific .msg file to PDF. The issue is present version 25.8 Incompatible unit types. I can send the sample file but due to it’s nature I can’t uploa…... If you try loading the .eml document not through...GetLoadOptions(LoadContext context) { var loadOptions = new W...

    forum.groupdocs.com/t/msg-to-pdf-conversion-iss...
  9. .txt font replacement - Free Support Forum - gr...

    Hello, Please can you provide an example of how I can replace a font in a .txt file. I have tried the following but none seem to work. LoadOptions GetLoadOptions(LoadContext Context) { var LoadOptions = new WordPr…...GetLoadOptions(LoadContext context) { var loadOptions = new WordProcessingLoadOp...return loadOptions; } Then the load options are used as follows:...

    forum.groupdocs.com/t/txt-font-replacement/16295
  10. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Conversion for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....exclude from Docker build context ├── 📄 Dockerfile # Docker...a new converter instance and load the source file const converter...

    docs.groupdocs.com/conversion/nodejs-java/runni...