Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 19,599 for

management

(0.06 sec)
  1. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } 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....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/java/get-supported-...
  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:...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/nodejs-java/load-a-...
  3. C#

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....especially in the content management systems. The reason behind...

    blog.groupdocs.com/tag/c/
  4. Creating multiple tabs from a template - Free S...

    Hi. We currently use the dotnet version of the groupdocs assembly software. We also use another report generator next to groupdocs, however if possible we would like to just use groupdocs to create reports. There’s howe…...access to our Paid Support management team. atir.tahir February...

    forum.groupdocs.com/t/creating-multiple-tabs-fr...
  5. Sent date not preserved whern converting eml to...

    Hello When I convert an eml file to a msg file, sent date is not preserved. I tried to force PreserveOriginalDate to True, even if default value is true but result is the same. If I convert the generated msg file to pd…...access to our Paid Support management team. Yannick001 May 29,...

    forum.groupdocs.com/t/sent-date-not-preserved-w...
  6. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Developer Guide / Advanced Usage / Managing metadata for specific formats...GroupDocs.Metadata for .NET allows managing XMP metadata in FLV files...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Trending Perl repositories on GitHub today · Gi...

    GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects....Modula-2 Modula-3 Module Management System Mojo Monkey Monkey...and wireless management, powerful BYOD management options, 802...

    github.com/trending/perl
  8. package-frame - GroupDocs.Viewer for Java - API...

    All Classes Packages com.groupdocs.viewer com.groupdocs.viewer.caching com.groupdocs.viewer.caching.extra com.groupdo......options for rendering project management files. Security Provides...

    apireference.groupdocs.com/viewer/java/com.grou...
  9. Document comparison crashes when comparing docu...

    Hello! We have two versions of an MS Word document that cause a crash when compared with GroupDocs.Comparison. The documents have a bullet list with a style called “Bullet list”. The style has the same name in both docu…...access to our Paid Support management team. 1 Like aspose.notifier...

    forum.groupdocs.com/t/document-comparison-crash...
  10. Recent versions are very slow - Free Support Fo...

    I’m having a problem with the most recent versions of the Groupdocs.Conversion for java library. The situation I have is as follows: My PC: Windows 10 4 processors and 2 Gb heap space in Java. Application is built u…...access to our Paid Support management team. vsevolod.orefin May...

    forum.groupdocs.com/t/recent-versions-are-very-...