Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 229 for

loadoptions in comparison

(0.04 sec)
  1. Add watermarks to email attachments | Documenta...

    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. Extract data from databases | Documentation

    This article shows the data extraction from database via ADO.NET usIng GroupDocs.Parser...Comparison Product Solution GroupDocs...string filePath , LoadOptions loadOptions ); The list of tables...

    docs.groupdocs.com/parser/net/extract-data-from...
  3. 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....Comparison Product Solution GroupDocs...Options . LoadOptions loadOptions = new LoadOptions ( FileType...

    docs.groupdocs.com/viewer/net/render-xml-docume...
  4. Load password-protected documents | Documentation

    This article explaIns how to load password-protected PDF, Word, Excel, PowerPoInt documents when usIng GroupDocs.Comparison for Java....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for Java...

    docs.groupdocs.com/comparison/java/load-passwor...
  5. Extract data from databases | Documentation

    This article demonstrate that how to extract data from databases via JDBC...Comparison Product Solution GroupDocs...String filePath , LoadOptions loadOptions ); The list of tables...

    docs.groupdocs.com/parser/java/extract-data-fro...
  6. Add watermarks to email attachments | Documenta...

    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...
  7. 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/
  8. Edit Excel Spreadsheet | Documentation

    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/
  9. Save HTML to folder | Documentation

    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...
  10. Save HTML to folder | Documentation

    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/