Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 15,850 for

annotation pdf

(0.05 sec)
  1. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....Annotation Product Solution GroupDocs...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/extend-support...
  2. How to Extract Metadata from Word Document usin...

    This short tutorial describes the process to extract metadata from Word document using Java, and how to iterate through the metadata word document in Java....Annotation Product Family GroupDocs...various document formats such as PDF, XLSX, PPTX, MSG, EML, EPUB,...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  3. Working with DICOM metadata | Documentation

    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....Annotation Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-d...
  4. Load document from Amazon S3 Storage | Document...

    This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/load-document...
  5. How to search for Metadata signatures | Documen...

    This topic explains how to search for metadata signatures within the documents with GroupDocs.Signature API....Annotation Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { MetadataSearchOption options...

    docs.groupdocs.com/signature/net/search-for-met...
  6. How to search for QR code signatures | Document...

    This article explains how to search for QR-code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { // search for signatures...

    docs.groupdocs.com/signature/net/search-for-qr-...
  7. Advanced search for Form Field signatures | Doc...

     This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...signature = new Signature ( "signed.pdf" )) { FormFieldSearchOptio options...

    docs.groupdocs.com/signature/net/advanced-searc...
  8. Verify Text signatures in the document | Docume...

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); TextVerifyOptions options...

    docs.groupdocs.com/signature/java/verify-text-s...
  9. How to Convert Excel to CSV in Java

    This post covers basic document conversion and contains detailed instructions on how to convert Excel to CSV in Java along with Java code to convert Excel to CSV....Annotation Product Family GroupDocs...look out how to convert HTML to PDF in Java . Updated on 08 Apr 2022...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Search for QR-Code e-signatures | Documentation

    This article explains how to search for QR-code electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); QrCodeSearchOptions options...

    docs.groupdocs.com/signature/java/search-for-qr...