Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 213 for

loadoptions in comparison

(0.15 sec)
  1. Add watermarks to presentation documents | Grou...

    AddIng watermark to a particular slide UsIng GroupDocs.Watermark, you can add watermark to a particular slide of a PowerPoInt presentation In a simplified way. AddIng watermark to a particular PowerPoInt slide usIng GroupDocs.Watermark consists of followIng steps. Load the document Create and Initialize watermark object Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the document Save the document FollowIng code shows how to add TextWatermark to the first slide and ImageWatermark to the second slide....Comparison Product Solution GroupDocs...PresentationAddWater PresentationLoadOpti loadOptions = new PresentationLoadOpti...

    docs.groupdocs.com/watermark/java/add-watermark...
  2. Load PDF document with options | GroupDocs

    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-...
  3. Add watermarks to spreadsheet documents | Group...

    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...
  4. Add watermarks to spreadsheet documents | Group...

    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...
  5. Add watermarks to word processing documents | G...

    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...
  6. Load password-protected document | GroupDocs

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

    docs.groupdocs.com/watermark/java/load-password...
  7. Load password-protected file | GroupDocs

    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. Working with worksheet headers and footers | Gr...

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

    docs.groupdocs.com/watermark/java/working-with-...
  9. Load PDF document with options | GroupDocs

    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...PdfLoadOptions loadOptions = new PdfLoadOptions (); loadOptions . setFlattenAllFields...

    docs.groupdocs.com/conversion/java/load-pdf-doc...
  10. Working with worksheet backgrounds | GroupDocs

    This article explaIns how to work with worksheet backgrounds while usIng GroupDocs watermarkIng Java API...Comparison Product Solution GroupDocs...SpreadsheetGetInform SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/java/working-with-...