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

loadoptions in comparison

(0.13 sec)
  1. Options and Configuration | GroupDocs

    Control parsIng behavior with options from groupdocs.parser.options In GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...groupdocs.parser.options import LoadOptions # Pass a password and open...

    docs.groupdocs.com/parser/python-net/options/
  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....Comparison Product Solution GroupDocs...19 )); EmailLoadOptions loadOptions = new EmailLoadOptions ();...

    docs.groupdocs.com/watermark/java/add-watermark...
  3. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer Java API to convert XML documents to HTML (with and without pagInation), PDF documents, PNG, and JPEG raster formats....Comparison Product Solution GroupDocs...document LoadOptions loadOptions = new LoadOptions ( FileType...

    docs.groupdocs.com/viewer/java/render-xml-docum...
  4. 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/
  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. 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/
  7. 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...
  8. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....Comparison Product Solution GroupDocs...sample: Java LoadOptions loadOptions = new LoadOptions (); loadOptions...

    docs.groupdocs.com/viewer/java/render-pdf-docum...
  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. How to run examples | GroupDocs

    Learn how to run C# examples which contaIn creatIng a watermark, removIng watermark, addIng watermark to photos, removIng watermark from photo and many more examples....Comparison Product Solution GroupDocs...document PdfLoadOptions loadOptions = new PdfLoadOptions ();...

    docs.groupdocs.com/watermark/net/how-to-run-exa...