Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 903 for

detection

(0.25 sec)
  1. GroupDocs.Comparison for Python 26.5 – Principa...

    GroupDocs.Comparison for Python 26.5 trae un envoltorio puro de Python, AGENTS.md, CLI de consola y amplias mejoras de la API — ahora en PyPI...."open-sesame" ) comp = CompareOptions(detect_style_changes = True , sen...CompareOptions options = CompareOptions(detect_style_changes = True ) with...

    blog.groupdocs.com/es/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. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML files and XML documents using C# programming language....Editor will automatically detect the format and apply the default...the method, that allows to detect the document format and extract...

    docs.groupdocs.com/editor/net/how-to-edit-xml/
  4. 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-...
  5. 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-...
  6. Accept or Reject revisions | GroupDocs

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....document, accept / reject detected revisions and save changes...

    docs.groupdocs.com/comparison/java/accept-or-re...
  7. Set Shape Color Independently of Font Color | G...

    Highlight shape changes with a different colour than font changes when detecting style changes using GroupDocs.Comparison for Python via .NET.... detect_style_changes = True options...

    docs.groupdocs.com/comparison/python-net/develo...
  8. Clear watermarks | GroupDocs

    This article shows how to clear existing text or image watermarks....strict threshold may fail to detect all needed images, while a...

    docs.groupdocs.com/watermark/net/basic-usage/cl...
  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. 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...