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

loadoptions in comparison

(0.04 sec)
  1. Load WordProcessing document with options | Doc...

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

    docs.groupdocs.com/conversion/java/load-wordpro...
  2. Load password-protected documents | Documentation

    This article explaIns how to open password-protected document with GroupDocs.Viewer withIn your .NET applications....Comparison Product Solution GroupDocs...password. LoadOptions loadOptions = new LoadOptions (); loadOptions...

    docs.groupdocs.com/viewer/net/load-password-pro...
  3. Load WordProcessing document with options | Doc...

    Learn this article and check how to load and convert Microsoft Word and Open Document files with advanced options usIng GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...and hide comments: const loadOptions = new groupdocs . conversion...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  4. 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...
  5. Add watermarks to spreadsheet documents | Docum...

    AddIng watermark to a particular worksheet GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document. AddIng watermark to a particular Excel worksheet usIng GroupDocs.Watermark consists of followIng steps. Load the document Create and Initialize watermark object Set watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add watermark to the worksheet Save the document FollowIng code shows how to add watermark to a particular worksheet....Comparison Product Solution GroupDocs...SpreadsheetAddWaterm SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/java/add-watermark...
  6. Add watermarks to word processing documents | D...

    GroupDocs.Watermark API allows you to add watermark In headers and footers of the page....Comparison Product Solution GroupDocs...WordProcessingAddWat WordProcessingLoadOp loadOptions = new WordProcessingLoadOp...

    docs.groupdocs.com/watermark/net/add-watermarks...
  7. 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...
  8. Load PDF document with options | Documentation

    Learn this article and check how to load and convert PDF documents with advanced options usIng GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...flatten all fields: const loadOptions = new groupdocs . conversion...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  9. Load custom fonts | Documentation

    This article explaIns how to load custom fonts 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-custom-...
  10. 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/