Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 348 for

detection

(0.04 sec)
  1. Load CAD document with options | Documentation

    Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for .NET API....source document type is auto-detected, but you could set the source...

    docs.groupdocs.com/conversion/net/load-cad-docu...
  2. Barcode generator | Generate Codabar Barcode fo...

    Free Barcode generator | Generate Codabar Barcode and add to document for free!...then verification process will detect it and certificates will be...contains a barcode the software detects its type and returns text....

    products.groupdocs.app/signature/generate/barco...
  3. How to Compare PDF Files using Java - A Compreh...

    Compare two or more PDF files using Java API with document Comparison API. Highlight the differences and accept/reject changes even if password-protected....possible to accept or reject each detected change in PDF documents through...

    blog.groupdocs.com/comparison/guide-to-compare-...
  4. Font embedding options | Documentation

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....dangling font resources are detected and ignored, so they will...

    docs.groupdocs.com/editor/net/font-embedding-op...
  5. 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....documents Leave feedback Detecting the version of a PDF document...sample of code will help you to detect the PDF version a loaded document...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Load document | Documentation

    Following this guide you will learn how to load document from local disk or file stream for editing with GroupDocs.Editor for Java API....Editor automatically detects the format of input document...

    docs.groupdocs.com/editor/java/load-document/
  7. Extract data from attachments and ZIP archives ...

    This article shows how to extract data (text, images, PDF forms) from ZIP-archived documents with GroupDocs.Parser.... Detects a file type of the container...

    docs.groupdocs.com/parser/java/extract-data-fro...
  8. Font embedding options | Documentation

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....dangling font resources are detected and ignored, so they will...

    docs.groupdocs.com/editor/java/font-embedding-o...
  9. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....mentions of John from the detected metadata) int affected = metadata...

    docs.groupdocs.com/metadata/java/remove-metadat...
  10. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage.... Detecting the exact type of a document...sample of code will help you to detect the exact type of a loaded...

    docs.groupdocs.com/metadata/java/working-with-m...