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

load context

(0.04 sec)
  1. Load Markup document with options | Documentation

    Learn this article and check how to Load and convert HTML documents with advanced options using GroupDocs.Conversion for .NET API....guide / Advanced usage / Loading / Load options for different document...document types / Load Markup document with options Load Markup document...

    docs.groupdocs.com/conversion/net/load-markup-d...
  2. Load Markup document with options | Documentation

    Learn this article and check how to Load and convert HTML documents with advanced options using GroupDocs.Conversion for Java API....Developer guide / Loading Documents / Load options for different...document types / Load Markup document with options Load Markup document...

    docs.groupdocs.com/conversion/java/load-markup-...
  3. Load Presentation document with options | Docum...

    Learn this article and check how to Load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for .NET API....guide / Advanced usage / Loading / Load options for different document...types / Load Presentation document with options Load Presentation...

    docs.groupdocs.com/conversion/net/load-presenta...
  4. Load WordProcessing document with options | Doc...

    Learn this article and check how to convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....guide / Advanced usage / Loading / Load options for different document...types / Load WordProcessing document with options Load WordProcessing...

    docs.groupdocs.com/conversion/net/load-wordproc...
  5. .NET 9 - GroupDocs 25.5 - Unable to load Aspose...

    Hello, It is my understanding that although PublisherLoadOptions was moved to the .NET Framework package, it should still be possible to convert publisher documents to PDF in .NET 9? I am using the below code var fs =…...5 - Unable to load Aspose.PDF 25.4 GroupDocs.Conversion...(Action<ConvertedContext>)(context => { context.ConvertedStream.CopyTo(fs);...

    forum.groupdocs.com/t/net-9-groupdocs-25-5-unab...
  6. Viewer doesn't load document with lot of 404s f...

    Hi, Just upgraded to 8.0.7. and our site is hosted on azure app service, and it’s behind gateway. so instead of “https://sample.com” host name for “get-page” call is “https://sample.azurewebsites.net” Did bit more inve…...Viewer doesn't load document with lot of 404s for /get-page calls...MapGet("/", (HttpContext context) => { context.Response.ContentType...

    forum.groupdocs.com/t/viewer-doesnt-load-docume...
  7. Possible to load in an email in MSG file format...

    As per subject, does any of the GroupDocs.Total components allow Loading of MSG file, modification of attachments, and then saving back out as MSG?...Possible to load in an email in MSG file format, modify content...GroupDocs.Total components allow loading of MSG file, modification of...

    forum.groupdocs.com/t/possible-to-load-in-an-em...
  8. .NET 9 - Cannot convert image - Free Support Fo...

    Using GroupDocs.Conversion 25.4.0 in .NET 9 the attached image fails to convert with the following error. img_0444.jpg (180.9 KB) I’m also not sure why this has upLoaded as .jpg it should be a .png GroupDocs.Conversi…... Could not load file or assembly ‘System.Drawing...GetLoadOptions(LoadContext context) { var loadOptions = new ImageLoadOptions()...

    forum.groupdocs.com/t/net-9-cannot-convert-imag...
  9. .NET 9 - Fails to recognise .ppt file - Free Su...

    In a .NET application, attempting to convert the attached Powerpoint fails with the following conversion code. ppt file.zip (284.5 KB) using var converter = new Converter(() => ms); var convertOptions = new PdfConvertO…...(Action<ConvertedContext>)(context => { context.ConvertedStream.CopyTo(fs);...this by getting some default load options using this code. However...

    forum.groupdocs.com/t/net-9-fails-to-recognise-...
  10. 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...