Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 19,599 for

management

(0.05 sec)
  1. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source in Java....online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  2. Converting Msg to Pdf with Pagesize A4 renders ...

    Converting msg to pdf with defaut PdfConvertOptions settings renders wrong page ratio (very high page), but setting PageSize to A4 renders a blank Pdf page (the file is not empty because the size is not 0ko). We are usin…...access to our Paid Support management team. aspose.notifier May...

    forum.groupdocs.com/t/converting-msg-to-pdf-wit...
  3. Iterative Signing of PDF Documents - efficient ...

    Understand the concept of iterative signing for PDFs and how to implement it using a product API. Maintain document integrity while enabling multiple approvals with digital certificates....creation, distribution, and management of digital certificates....end-user devices that store and manage keys and certificates. Hashing...

    blog.groupdocs.com/signature/iterative-digital-...
  4. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...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/save-a-...
  5. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...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/save-a-...
  6. 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 getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } 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...information advanced_usage.managing_metadata_for_specific_formats...

    docs.groupdocs.com/metadata/java/extracting-com...
  7. Encrypted Media Extensions API - Web APIs | MDN

    The Encrypted Media Extensions API provides interfaces for controlling the playback of content which is subject to a digital restrictions Management scheme....to a digital restrictions management scheme. Access to this API...

    developer.mozilla.org/en-US/docs/Web/API/Encryp...
  8. Issue when converting docx with drawing boxes -...

    Hello, using the latest groupdocs, we are having an issue. The formula on page 5 for example, does not show completely in the converted pdf. On the docx we can see it. Do you have any assistance? Thanks a lot...access to our Paid Support management team. Verthosa July 14, 2023...

    forum.groupdocs.com/t/issue-when-converting-doc...
  9. Groupdocs UI .Net PDF Comparison Problem - Free...

    I encountered an issue while using your demo to compare two PDF files. The resulting PDF appears to be unreadable. Please find an example below: image.jpg (162.8 KB) Could you please provide assistance in identifying t…...access to our Paid Support management team. mtiryaki October 18...

    forum.groupdocs.com/t/groupdocs-ui-net-pdf-comp...
  10. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk...online document metadata management App Along with full featured...

    docs.groupdocs.com/metadata/net/save-a-modified...