Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 229 for

loadoptions in comparison

(0.04 sec)
  1. 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/
  2. 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...
  3. Working with worksheet backgrounds | Documentation

    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-...
  4. Working with slide backgrounds | Documentation

    ExtractIng Information about all slide backgrounds The API allows you to extract Information about all the slide backgrounds In a PowerPoInt document as shown In the followIng code sample usIng method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadoptions Loadoptions = new PresentationLoadoptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", Loadoptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Comparison Product Solution GroupDocs...PresentationGetSlide PresentationLoadOpti loadOptions = new PresentationLoadOpti...

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

    docs.groupdocs.com/conversion/net/load-pdf-docu...
  7. 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 .NET API....Comparison Product Solution GroupDocs...later: Func < LoadContext , LoadOptions > getLoadOptions = loadContext...

    docs.groupdocs.com/conversion/net/load-email-do...
  8. Set timeout for loading external resources | Do...

    This article explaIns how to set timeout for loadIng external resources contaIned by a document with GroupDocs.Viewer withIn your Java applications....Comparison Product Solution GroupDocs...options.LoadOptions ; // ... LoadOptions loadOptions = new LoadOptions...

    docs.groupdocs.com/viewer/java/set-timeout-for-...
  9. 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...
  10. How to properly merge documents using Java | Do...

    This article describes how to properly merge documents usIng GroupDocs.Merger for Java product....Comparison Product Solution GroupDocs...FileType LoadOptions loadOptions = new LoadOptions ( fileType1...

    docs.groupdocs.com/merger/java/getting-started/...