Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 6,363 for

may

(0.04 sec)
  1. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format....Please note that the chosen ID may intersect with the IDs used by...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-ex...
  2. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class.... For example, you may want to obtain information about...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. How to Add Point Annotation in PDF using C#

    This article offers guidance on how to add point annotation in PDF using C#. Additionally, it includes code and steps to insert point annotation to PDF in C#.... Updated on 30 May 2023 English Türkçe 日本語 Français...

    kb.groupdocs.com/annotation/net/how-to-add-poin...
  4. How to Convert MSG to DOCX using Java

    This section will teach you how to convert MSG to DOCX using Java without the need of third-party software. Also, we will provide code to export MSG to DOCX in Java....There are instances where you may need to convert MSG files to...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. Remove Metadata from DOC using C#

    Efficiently learn how to remove metadata from DOC using C# with a code example demonstrating how to delete metadata from DOC in C# without installing extra software....there are situations where you may need to remove it for privacy...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  6. Remove Annotations from PDF using Java

    Develop a comprehensive understanding of how to remove annotations from PDF using Java. Also, you will find a code example to delete annotations in PDF using Java....document appear cluttered and may not be appropriate for the final...

    kb.groupdocs.com/redaction/java/remove-annotati...
  7. Compare Images in Java to Highlight Differences...

    Programmatically compare your photos and images in Java. Image comparison of JPG, PNG, GIF, BMP, DICOM and other images within your Java applications.... For the details, you may also visit the API Reference...

    blog.groupdocs.com/comparison/compare-images-in...
  8. OCR Usage Basics | Documentation

    This article explains that how to integrate any paid or free OCR solution in Java....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  9. Extract barcodes from document | Documentation

    This article explains that how to extract barcodes from documents....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  10. Delete QR-code signatures from documents | Docu...

    This article explains how to delete QR code electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/delete-qr-code...