Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 1,833 for

management

(0.04 sec)
  1. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/java/working-with-x...
  2. C# Demo Project of an ASP.NET PDF Viewer Built ...

    Building a simple ASP.NET PDF viewer is quite a trivial task. There are tens of different open source projects across the web that offer a quick and free solution to display PDF documents in both ASP.NET MVC and Web Forms. Often a simple implementation of a PDF viewer is all you actually need. But things become a lot more complicated when the viewer needs to meet your customer’s business requirements....the in-built Digital Rights Management (DRM) features, this allows...

    blog.groupdocs.com/viewer/asp-net-pdf-viewer-bu...
  3. Merge and split CSV files in C# - GroupDocs.Merger

    This article explains how to merge and split CSV files using C# language with GroupDocs.Merger for .NET API. Simplify data handling with effective file Management....Overview # In the world of data management, handling Comma Separated...large CSV file into smaller, manageable pieces is equally essential...

    blog.groupdocs.com/merger/merge-and-split-csv-u...
  4. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Developer Guide / Advanced Usage / Managing metadata for specific formats...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Working with XMP metadata | Documentation

    This article shows how to access XMP metadata in a file of any supported format....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/working-with-xm...
  6. Ask about the ability to convert to XPS files -...

    The failure phenomenon is a script failure, which causes the browser to stop working and stop. Error script.jpg : Script error log. Edge network*.jpg : The http communication that occurs during printing is sequentially…...access to our Paid Support management team. dianysus March 6, 2023...

    forum.groupdocs.com/t/ask-about-the-ability-to-...
  7. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Developer Guide / Advanced Usage / Managing metadata for specific formats...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Get error when using metadata jar in fat jar - ...

    Hi Yuriy, Thanks for your sugggestion. I tried to use shade plugin in Maven to rename classes. But it still doesn’t work for me. The error message : “Caused by: java.lang.NoClassDefFoundError: Could not initialize class…...access to our Paid Support management team. yuriy.mazurchuk April...

    forum.groupdocs.com/t/get-error-when-using-meta...
  9. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Developer Guide / Advanced Usage / Managing metadata for specific formats...information advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Merge PDF files in Python using GroupDocs.Merger

    Explore the process of merging PDF files in Python, utilizing the powerful GroupDocs.Merger library without any third-party software.... which enhances document management and sharing. Steps to Merge...Merger library, allowing you to manage PDF content dynamically. Steps...

    blog.groupdocs.com/merger/merge-pdf-in-python/