Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 2,175 for

resource

(0.05 sec)
  1. 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()); // .... OutputDxf ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-c...
  2. Sign documents with QR-code embedded object | D...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object...pdf" , options ); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/sign-documents...
  3. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....docx" , options ); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/sign-documents...
  4. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag.... OutputMp3 ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/handling-the-i...
  5. Redaction SDK saving text file as xlsx - Free S...

    Hi Team, I have a text file when it’s redacted by the GroupDocs Redaction Java SDK the output is saving as xlsx file instead of as text. This is an unexpected behaviour as the SDK guarantees that it’s saved in native fo…... Please find the resources below to reproduce. Code @Test...

    forum.groupdocs.com/t/redaction-sdk-saving-text...
  6. Searching for document signatures excluding ext...

    This article explains how to search with excluding non-signature components like native documents text, images or barcodes that are the part of document content...." ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/searching-for-...
  7. Deleting QR-code signatures - advanced | Docume...

    This article shows how to delete QR-code electronic signatures different ways with GroupDocs.Signature API....Height}" ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/deleting-qr-co...
  8. Updating Image signatures with advanced options...

     This article explains how to provide advanced options when updating Image electronic signatures with GroupDocs.Signature API....Height}" ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/updating-image...
  9. Image redactions | Documentation

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others.... More resources Advanced usage topics To learn...

    docs.groupdocs.com/redaction/net/image-redactions/
  10. Character types | Documentation

    This page contains descriptions of all character types. Character types differ in how characters of these types are indexed.... More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/character-types/