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

loadoptions filetype

(0.03 sec)
  1. 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...
  2. [Release] GroupDocs.Redaction for Java 26.7 - F...

    Dear GroupDocs users, we’re pleased to announce GroupDocs.Redaction for Java 26.7. This release lets you explicitly specify a document’s type when opening it from a stream or a file, switches HTML and Markdown redaction …... LoadOptions accepts a FileType , which is useful...import com.groupdocs.redaction.FileType; import com.groupdocs.redaction...

    forum.groupdocs.com/t/release-groupdocs-redacti...
  3. 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...
  4. Load with file type | GroupDocs

    This article shows how to open a document by explicitly specifying its file type in Loadoptions.... Set FileType to any supported constant...class, for example FileType.DOCX or FileType.PDF . The default...

    docs.groupdocs.com/redaction/net/load-with-file...
  5. 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-...
  6. 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/
  7. 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...
  8. 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...
  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...