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

loadoptions filetype

(0.18 sec)
  1. 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-...
  2. How to properly merge documents using Java | Do...

    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/...
  3. How to correctly merge documents using C# | Doc...

    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...
  4. Specify file type for comparison manually | Doc...

    Following this guide you will learn how to specify file type for comparison manually when use GroupDocs.Comparison for .NET....file type LoadOptions loadOptions = new LoadOptions (); loadOptions...loadOptions . FileType = FileType . DOCX ; using ( Comparer comparer...

    docs.groupdocs.com/comparison/net/specify-file-...
  5. Email attachments | Documentation

    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 | Documentation

    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. Load document of specific format | Documentation

    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-...
  8. Hello, world! | Documentation

    Get started with GroupDocs.Watermark for .NET by creating and running a minimal example....can specify the FileType through the LoadOptions class. Specifying...var loadOptions = new LoadOptions () { FileType = FileType . FromExtension...

    docs.groupdocs.com/watermark/net/hello-world/
  9. Specify file type when loading a document | Doc...

    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...
  10. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST documents to different format based on content type using GroupDocs.Conversion for .NET....and later: var index = 1 ; LoadOptions LoadOptionsProvider ( LoadContext...index = 1 ; LoadOptions LoadOptionsProvider ( FileType sourceType...

    docs.groupdocs.com/conversion/net/convert-pst-o...