Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 229 for

search java security update

(0.04 sec)
  1. Add Image Watermark to DOCX Using Java

    Learn how to add image watermark to DOCX using Java without extra software installation. Also, we'll supply you code to insert image watermark to DOCX in Java....Search Product Family GroupDocs.Parser...Image Watermark to DOCX Using Java Image watermarks are visual...

    kb.groupdocs.com/watermark/java/add-image-water...
  2. Migration Notes | Documentation

    Why To Migrate? Here are the main reasons for using the new Updated API provided by GroupDocs.Search for Java from version 19.10: Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult....Search Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/java/migration-notes/
  3. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java 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 getPresentationType method to obtain file format information advanced_usage....Search Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Updating metadata | Documentation

    The Example in this article demonstrates that how to Update metadata properties using a combination of criteria...Search Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/metadata/nodejs-java/updatin...
  5. Separate data extraction | Documentation

    This article explains how to separately extract data from documents and add the extracted data to the index....Search Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/search/nodejs-java/separate-...
  6. How to Sign XLSX with QR Code using Java

    Quickly learn how to sign XLSX with QR Code using Java. We will also provide a code example to create QR Code in XLSX using Java without installing extra software....Search Product Family GroupDocs.Parser...QR Code using Java To boost document security and make it stand...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  7. How to Sign DOCX with QR Code using Java

    In this tutorial, we will help you on how to sign DOCX with QR Code using Java. We will also supply you code example to create QR Code in DOCX using Java....Search Product Family GroupDocs.Parser...Sign DOCX with QR Code using Java In today’s era of technology...

    kb.groupdocs.com/signature/java/how-to-sign-doc...
  8. 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....Search Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Remove Metadata from EPUB using Java

    This guide will walk you through the process of how to remove metadata from EPUB using Java. You will also get the code example to delete metadata from EPUB in Java....Search Product Family GroupDocs.Parser...Remove Metadata from EPUB using Java In today’s digital age, electronic...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  10. How to Sign RTF with QR Code using Java

    Quickly learn how to sign RTF with QR Code using Java to enhance document's Security. We will also provide a code example to create QR Code in RTF using Java....Search Product Family GroupDocs.Parser...Sign RTF with QR Code using Java In the rapidly evolving digital...

    kb.groupdocs.com/signature/java/how-to-sign-rtf...