Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 83 for

loadoptions filetype

(0.36 sec)
  1. Load diagram document with options | GroupDocs

    Learn how to load and convert diagram files (VSD, VSDX, Visio) with advanced options using GroupDocs.Conversion for .NET API....FileTypes ; using GroupDocs.Conversion...Load ; Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-diagram-...
  2. Load finance document with options | GroupDocs

    Learn how to load and convert finance documents (XBRL, iXBRL) with advanced options using GroupDocs.Conversion for .NET API....FileTypes ; using GroupDocs.Conversion...Load ; Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-finance-...
  3. Preview Digital Certificates properties | Group...

    This article shows how to receive digital certificates properties over Document Info method....properties LoadOptions loadOptions = new LoadOptions () { Password...Signature ( "certificate.pfx" , loadOptions )) { IDocumentInfo documentInfo...

    docs.groupdocs.com/signature/net/preview-certif...
  4. Converting to PDF - Embed Fonts - Free Support ...

    Hello, It is my understanding that when converting to PDF the font should get embedded? Please correct me if I am wrong. I have an issue where by a converted document in only embedding a subset of the font, this causes…... LoadOptions GetLoadOptions(LoadContext...xt context) { var loadOptions = new WordProcessingLoadOp { Format...

    forum.groupdocs.com/t/converting-to-pdf-embed-f...
  5. .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…... Conversion code: LoadOptions GetLoadOptions(LoadContext...xt context) { var loadOptions = new ImageLoadOptions() { Format...

    forum.groupdocs.com/t/net-9-cannot-convert-imag...
  6. HideComments replacement CommentDisplayMode not...

    Hi, I have switched from HideComments in WordProcessingLoadoptions, to CommentDisplayMode, due to it becoming obsolete in version 25.5. This was the old code: convLoadOpts.HideComments = true; This is the new code: …...directories Func<LoadContext, LoadOptions> fnLoadOpts = (loadContext)...directories Func<LoadContext, LoadOptions> fnLoadOpts = (loadContext)...

    forum.groupdocs.com/t/hidecomments-replacement-...
  7. Persistent CustomTempFonts Folder Growth Issue ...

    I also encountered this problem. I came across it in GroupDocs.Viewer version 24.6.0 for .NET Framework 4.6.2. I upgraded to the latest version 24.9.0 and the problem still occurs. On some environments the folder grows h…...MemoryStream(content)) { LoadOptions loadOptions = new LoadOptions(); if (Path...OrdinalIgnoreCase)) { loadOptions.FileType = FileType.TXT; } IPageStreamFactory...

    forum.groupdocs.com/t/persistent-customtempfont...
  8. .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…... LoadOptions GetLoadOptions(LoadContext...xt context) { var loadOptions = new WordProcessingLoadOp { Password...

    forum.groupdocs.com/t/txt-font-replacement/16295
  9. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert PDF files to HTML, PNG, and JPEG formats....FileType}" ); Console . WriteLine (...( $ "File type: {viewInfo.FileType}" ) Console . WriteLine (...

    docs.groupdocs.com/viewer/net/render-pdf-docume...
  10. Converting MSG file containing nested MSG attac...

    I recall this bug was previously fixed - or perhaps I’m mistaken. Attached herewith is test.msg which is able to repro the issue. It is an email which contains an email which contains another email. The top level emai…...LoadOptions loadOptions(GroupDocs.Conversion...SourceFormat is GroupDocs.Conversion.FileTypes.EmailFileType) { return new...

    forum.groupdocs.com/t/converting-msg-file-conta...