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

loadoptions in comparison

(0.12 sec)
  1. Load password-protected documents | GroupDocs

    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...
  2. 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...
  3. Extract data from databases | GroupDocs

    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...
  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. 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...
  6. 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/
  7. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert text files to HTML, PDF, PNG, and JPEG formats....Comparison Product Solution GroupDocs...Viewer , PdfViewOptions , LoadOptions , FileType } from '@groupdocs/groupdocs...

    docs.groupdocs.com/viewer/nodejs-java/render-te...
  8. 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...
  9. 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/
  10. 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/