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

loadoptions filetype

(0.18 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 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/
  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. 在 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...
  6. 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...
  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. Render XML documents as HTML, PDF, PNG, and JPE...

    Convert XML to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer. Learn about options for pagination and image quality....viewer import Viewer , FileType from groupdocs.viewer.options...options import LoadOptions def load_xml_document (): # Method 1:...

    docs.groupdocs.com/viewer/python-net/render-xml...
  10. Working with spreadsheet document attachments |...

    This article explains how to work with spreadsheet document attachments while using GroupDocs watermarking Java API...SpreadsheetExtractAl SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...Watermarker ( "spreadsheet.xlsx" , loadOptions ); SpreadsheetContent content...

    docs.groupdocs.com/watermark/java/working-with-...