Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 2,015 for

management

(0.03 sec)
  1. Load from a local disk | Documentation

    The following example demonstrates how to load file from local disk....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/load-from-a-loc...
  2. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  3. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // 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: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples...online document metadata management App Along with a full featured...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  4. JpgViewOptions | GroupDocs.Viewer for .NET API ...

    Provides options for rendering documents into JPG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingtopngorjpeg/ and its children....{ get; set; } The project management files view options. Quality...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  5. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/save-a-modified...
  6. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....online document metadata management App Along with a full featured...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  7. An unhandled exception of type 'GroupDocs.Compa...

    I got the error as shown below when running sqk on a win 11 laptop with word file containing 529 pages, 8MB in size and running for about 30 minutes then ending with an error. image.png (25.8 KB) image.png (3.1 KB) Th…...access to our Paid Support management team. trucnv January 2, 2025...access to our Paid Support management team. aspose.notifier January...

    forum.groupdocs.com/t/an-unhandled-exception-of...
  8. Not able to view pptx file in viewer - Free Sup...

    Hello, I am getting the following error on a code shared below when trying to view pptx file in a viewer Method not found: ‘Aspose.Slides.Export.INotesCommentsLayoutingOptions Aspose.Slides.Export.IRenderingOptions.ge…...direct access to our support management team. Please feel free to...direct access to our support management team and potentially expedite...

    forum.groupdocs.com/t/not-able-to-view-pptx-fil...
  9. HideComments replacement CommentDisplayMode not...

    Hi, I have switched from HideComments in WordProcessingLoadOptions, to CommentDisplayMode, due to it becoming obsolete in version 25.5. This was the old code: convLoadOpts.HideComments = true; This is the new code: …...access to our Paid Support management team. 1 Like Clemens June...access to our Paid Support management team. 1 Like vladimir.litvinchik...

    forum.groupdocs.com/t/hidecomments-replacement-...
  10. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....features and get familiar how to manage metadata and more, please refer...online document metadata management App Along with a full featured...

    docs.groupdocs.com/metadata/python-net/clean-me...