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

loadoptions in comparison

(0.41 sec)
  1. 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...
  2. Working with spreadsheet document attachments |...

    This article explaIns how to work with spreadsheet document attachments while usIng GroupDocs watermarkIng API...Comparison Product Solution GroupDocs...SpreadsheetExtractAl SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio...

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

    docs.groupdocs.com/conversion/net/load-pdf-docu...
  4. 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...
  5. 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-...
  6. 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...
  7. Load password-protected document | Documentation

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

    docs.groupdocs.com/watermark/net/load-password-...
  8. Add watermarks to word processing documents | D...

    Microsoft Word allows the user to divide and format the document Into multiple sections. DefInIng sections In the document enables the user to set specific page layout and formattIng for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the pages. AddIng watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects In the headers and footers of the page....Comparison Product Solution GroupDocs...WordProcessingAddWat WordProcessingLoadOp loadOptions = new WordProcessingLoadOp...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. 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...
  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...