Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 19,212 for

pdf signature

(0.23 sec)
  1. 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....Signature Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-d...
  2. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Comparison....Signature Product Solution GroupDocs...represents the document file type (PDF, Word document, Excel spreadsheet...

    docs.groupdocs.com/comparison/net/get-file-info/
  3. OCR Usage Basics | GroupDocs

    This article explains how to use OCR....Signature Product Solution GroupDocs...extract a text from images and PDFs / OCR Usage Basics OCR Usage...

    docs.groupdocs.com/parser/net/ocr-usage-basics/
  4. System Requirements | GroupDocs

    System requirements, supported platforms, and environment setup for GroupDocs.Comparison for Node.js via Java. No Microsoft Office or other third‑party software is required....Signature Product Solution GroupDocs...comparison of Word/Excel/PowerPoint/PDF and other text-based formats...

    docs.groupdocs.com/comparison/nodejs-java/syste...
  5. 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....Signature Product Family GroupDocs.Metadata...look out how to convert HTML to PDF in Java . Updated on 08 Apr 2022...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Signature Product Solution GroupDocs...spreadsheet. For example, the PDF document can be inserted in the...

    docs.groupdocs.com/merger/net/add-document-to-s...
  7. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Signature Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/load-document-fr...
  8. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET....Signature Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/python-net/getting-...
  9. Load password-protected document | GroupDocs

    Learn this article and check how to load and convert password-protected documents using GroupDocs.Conversion for Java API....Signature Product Solution GroupDocs...outputPath = "./password-protected.pdf" PdfConvertOptions convertOptions...

    docs.groupdocs.com/conversion/java/load-passwor...
  10. Get document info | GroupDocs

    GroupDocs.Metadata allows users to get meta information of a document....Signature Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/python-net/get-docu...