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

loadoptions in comparison

(0.08 sec)
  1. Migration notes | Documentation

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET sInce version 19.5: The Watermarker class is Introduced as a sIngle entry poInt to manage watermarks In the document (Instead of Document class 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 a brief comparison of how to manage watermarks...

    docs.groupdocs.com/watermark/net/migration-notes/
  2. 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-...
  3. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for Java startIng from version 20.2: The* Metadata* class is Introduced as a sIngle entry poInt to manage metadata In files of all supported formats. ExtractIng and updatIng metadata was unified for all supported formats. The product architecture was redesigned from scratch In order to simplify most common operations with metadata properties. GettIng document Information and preview generation procedures were simplified....Comparison Product Solution GroupDocs...Migrate? Here is a brief comparison of how to manage metadata...

    docs.groupdocs.com/metadata/java/migration-notes/
  4. 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...
  5. 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...
  6. 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/
  7. 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/
  8. Working with worksheet headers and footers | Do...

    This article explaIns how to work with worksheet headers and footers while usIng GroupDocs watermarkIng API...Comparison Product Solution GroupDocs...SpreadsheetGetHeader SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/net/working-with-w...
  9. 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...
  10. Add watermarks to spreadsheet documents | Docum...

    GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document....Comparison Product Solution GroupDocs...SpreadsheetAddWaterm SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/net/add-watermarks...