Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 249 for

search java security update

(0.14 sec)
  1. Advanced Usage | Documentation

    Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below....Search Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/java/advanced-usage/
  2. Working with TORRENT files | Documentation

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....Search Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/metadata/java/working-with-t...
  3. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....Search Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/metadata/java/working-with-c...
  4. Use redaction policies | Documentation

    If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML document with a list of pre-configured redactions. Below is an example of redaction policy XML file (code properties mapping is obvious): RedactionPolicy.xml SearchPhrase="dolor" caseSensitive="true" actionType="DrawBox" color="Red" /> SearchRedaction filter="Title, Author" replacement="foobar" valueExpression="(metaSearch)" keyExpression="" /> You can use RedactionPolicy....Search Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/java/use-redaction...
  5. Obtain document form fields and signatures info...

    This article shows how to get information about electronic signatures in the document and its form fields with GroupDocs.Signature API....Search Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/signature/java/obtain-docume...
  6. Working with metadata in EPUB e-books | Documen...

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps to read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using the EpubRootPackage....Search Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Fixing Invalid Form Fields | Documentation

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Java...Search Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/editor/java/fixing-invalid-f...
  8. Listening to conversion process events | Docume...

    Follow this guide and learn how to track conversion process by subscribing to specific events of GroupDocs.Conversion for Java API....Search Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/conversion/java/listening/
  9. eSign document with Digital signature | Documen...

    This article explains how digitally esign documents with certificates using GroupDocs.Signature API...Search Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/signature/java/esign-documen...
  10. Fixing Invalid Form Fields | Documentation

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Node.js via Java...Search Product Solution GroupDocs...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/editor/nodejs-java/fixing-in...