Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 782 for

detection

(0.07 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...XMP metadata of JP2 Format Detect bar-codes in JPEG Format Save...

    blog.groupdocs.com/groupdocs.blog/page/87/
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... Moreover, detecting DICOM format, reading Photoshop...

    blog.groupdocs.com/groupdocs.blog/page/79/
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Fixes For RTF comparison, API detects style changes but does not...

    blog.groupdocs.com/groupdocs.blog/page/56/
  4. GroupDocs.Conversion for Java 16.10.1 Implement...

    Team GroupDocs is keen to announce another release of GroupDocs.Conversion for Java 16.10.1. Numerous customers reported bugs are resolved in this release. Moreover, API encompasses multitude of new features. Support of converting documents to and from PSD format is introduced. Using latest version of the API developers can implement multi-thread conversion as well. We would recommend you to download and experience GroupDocs.Conversion for Java 16.10.1 and share your feedback....conversion from stream with auto detect source file type Autodetect...

    blog.groupdocs.com/conversion/groupdocs.convers...
  5. comparison.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/comparison/java/technical-support/weekly0.5https://docs.groupdocs.com/comparison/ne......com/comparison/java/accept-or-reject-detected-changes/weekly0.5https://docs...com/comparison/net/accept-or-reject-detected-changes/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/comparison.xml
  6. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....format metadata The API allows detecting ZIP archives and reading format...

    docs.groupdocs.com/metadata/net/working-with-zi...
  7. Load TXT document with options | GroupDocs

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API....lists recognition algorithm detects list paragraphs, when list...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  8. Working with metadata in PDF documents | GroupDocs

    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...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...detector class and can now detect FB2 documents. Team GroupDocs...

    blog.groupdocs.com/groupdocs.blog/page/76/
  10. Extract Table of Contents from Microsoft Office...

    Learn how to extract and work with table of contents from Word documents (.doc, .docx) using GroupDocs.Parser for .NET....automatically generated by detecting paragraphs with built-in heading...

    docs.groupdocs.com/parser/net/extract-table-of-...