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

loadoptions filetype

(0.42 sec)
  1. 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...
  2. 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...
  3. Hello, world! | GroupDocs

    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/
  4. 下载 GroupDocs.Redaction for .NET 26.6 – LoadOpti...

    GroupDocs.Redaction for .NET 26.6 引入显式文件类型加载、新的 GroupDocs.Redaction.Options.Drawing 命名空间,以及已废弃的基于 System.Drawing 的 API 成员。可在 NuGet 和 GroupDocs 网站获取。... 使用 LoadOptions.FileType 指定文档格式 GroupDocs.Redaction...此版本聚焦于两个方面:简化集成并为更广泛的平台支持做好准备。 使用 LoadOptions.FileType 指定文档格式 # 打开文档时,GroupDocs...

    blog.groupdocs.com/zh/redaction/groupdocs-redac...
  5. Compare documents | GroupDocs

    Compare two documents in C# with GroupDocs.Comparison for .NET. Covers the basic Comparer workflow, file and stream inputs, default highlight colours, and the CompareOptions class for customizing the result.... Configure loading with LoadOptions While CompareOptions controls...... LoadOptions loadOptions = new LoadOptions { FileType = FileType...

    docs.groupdocs.com/comparison/net/compare-docum...
  6. 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-...
  7. Load from Azure Blob Storage | GroupDocs

    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...
  8. Specify file type for comparison manually | Gro...

    Learn how to manually specify the file type when comparing documents using GroupDocs.Comparison for Python via .NET....type for each input using LoadOptions . Compare documents from...manually Explicitly set input FileType when the extension is ambiguous...

    docs.groupdocs.com/comparison/python-net/specif...
  9. 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...
  10. Add watermarks to email attachments | GroupDocs

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