Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 83 for

loadoptions filetype

(0.22 sec)
  1. 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...
  2. Add watermarks to email attachments | GroupDocs

    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....19 )); EmailLoadOptions loadOptions = new EmailLoadOptions ();...Watermarker ( "message.msg" , loadOptions ); EmailContent content =...

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

    This article explains how to specify file type when loading a document with GroupDocs.Signature API....the file type directly in LoadOptions, and GroupDocs.Signature...document LoadOptions loadOptions = new LoadOptions ( FileType . PDF...

    docs.groupdocs.com/signature/net/load-document-...
  4. Email attachments | GroupDocs

    This article shows how to get the information about the attachments....EmailExtractAllAttac EmailLoadOptions loadOptions = new EmailLoadOptions ();...Watermarker ( "message.msg" , loadOptions ); EmailContent content =...

    docs.groupdocs.com/watermark/java/email-attachm...
  5. 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/java/email-messages/
  6. Context Objects - Complete Guide | GroupDocs

    Learn how to use Context Objects in GroupDocs.Conversion for .NET v24.10+. Context objects are foundational to all delegate-based patterns....patterns like Func<LoadContext, LoadOptions> or Action<ConvertedContext>...Purpose Func<LoadContext, LoadOptions> Provides source information...

    docs.groupdocs.com/conversion/net/context-objec...
  7. 在 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...
  8. Attachments in PDF document | GroupDocs

    This article explains how to work with PDF attachments while using GroupDocs watermarking Java API....PdfExtractAllAttachm PdfLoadOptions loadOptions = new PdfLoadOptions ();...Watermarker ( "document.pdf" , loadOptions ); PdfContent pdfContent...

    docs.groupdocs.com/watermark/java/attachments-i...
  9. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats.... LoadOptions loadOptions = new LoadOptions ( FileType . XML...new Viewer ( xmlContent , loadOptions )) { // do some work... }...

    docs.groupdocs.com/viewer/net/render-xml-docume...
  10. Add watermarks to PDF documents | GroupDocs

    The watermarking API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible....PdfAddWatermarks PdfLoadOptions loadOptions = new PdfLoadOptions ();...Watermarker ( "document.pdf" , loadOptions )) { // Add text watermark...

    docs.groupdocs.com/watermark/net/add-watermarks...