Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 2,442 for

resource

(0.8 sec)
  1. Signing specific pages in the multipage documen...

    This article explains how to sign specific pages in the multipage documents..." ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/sign-specific_...
  2. Verifying QR Code signatures in advance | Group...

     This article explains how to provide advanced verification of QR Code electronic signatures with GroupDocs.Signature API...." ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/verify-qr-code...
  3. Working with DICOM metadata | GroupDocs

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System.... } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-d...
  4. Extract barcodes from document | GroupDocs

    This article explains that how to extract barcodes from documents.... getValue ()); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-barcodes...
  5. Extract table of contents from EPUB eBooks | Gr...

    How to extract table of contents from EPUB e-books getToc method is used....readToEnd ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-table-of...
  6. Extract data from Microsoft Office Excel spread...

    This article shows how to to extract data from Microsoft Office Excel spreadsheets....Apple iWork Numbers More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-data-fro...
  7. Extract images from PDF documents | GroupDocs

    This article explains that how to extract images from PDF documents...imageNumber ++; } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-images-fr...
  8. OCR Usage Basics | GroupDocs

    This article explains that how to integrate any paid or free OCR solution.... More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/
  9. Use PageAreaRedaction | GroupDocs

    This article explains that how to use PageAreaRedaction.... Save (); }; } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/use-page-area-...
  10. Save to Stream | GroupDocs

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream..." ) More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/python-net/save-to...