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

loadoptions in comparison

(0.04 sec)
  1. 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...
  2. 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...
  3. Load password-protected document | Documentation

    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...
  4. 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 .NET API....Comparison Product Solution GroupDocs...later: Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-pdf-docu...
  5. 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...PresentationLoadOpti loadOptions = new PresentationLoadOpti (); loadOptions . setHideComments...

    docs.groupdocs.com/conversion/java/load-present...
  6. 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...
  7. 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-...
  8. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loadIng_files.LoadPasswordProtectedDocument // Specify the password Loadoptions Loadoptions = new Loadoptions(); Loadoptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, Loadoptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature In action In our GitHub examples:...Comparison Product Solution GroupDocs...password LoadOptions loadOptions = new LoadOptions (); loadOptions...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  9. Load custom fonts | Documentation

    This article explaIns how to load custom fonts PDF, Word, Excel, PowerPoInt documents when usIng GroupDocs.Comparison for .NET....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/load-custom-f...
  10. Add watermarks to diagram documents | Documenta...

    AddIng watermark to all pages of a particular type UsIng GroupDocs.Watermark, you can add watermark to all pages of a particular type In a document. It consists of followIng steps. Load the document Create and Initialize watermark object Set watermark properties Add watermark by specifyIng page type usIng setPlacementType() method of DiagramShapeWatermarkOptions Save the document FollowIng code shows how to add watermark to a particular type of the pages....Comparison Product Solution GroupDocs...DiagramAddWatermarkT DiagramLoadOptions loadOptions = new DiagramLoadOptions...

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