Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 1,995 for

management

(0.2 sec)
  1. 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...
  2. Display Problem in Excel Documents Opened with ...

    Dear GroupDocs Support Team, We are currently encountering an issue related to the display of Excel files with the “Freeze Top Row” feature when opened via GroupDocs Viewer. When an Excel document with the “Freeze Top …...uploaded to our Document Management (DM) system and then opened...

    forum.groupdocs.com/t/display-problem-in-excel-...
  3. Create Document Viewer in ASP.NET Core MVC for ...

    The online document viewers have become popular after the grown usage of digital documents, especially in the content Management systems. The reason behind this popularity is you can view a variety of document formats without purchasing or installing dedicated software programs. Considering the importance of document viewers, I thought to write an article on how to create a universal document viewer in ASP.NET MVC. We are going to create an ASP....especially in the content management systems. The reason behind...

    blog.groupdocs.com/viewer/document-viewer-in-as...
  4. Rare NullReferenceExceptions when adding stuff ...

    Hello, This is really hard to reproduce, so our wish is: Please take a look at the callstack and try to find out whether you know what the problematic method is and why something can be null there. Repro: Manually ex…...access to our Paid Support management team. atir.tahir February...

    forum.groupdocs.com/t/rare-nullreferenceexcepti...
  5. GroupDocs.Metadata for Node.js via Java | Docum...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....js via Java - A metadata management API for documents to create...

    docs.groupdocs.com/metadata/nodejs-java/
  6. Indexing | Documentation

    The articles in this section describe advanced search index related topics. You will find details about index Management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....find details about index management and advanced options: More...

    docs.groupdocs.com/search/net/indexing/
  7. GroupDocs.Total Product Family | Documentation

    Comprehensive suite of .NET or Java libraries for document manipulation and Management - view, edit, convert and sign various file formats such as Word, Excel, PowerPoint, PDF, images and more Documentation .NET Java GroupDocs.Total for .NET More Getting started Start quickly with our getting started documentation Product overview System requirements Installation Licensing and support Articles and guidelines Licensing Technical support .NET code examples Open-source projects for APIs example usage GroupDocs....document manipulation and management - view, edit, convert and...

    docs.groupdocs.com/total/
  8. 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:...online document metadata management App Along with a full featured...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  9. Save a modified file to a stream | Documentation

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

    docs.groupdocs.com/metadata/java/save-a-modifie...
  10. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // 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 ....online document metadata management App Along with a full featured...

    docs.groupdocs.com/metadata/java/load-from-a-st...