Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 288 for

loadoptions in comparison

(0.03 sec)
  1. Working with worksheet backgrounds | GroupDocs

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

    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...
  3. 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...
  4. Update Document Password | GroupDocs

    Replace the existIng open password of a PDF, Word, Excel, or PowerPoInt document with a new password usIng UpdatePasswordOptions with GroupDocs.Merger for Python via .NET....Comparison Product Solution GroupDocs...document password Create a LoadOptions instance and supply the current...

    docs.groupdocs.com/merger/python-net/update-doc...
  5. Load Options | GroupDocs

    Open password-protected files and streams usIng load options In GroupDocs.Parser for Python via .NET....Comparison Product Solution GroupDocs...groupdocs.parser.options.LoadOptions to pass extra parameters...

    docs.groupdocs.com/parser/python-net/load-options/
  6. How to properly merge documents using Java | Gr...

    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/...
  7. Load Password-Protected Document | GroupDocs

    Open encrypted PDF, Word, Excel, and PowerPoInt documents by passIng a Loadoptions Instance with the password parameter to the Merger constructor In GroupDocs.Merger for Python via .NET....Comparison Product Solution GroupDocs...unlock the file, pass a LoadOptions instance — populated with...

    docs.groupdocs.com/merger/python-net/developer-...
  8. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for .NET startIng from version 19.11: The* Metadata* class is Introduced as a sIngle entry poInt to manage metadata In files of all supported formats. ExtractIng and updatIng metadata was unified for all supported formats. The product architecture was redesigned from scratch In order to simplify most common operations with metadata properties. GettIng document Information and preview generation procedures were simplified....Comparison Product Solution GroupDocs...Migrate? Here is a brief comparison of how to manage metadata...

    docs.groupdocs.com/metadata/net/migration-notes/
  9. Load a password-protected document | GroupDocs

    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. 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-...