Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 67 for

loadoptions filetype

(0.04 sec)
  1. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment 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-each-...
  2. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to email attachments (all the attachments of supported types in an email message)...19 )); EmailLoadOptions loadOptions = new EmailLoadOptions ();...Watermarker ( "message.msg" , loadOptions )) { EmailContent content...

    docs.groupdocs.com/watermark/net/add-watermarks...
  3. Working with spreadsheet document attachments |...

    This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking API...SpreadsheetExtractAl SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...Watermarker ( "spreadsheet.xlsx" , loadOptions )) { SpreadsheetContent content...

    docs.groupdocs.com/watermark/net/working-with-s...
  4. Load from Azure Blob Storage | Documentation

    This article explains how to load a document from Azure Blob Storage with GroupDocs.Viewer within your .NET applications....blobName ); LoadOptions loadOptions = new LoadOptions ( FileType . DOCX...= new Viewer ( stream , loadOptions )) { HtmlViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/load-document-fro...
  5. Email messages | Documentation

    Learn how to add watermark in Outlook email messages....EmailUpdateEmailBody EmailLoadOptions loadOptions = new EmailLoadOptions ();...Watermarker ( "message.msg" , loadOptions )) { EmailContent content...

    docs.groupdocs.com/watermark/net/email-messages/
  6. 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 Java applications....FileType ; import com.groupdocs.viewer...groupdocs.viewer.options.LoadOptions ; // ... // Specify the file...

    docs.groupdocs.com/viewer/java/specify-file-typ...
  7. Load from URL | Documentation

    This article explains how to load a document from a URL with GroupDocs.Viewer within your .NET applications....Viewer ( stream , new LoadOptions ( FileType . DOCX ))) { HtmlViewOptions...Viewer ( stream , new LoadOptions ( FileType . DOCX )) Dim viewOptions...

    docs.groupdocs.com/viewer/net/load-document-fro...
  8. Load document from URL | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Merger for Java....(); LoadOptions loadOptions = new LoadOptions ( FileType . PDF...= new Merger ( stream , loadOptions ); System . out . print (...

    docs.groupdocs.com/merger/java/load-document-fr...
  9. Merge PDF, Word, Excel, PowerPoint Files in C# ...

    Programmatically merge PDF, Word documents, spreadsheets, presentation files within your .NET based applications using the Merger API by GroupDocs in C#....merger = new Merger(filePath, loadOptions)) { merger.Join(filePath2...Merger API. foreach (FileType fileType in FileType .GetSupportedFileType()...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...
  10. 在 C# 中合并 PDF、Word、Excel、PowerPoint 文件 | .NET 合并...

    使用 GroupDocs 在 C# 中的 Merger API,以编程方式在基于 .NET 的应用程序中合并 PDF、Word 文档、电子表格、演示文件。...merger = new Merger(filePath, loadOptions)) { merger.Join(filePath2...支持的所有文件类型。 foreach (FileType fileType in FileType .GetSupportedFileType()...

    blog.groupdocs.com/zh/merger/merge-pdf-word-exc...