Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 19,599 for

management

(0.04 sec)
  1. package-use - GroupDocs.Viewer for Java - API R...

    All Classes Packages com.groupdocs.viewer com.groupdocs.viewer.caching com.groupdocs.viewer.caching.extra com.groupdo......options for rendering project management files. Rotation Defines page...

    apireference.groupdocs.com/viewer/java/com.grou...
  2. 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...
  3. 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...
  4. Access to the path ...Content.IE5 is denied - F...

    Error: ‘Access to the path ‘C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache\Content.IE5’ is denied.’ Here is the code converter.Convert is throwing the above error message on the serve…...access to our Paid Support management team. DRS123 July 12, 2023...

    forum.groupdocs.com/t/access-to-the-path-conten...
  5. Excellent .NET Text Search API for PDF, MS Offi...

    Perform fuzzy, boolean, and other document search and indexing operations precisely on PDF, Office & more files with the GroupDocs .NET text search API....Pricing Learn Buy Efficiently Manage Document Search and Indexing...are developing a document management solution or a data analysis...

    www.groupdocs.com/products/net/search/
  6. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....Project or other project management software to load and view...pages. Supported Project Management file formats GroupDocs.Viewer...

    docs.groupdocs.com/viewer/net/render-ms-project...
  7. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Developer Guide / Advanced Usage / Managing metadata for specific formats...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/extracting-comm...
  8. GroupDocs.Assembly Product Family on GroupDocs ...

    GroupDocs.Assembly Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Assembly Product Family on GroupDocs Blog | Document Autom...... Managing documents effectively is important...GroupDocs’ Powerful Contract Management Software with Multiple Platforms...

    blog.groupdocs.com/categories/groupdocs.assembl...
  9. GroupDocs.Metadata for Python via .NET | Docume...

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

    docs.groupdocs.com/metadata/python-net/
  10. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....Project or other project management software to load and view...pages. Supported Project Management file formats GroupDocs.Viewer...

    docs.groupdocs.com/viewer/nodejs-java/render-ms...