Sort Score
Result 10 results
Languages All
Labels All
Results 3,111 - 3,120 of 59,796 for

api

(0.09 sec)
  1. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated Api provided by GroupDocs.Comparison for Java since version 20.4: Comparer class introduced as a single entry point to compare documents of any supported file format with various options and ability to accept/reject found differences in resultant document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....Upgrade an Order Support Docs API Reference Live Demos Free Support...reasons to use the new updated API provided by since version 20...

    docs.groupdocs.com/comparison/java/migration-no...
  2. Open Word File Online

    Document Automation Apis to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Viewer API 在 C#、Java、Python 和 Node.js 中集成文档查看。...

    blog.groupdocs.com/zh/tag/open-word-file-online/
  3. DOCX Viewer

    Document Automation Apis to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Viewer API 在 C#、Java、Python 和 Node.js 中集成文档查看。...

    blog.groupdocs.com/zh/tag/docx-viewer/
  4. Migration Notes | GroupDocs

    Why to migrate? Here are the key reasons to use the new updated Api provided by GroupDocs.Annotation for .NET since version 19.8: The Annotator class introduced as a single entry point to manage the document annotating process to any supported file format (instead of AnnotationImageHandler class in previous versions). The overall rendering speed improved dramatically by saving rendered page as soon as it was rendered, not when all pages list were rendered....Upgrade an Order Support Docs API Reference Live Demos Free Support...reasons to use the new updated API provided by GroupDocs.Annotation...

    docs.groupdocs.com/annotation/net/migration-notes/
  5. Remove Text Watermark from DOC Using Python

    Remove text watermark from DOC using Python by programmatically detecting and deleting hidden Word watermark text. A practical Python-based solution for clean documents....Find Answers by API GroupDocs.Total Product Family GroupDocs...Python-compatible document processing API provides a practical way to locate...

    kb.groupdocs.com/watermark/python/remove-text-w...
  6. Remove Text Watermark from ODT Using Python

    Remove text watermark from ODT using Python to process OpenDocument files automatically. This guide explains removing embedded watermark text with Python code....Find Answers by API GroupDocs.Total Product Family GroupDocs...Python-compatible document processing API offers a structured way to locate...

    kb.groupdocs.com/watermark/python/remove-text-w...
  7. Remove Text Watermark from XLS Using Python

    Remove text watermark from XLS using Python and clean legacy Excel files efficiently. Discover how Python can locate and delete watermark text in spreadsheets....Find Answers by API GroupDocs.Total Product Family GroupDocs...Python-compatible spreadsheet processing API allows you to detect and remove...

    kb.groupdocs.com/watermark/python/remove-text-w...
  8. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in images....Upgrade an Order Support Docs API Reference Live Demos Free Support...on-premise API Use Microsoft Azure Computer Vision API Was this...

    docs.groupdocs.com/redaction/net/using-ocr/
  9. 使用 C# 通过索引搜索文件夹中的文本 |使用 .NET 搜索 API

    使用 GroupDocs Search Api for .NET Developers 按部分搜索文本、文本索引、指定搜索线程数和获取搜索时间以在 C# 中获取搜索结果。...NET API,您可以按部分执行搜索并指定 C# 中的搜索线程数。当您在...最佳性能和更新的功能,我建议您 安装 并使用最新版本的 API。 在 C# 中通过索引搜索文本 # 以下示例显示如何按部分/块执行搜索。...

    blog.groupdocs.com/zh/search/search-text-by-ind...
  10. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata Api supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Upgrade an Order Support Docs API Reference Live Demos Free Support...properties The GroupDocs.Metadata API supports extracting format-specific...

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