Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 215 for

loadoptions in comparison

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

    docs.groupdocs.com/watermark/net/add-watermarks...
  2. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Java API to convert text files to HTML, PDF, PNG, and JPEG formats....Comparison Product Solution GroupDocs...groupdocs.viewer.options.LoadOptions ; // ... // Specify the file...

    docs.groupdocs.com/viewer/java/render-text-files/
  3. Load CSV document with options | GroupDocs

    Learn this article and check how to load and convert CSV documents with advanced options usIng GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...processed: Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-csv-docu...
  4. 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....Comparison Product Solution GroupDocs...19 )); EmailLoadOptions loadOptions = new EmailLoadOptions ();...

    docs.groupdocs.com/watermark/java/add-watermark...
  5. 5 Secure Methods to Add Watermarks to Word Docu...

    Learn how to add secure watermarks to Word documents usIng GroupDocs.Watermark for .NET. Compare 5 protection methods from basic to advanced with complete code examples....Comparison Product Solution GroupDocs...header watermark..." ); var loadOptions = new WordProcessingLoadOp...

    docs.groupdocs.com/watermark/net/secure-methods...
  6. Load Note document with options | GroupDocs

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options usIng GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...document: Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-note-doc...
  7. Edit Excel Spreadsheet | GroupDocs

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for Java....Comparison Product Solution GroupDocs...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio (); loadOptions . setPassword...

    docs.groupdocs.com/editor/java/edit-excel/
  8. Save HTML to folder | GroupDocs

    This article explaIns how to save edited document In HTML form to folder at local disk usIng GroupDocs.Editor for Java features....Comparison Product Solution GroupDocs...document WordProcessingLoadOp loadOptions = new WordProcessingLoadOp...

    docs.groupdocs.com/editor/java/save-html-to-fol...
  9. Save HTML to folder | GroupDocs

    This article explaIns how to save edited document In HTML form to folder at local disk usIng GroupDocs.Editor for .NET features....Comparison Product Solution GroupDocs...document WordProcessingLoadOp loadOptions = new WordProcessingLoadOp...

    docs.groupdocs.com/editor/net/save-html-to-folder/
  10. Load Markup document with options | GroupDocs

    Learn this article and check how to load and convert HTML documents with advanced options usIng GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...source = "sample.html" ; var loadOptions = new WebLoadOptions { PageNumbering...

    docs.groupdocs.com/conversion/net/load-markup-d...