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

loadoptions in comparison

(0.15 sec)
  1. 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...
  2. Add watermarks to word processing documents | D...

    GroupDocs.Watermark API allows you to add watermark In headers and footers of the page....Comparison Product Solution GroupDocs...WordProcessingAddWat WordProcessingLoadOp loadOptions = new WordProcessingLoadOp...

    docs.groupdocs.com/watermark/net/add-watermarks...
  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...flatten all fields: const loadOptions = new groupdocs . conversion...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  4. Migration Notes | Documentation

    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/
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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-...
  10. Load custom fonts | Documentation

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

    docs.groupdocs.com/comparison/java/load-custom-...