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

loadoptions filetype parser

(0.03 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....Parser Product Solution GroupDocs...and later: var index = 1 ; LoadOptions LoadOptionsProvider ( LoadContext...

    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)...Parser Product Solution GroupDocs...19 )); EmailLoadOptions loadOptions = new EmailLoadOptions ();...

    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...Parser Product Solution GroupDocs...SpreadsheetExtractAl SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/net/working-with-s...
  4. Email messages | Documentation

    Learn how to add watermark in Outlook email messages....Parser Product Solution GroupDocs...EmailUpdateEmailBody EmailLoadOptions loadOptions = new EmailLoadOptions ();...

    docs.groupdocs.com/watermark/net/email-messages/
  5. 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....Parser Product Solution GroupDocs...(); LoadOptions loadOptions = new LoadOptions ( FileType . PDF...

    docs.groupdocs.com/merger/java/load-document-fr...
  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....Parser Product Solution GroupDocs...import com.groupdocs.viewer.FileType ; import com.groupdocs.viewer...

    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....Parser Product Solution GroupDocs...Viewer ( stream , new LoadOptions ( FileType . DOCX ))) { HtmlViewOptions...

    docs.groupdocs.com/viewer/net/load-document-fro...
  8. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadoptions Loadoptions = new EmailLoadoptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", Loadoptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....Parser Product Solution GroupDocs...19 )); EmailLoadOptions loadOptions = new EmailLoadOptions ();...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. Specify file type when loading a document | Doc...

    This article explains how to specify file type when loading a document with GroupDocs.Signature API....Parser Product Solution GroupDocs...the file type directly in LoadOptions, and GroupDocs.Signature...

    docs.groupdocs.com/signature/net/load-document-...
  10. Email attachments | Documentation

    This article shows how to get the information about the attachments....Parser Product Solution GroupDocs...EmailExtractAllAttac EmailLoadOptions loadOptions = new EmailLoadOptions ();...

    docs.groupdocs.com/watermark/java/email-attachm...