Sort Score
Result 10 results
Languages All
Labels All
Results 7,871 - 7,880 of 31,391 for

new

(0.07 sec)
  1. 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:...Consulting Blog Knowledge Base New Releases Status Websites aspose...password LoadOptions loadOptions = new LoadOptions (); loadOptions ...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  2. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument JavaScript try { var loadOptions = New LoadOptions(); loadOptions.setPassword("123"); const metadata = New groupdocs.metadata.Metadata("protected.docx", loadOptions); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Consulting Blog Knowledge Base New Releases Status Websites aspose...JavaScript try { var loadOptions = new LoadOptions (); loadOptions ...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  3. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...ExportingMetadataPro try ( Metadata metadata = new Metadata ( Constants . InputDoc...

    docs.groupdocs.com/metadata/java/exporting-meta...
  4. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( @"D:\input.doc" ))...

    docs.groupdocs.com/metadata/net/exporting-metad...
  5. PreviewOptions Constructor (CreatePageStream, R...

    Initializes a New instance of the PreviewOptions class....Int32, Int32) Initializes a new instance of the PreviewOptions... int endNumber ) Public Sub New ( createPageStream As CreatePageStream...

    apireference.groupdocs.com/merger/net/groupdocs...
  6. SplitOptions Constructor (CreateSplitStream, In...

    Initializes a New instance of the SplitOptions class....Int32, RangeMode) Initializes a new instance of the SplitOptions...RangeMode mode ) Public Sub New ( createSplitStream As CreateSplitStream...

    apireference.groupdocs.com/merger/net/groupdocs...
  7. Index.Search Method (SearchQuery) - GroupDocs.S...

    Searches in index....@"c:\MyDocuments\" ; Index index = new Index(indexFolder); // Creating...); subquery1.SearchOptions = new SearchOptions(); // Setting search...

    apireference.groupdocs.com/search/net/groupdocs...
  8. metered - GroupDocs.Search for Java - API Refer...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs...... try { Metered metered = new Metered(); metered.setMeteredKey("PublicKey"...Description Metered () Initializes a new instance of this class. Method...

    apireference.groupdocs.com/search/java/com.grou...
  9. Filter database messages | GroupDocs.Viewer for...

    This article explains how to filter messages when rendering Lotus Notes Files with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...messages. using (Viewer viewer = new Viewer( "sample.nsf" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/net/filter-nsf-messages/
  10. How to apply PC3 config file when rendering CAD...

    This article explains how to apply PC3 files with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...code: try ( Viewer viewer = new Viewer ( "sample.dwg" )) { PngViewOptions...

    docs.groupdocs.com/viewer/java/how-to-apply-pc3...