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

loadoptions filetype

(0.23 sec)
  1. 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...
  2. 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-...
  3. 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...
  4. 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...
  5. 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...
  6. Email messages | GroupDocs

    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/
  7. GroupDocs.Viewer "The dimensions of this page a...

    I’m using GroupDocs Viewer to convert any file to PDF. My problem appear when i try to convert .jpg image to pdf. The exported pdf has this error “The dimensions of this page are out-of-range. Page content might be trun…...MemoryStream(); var fileType = FileType.FromExtension(extension);...ion); var loadOptions = new LoadOptions(fileType); var sheetOpts...

    forum.groupdocs.com/t/groupdocs-viewer-the-dime...
  8. 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 Java applications....FileType ; import com.groupdocs.viewer...groupdocs.viewer.options.LoadOptions ; // ... // Specify the file...

    docs.groupdocs.com/viewer/java/specify-file-typ...
  9. Load document from URL | GroupDocs

    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...
  10. Load from URL | GroupDocs

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