Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 1,003 for

detection

(0.56 sec)
  1. GroupDocs.Comparison for Python 26.5 – Peningka...

    GroupDocs.Comparison for Python 26.5 menghadirkan pembungkus pure-Python, AGENTS.md, CLI konsol, dan peningkatan API yang luas — kini di PyPI...."open-sesame" ) comp = CompareOptions(detect_style_changes = True , sen...CompareOptions options = CompareOptions(detect_style_changes = True ) with...

    blog.groupdocs.com/id/comparison/groupdocs-comp...
  2. Chỉnh sửa và Quản lý Siêu Dữ Liệu trong Ứng Dụn...

    Khám phá cách sử dụng GroupDocs.Metadata for Node.js để trích xuất, cập nhật và xóa siêu dữ liệu trong các ứng dụng của bạn....Sanitize Metadata: Remove detected metadata packages. Lưu Tài...( "input.pdf" ); // Remove detected metadata packages and log...

    blog.groupdocs.com/vi/metadata/edit-metadata-in...
  3. GroupDocs.Comparison for Python 26.5 – การปรับป...

    GroupDocs.Comparison for Python 26.5 นำเสนอ wrapper แบบ pure-Python, AGENTS.md, console CLI, และการปรับปรุง API อย่างกว้างขวาง — ตอนนี้มีบน PyPI...."open-sesame" ) comp = CompareOptions(detect_style_changes = True , sen...CompareOptions options = CompareOptions(detect_style_changes = True ) with...

    blog.groupdocs.com/th/comparison/groupdocs-comp...
  4. GroupDocs.Comparison for Python 26.5 – Cải tiến...

    GroupDocs.Comparison for Python 26.5 mang lại một wrapper thuần Python, AGENTS.md, công cụ CLI console, và các cải tiến API rộng rãi — hiện đã có trên PyPI...."open-sesame" ) comp = CompareOptions(detect_style_changes = True , sen...CompareOptions options = CompareOptions(detect_style_changes = True ) with...

    blog.groupdocs.com/vi/comparison/groupdocs-comp...
  5. GroupDocs.Conversion for .NET 26.6 – Ultimi agg...

    Scopri le novità di GroupDocs.Conversion for .NET 26.6. Disponibile ora su NuGet e sul sito web di GroupDocs....CONVERSIONNET-8280 Improvement Auto-detect RTL direction for DOCX with...

    blog.groupdocs.com/it/conversion/groupdocs-conv...
  6. Remove metadata properties | GroupDocs

    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...
  7. GroupDocs.Comparison for Python 26.5 – Belangri...

    GroupDocs.Comparison for Python 26.5 brengt een pure-Python wrapper, AGENTS.md, console-CLI en uitgebreide API‑verbeteringen — nu beschikbaar op PyPI...."open-sesame" ) comp = CompareOptions(detect_style_changes = True , sen...CompareOptions options = CompareOptions(detect_style_changes = True ) with...

    blog.groupdocs.com/nl/comparison/groupdocs-comp...
  8. GroupDocs.Comparison for Python 26.5 – Améliora...

    GroupDocs.Comparison for Python 26.5 apporte un wrapper pure-Python, AGENTS.md, une interface en ligne de commande console, et d'importantes améliorations de l'API — désormais sur PyPI...."open-sesame" ) comp = CompareOptions(detect_style_changes = True , sen...CompareOptions options = CompareOptions(detect_style_changes = True ) with...

    blog.groupdocs.com/fr/comparison/groupdocs-comp...
  9. GroupDocs.Comparison for Python 26.5 – Migliora...

    GroupDocs.Comparison for Python 26.5 introduce un wrapper pure-Python, AGENTS.md, CLI da console e ampi miglioramenti dell'API — ora su PyPI...."open-sesame" ) comp = CompareOptions(detect_style_changes = True , sen...CompareOptions options = CompareOptions(detect_style_changes = True ) with...

    blog.groupdocs.com/it/comparison/groupdocs-comp...
  10. 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...