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

loadoptions filetype

(0.53 sec)
  1. 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-...
  2. 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...
  3. 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...
  4. 在 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...
  5. 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...
  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/java/email-messages/
  7. 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...
  8. 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...
  9. Convert MSG to PDF in C# and extract attachment...

    During Conversion of an email, I’d like to keep the original attachment file type instead of converting each attachment to different file type. E.g. I have a .msg file with a .docx attachment and I want to convert the M…...LoadOptions LoadOptionsProvider(FileType sourceType)...Stream ConvertedStreamProvi(FileType targetType) { string outputFile...

    forum.groupdocs.com/t/convert-msg-to-pdf-in-c-a...
  10. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert text files to HTML, PDF, PNG, and JPEG formats.... LoadOptions loadOptions = new LoadOptions ( FileType . MD...= new Viewer ( stream , loadOptions )) { var viewOptions = new...

    docs.groupdocs.com/viewer/net/render-text-files/