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

loadoptions filetype

(0.04 sec)
  1. Render text documents as HTML, PDF, and image f...

    Convert text files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn how to render various file formats.... LoadOptions ( gv . FileType . MD ) # Convert...

    docs.groupdocs.com/viewer/python-net/render-tex...
  2. Convert XML as a data source to a Spreadsheet, ...

    Learn how to convert a XML document as a data source to a spreadsheet, CSV or JSON using GroupDocs.Conversion for Java....XmlLoadOptions loadOptions = new XmlLoadOptions (); loadOptions . setUseAsDataSource...Converter ( "data.xml" , ()-> loadOptions ) { // Configure spreadsheet...

    docs.groupdocs.com/conversion/java/convert-xml-...
  3. Preview Digital Certificates properties | Docum...

    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. .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...
  5. 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-...
  6. 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...
  7. .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
  8. 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...
  9. 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...
  10. Getting TargetInvocationException for groupdocs...

    Tried to convert pdf , docx to png format but get thrown with this error class com.groupdocs.conversion.internal.c.a.ms.System.Reflection.TargetInvocationException —> java.lang.reflect.InvocationTargetException import …...filetypes.ImageFileType; import com...conversion.options.load.LoadOptions; import com.groupdocs.conversion...

    forum.groupdocs.com/t/getting-targetinvocatione...