Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 2,015 for

management

(0.06 sec)
  1. How to verify signatures with LINQ queries | Do...

     This article explains how to verify signatures with LINQ query with GroupDocs.Signature API....statement for automatic resource management. using ( var signature =...

    docs.groupdocs.com/signature/net/verify-signatu...
  2. How to Use GroupDocs PHP SDK with Composer or a...

    GroupDocs supports all major platforms, such as .NET, PHP, Java, Python, etc. So with GropDocs’ SDKs you can easily create your own application to store, view, sign (and use a lot of other great features on) your documents online, using Windows or Linux with your favorite language. Today, I’ll talk about GroupDocs PHP SDK and how to get started with it. Sometimes, developers ask us how to get our PHP SDK, how to use it with Composer, or how to include it into their project....own web oriented Document Management solution with GroupDocs PHP...

    blog.groupdocs.com/total/how-to-use-groupdocs-p...
  3. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/java/getting-known-...
  4. Get Document Information using Java

    Learn how to get document information using Java. Improve the efficiency of document Management by mastering the technique of how to get file properties using Java....using Java In the context of managing and processing documents,...and traits of documents to manage and manipulate them effectively...

    kb.groupdocs.com/metadata/java/get-document-inf...
  5. Issue with Email to Pdf - text does not respect...

    We have two separate issues with converting .eml to .pdf. We were able to reproduce both in one email. Attached you will find the .eml file, the output .pdf and an image taken from within the viewer. Bad Signature PDF…...your product has options to manage the initial visual appearance...have been able to successfully manage other similar issues, we have...

    forum.groupdocs.com/t/issue-with-email-to-pdf-t...
  6. Render DOC as PNG using Python

    Learn how to render DOC as PNG using Python. This tutorial explains how to convert DOC to PNG in Python with page-by-page rendering and custom output naming....legal systems, and document management workflows. Converting these...block to load the DOC file and manage resources automatically Create...

    kb.groupdocs.com/viewer/python/render-doc-as-pn...
  7. Render EML as PNG using Python

    Learn how to render EML as PNG using Python. This tutorial explains how to convert EML to PNG in Python with custom dimensions for email visualization....block to load the EML file and manage resources automatically Create...developers building document management systems, compliance tools...

    kb.groupdocs.com/viewer/python/render-eml-as-pn...
  8. AI Watermarking: Protect Documents with Context...

    Discover how to protect documents with AI-powered watermarks using GroupDocs.Watermark. Learn to add, create, and customize watermarks automatically for enhanced document security and content protection....watermark operations Queue Management : Handle large document batches...different document types Resource Management : Properly dispose of Watermarker...

    blog.groupdocs.com/watermark/ai-driven-dynamic-...
  9. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....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. Edit and Manage Metadata in Python Apps - Group...

    Discover how to utilize GroupDocs.Metadata for Python via .NET to extract, update and remove metadata in your applications....Український Tiếng Việt 中文 中國傳統的 Managing metadata is an important part...article, we will look at how to manage metadata in Python applications...

    blog.groupdocs.com/metadata/edit-metadata-in-py...