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

loadoptions filetype

(1.29 sec)
  1. Specify file type for comparison manually | Gro...

    Specify a document file type manually in GroupDocs.Comparison for .NET via Loadoptions.Filetype to skip auto-detection and speed up loading of large files.... LoadOptions loadOptions = new LoadOptions { FileType = FileType...Comparer ( "source.docx" , loadOptions )) { comparer . Add ( "target...

    docs.groupdocs.com/comparison/net/specify-file-...
  2. How to Update Email Load Options and Convert to...

    Not sure how to modify the below code to use the new Conversion APIs from 24.10 onwards? It says: “warning CS0618: ‘Converter.Converter(string, Func)’ is obsolete: ‘The constructor is obsolete from v24.10. Will be remo…...constructor with Func<LoadContext, LoadOptions> parameter’” GroupDocs.Conversion...Conversion.FileTypes.FileType fileType = GroupDocs.Conversion...

    forum.groupdocs.com/t/how-to-update-email-load-...
  3. How to properly merge documents using Java | Gr...

    This article describes how to properly merge documents using GroupDocs.Merger for Java product....pptx" ; FileType fileType1 = FileType . fromExtension...lastIndexOf ( '.' ))); FileType fileType2 = FileType . fromExtension...

    docs.groupdocs.com/merger/java/getting-started/...
  4. How to correctly merge documents using C# | Gro...

    This article describes how to correctly merge documents using GroupDocs.Merger for .NET product....pptx" ; FileType fileType1 = FileType . FromExtension...( filePath1 )); FileType fileType2 = FileType . FromExtension...

    docs.groupdocs.com/merger/net/getting-started/u...
  5. Email attachments | GroupDocs

    This article shows how to get the information about the attachments....EmailExtractAllAttac EmailLoadOptions loadOptions = new EmailLoadOptions ();...Watermarker ( "message.msg" , loadOptions )) { EmailContent content...

    docs.groupdocs.com/watermark/net/email-attachme...
  6. Attachments in PDF document | GroupDocs

    This article explains how to work with PDF attachments while using GroupDocs watermarking API....PdfExtractAllAttachm PdfLoadOptions loadOptions = new PdfLoadOptions ();...Watermarker ( "document.pdf" , loadOptions )) { PdfContent pdfContent...

    docs.groupdocs.com/watermark/net/attachments-in...
  7. Specify file type when loading a document | Gro...

    This article explains how to specify the file type when loading a document with GroupDocs.Viewer within your .NET applications.... LoadOptions loadOptions = new LoadOptions ( FileType . DOCX...= new Viewer ( stream , loadOptions )) { HtmlViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/specify-file-type...
  8. Exception while viewing some pdfs - Free Suppor...

    preview_test_pdf.pdf (1017.7 KB) Below exception message is thrown while viewing attached pdf using groupdocs viewer for java 24.12 class com.groupdocs.viewer.internal.c.a.pd.internal.l22v.l46n cannot be cast to class …...like below private static LoadOptions createLoadOptions(String...String guid) { final FileType fileType = FileType.fromFilePath(guid);...

    forum.groupdocs.com/t/exception-while-viewing-s...
  9. Load document of specific format | GroupDocs

    This article explains how to load document of specific format....var loadOptions = new LoadOptions () { FileType = FileType . FromExtension...using a stream, for example: loadOptions . FormatFamily = FormatFamily...

    docs.groupdocs.com/watermark/net/load-document-...
  10. Specify File Type for Comparison Manually | Gro...

    Manually specify the file type when an extension is missing or wrong, using Loadoptions and Filetype from GroupDocs.Comparison for Python via .NET....file type explicitly via LoadOptions.file_type . Example: Specify...comparison.options import LoadOptions from groupdocs.comparison...

    docs.groupdocs.com/comparison/python-net/develo...