Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 228 for

loadoptions in comparison

(0.11 sec)
  1. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for Java sInce version 20.1: Watermarker class is Introduced as a sIngle entry poInt to manage watermarks In the document (Instead of Documentclass from previous versions). AddIng watermarks was unified for all supported document formats. Product architecture was redesigned from scratch In order to simplify passIng options to manage watermarks. Document Information and preview generation procedures were simplified....Comparison Product Solution GroupDocs...To Migrate? Here is brief comparison of how to manage watermarks...

    docs.groupdocs.com/watermark/java/migration-notes/
  2. Load Spreadsheet document with options | Docume...

    Learn this article and check how to load and convert Microsoft Excel and Open Document spreadsheets with advanced options usIng GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio (); loadOptions . setHideComments...

    docs.groupdocs.com/conversion/java/load-spreads...
  3. Load password-protected file | Documentation

    Load password-protected file In order to open password-protected documents, you have to pass your password to Loadoptions class constructor or assign it to its Password property of an Instance of Loadoptions class: Loadoptions Loadoptions = new Loadoptions("mypassword"); fInal Redactor redactor = new Redactor("protected_sample.docx", Loadoptions); try { // Here we can use document Instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } fInally { redactor.close(); }...Comparison Product Solution GroupDocs...to pass your password to LoadOptions class constructor or assign...

    docs.groupdocs.com/redaction/java/load-password...
  4. Specify encoding when loading documents | Docum...

    This article explaIns how to specify encodIng when loadIng documents with GroupDocs.Viewer withIn your .NET applications....Comparison Product Solution GroupDocs...you can set encoding using LoadOptions class. In the following code...

    docs.groupdocs.com/viewer/net/specify-encoding-...
  5. Working with slide backgrounds | Documentation

    The API allows you to extract Information about all the slide backgrounds, RemovIng a particular background and AddIng watermark to all background images...Comparison Product Solution GroupDocs...PresentationGetSlide PresentationLoadOpti loadOptions = new PresentationLoadOpti...

    docs.groupdocs.com/watermark/net/working-with-s...
  6. Add watermarks to PowerPoint presentations | Do...

    Add watermarks to PowerPoInt presentations. Add watermark to particular slide with simple or advanced settIngs easily....Comparison Product Solution GroupDocs...ToSlide PresentationLoadOpti loadOptions = new PresentationLoadOpti...

    docs.groupdocs.com/watermark/net/add-watermarks...
  7. Email messages | Documentation

    Learn how to add watermark In Outlook email messages....Comparison Product Solution GroupDocs...EmailUpdateEmailBody EmailLoadOptions loadOptions = new EmailLoadOptions ();...

    docs.groupdocs.com/watermark/net/email-messages/
  8. Email messages | Documentation

    Learn how to add watermark In Outlook email messages....Comparison Product Solution GroupDocs...EmailUpdateEmailBody EmailLoadOptions loadOptions = new EmailLoadOptions ();...

    docs.groupdocs.com/watermark/java/email-messages/
  9. Load password-protected document | Documentation

    This article explaIns how to load password-protected document while usIng GroupDocs. Watermarks API....Comparison Product Solution GroupDocs...LoadPasswordProtecte LoadOptions loadOptions = new LoadOptions (); loadOptions...

    docs.groupdocs.com/watermark/net/load-password-...
  10. Add watermarks to word processing documents | D...

    Microsoft Word allows the user to divide and format the document Into multiple sections. DefInIng sections In the document enables the user to set specific page layout and formattIng for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the pages. AddIng watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects In the headers and footers of the page....Comparison Product Solution GroupDocs...WordProcessingAddWat WordProcessingLoadOp loadOptions = new WordProcessingLoadOp...

    docs.groupdocs.com/watermark/java/add-watermark...