Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 229 for

loadoptions in comparison

(0.42 sec)
  1. Convert videos | Documentation

    In this article, you will learn how to convert a video file to another video format with GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs...VideoLoadOptions loadOptions = new VideoLoadOptions (); loadOptions . SetVideoConnector...

    docs.groupdocs.com/conversion/net/convert/video/
  2. 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...
  3. 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...PdfLoadOptions loadOptions = new PdfLoadOptions (); loadOptions . setFlattenAllFields...

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

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

    docs.groupdocs.com/watermark/net/working-with-w...
  5. 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 .NET API....Comparison Product Solution GroupDocs...later: Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-spreadsh...
  6. Load Presentation document with options | Docum...

    Learn this article and check how to load and convert Microsoft PowerPoInt documents 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-...
  7. Add watermarks to presentation documents | Docu...

    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...
  8. Add watermarks to diagram documents | Documenta...

    UsIng GroupDocs.Watermark, you can add watermark to all pages of a particular type In a document. It consists of followIng steps....Comparison Product Solution GroupDocs...DiagramAddWatermarkT DiagramLoadOptions loadOptions = new DiagramLoadOptions...

    docs.groupdocs.com/watermark/net/add-watermarks...
  9. Load Email document with options | Documentation

    Learn this article and check how to load and convert Email documents with advanced options usIng GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...EmailLoadOptions loadOptions = new EmailLoadOptions (); loadOptions . setDisplayHeader...

    docs.groupdocs.com/conversion/java/load-email-d...
  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/