Sort Score
Result 10 results
Languages All
Labels All
Results 7,491 - 7,500 of 153,333 for

2

(0.17 sec)
  1. Comparing text in images|Documentation

    How to compare texts on two images.... To compare texts in 2 images, use image_text_diff()...print ( "The image texts are {:.2%} similar" . format ( distance...

    docs.aspose.com/ocr/python-net/image-text-compare/
  2. 单元格要支持失焦事件 - Free Support Forum - aspose.com

    请问目前单元格失去焦点时,有前端和后端的事件接口吗...Discourse December 22, 2025, 9:24am 2 @feng.qun.zhu.avaryholding.com...DataChanged 等,但没有针对单元格失焦的事件 [2]。因此,前端和后端都没有直接的失焦事件接口,若需要实现此类...

    forum.aspose.com/t/topic/323602
  3. 保存 SVG 文档 – C# – Aspose.SVG for .NET

    在本文中,您将了解如何使用 Aspose.SVG for .NET 库将 SVG 文档保存到文件、内存流、ZIP 存档或 Url。... Svg ; 2 using System. IO ; Copy 1 // Save...Save SVG to file using C# 2 3 // Prepare a path to save an SVG...

    docs.aspose.com/svg/zh/net/save-svg-document/
  4. Table header cell has no associated subcells - ...

    I am using Aspose.PDF for .NET version 25.8.0. I need to create a tagged table that passes the “Table header cell has no associated subcells” check for PDF/UA compliance. I have found that the object created by headerR…...Discourse August 20, 2025, 8:23pm 2 @nhshuvo6 To ensure that your...Add(new TableTHElement("Header 2")); // Add a data row Row dataRow...

    forum.aspose.com/t/table-header-cell-has-no-ass...
  5. Inline.isInsertRevision property | Aspose.Words...

    Inline.isInsertRevision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled.... at ( 2 ). isInsertRevision ). toEqual ( true ); // 2 - A "format"...changes. expect ( runs . at ( 2 ). isFormatRevision ). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Inline.isMoveToRevision property | Aspose.Words...

    Inline.isMoveToRevision property. Returns ``true`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled.... at ( 2 ). isInsertRevision ). toEqual ( true ); // 2 - A "format"...changes. expect ( runs . at ( 2 ). isFormatRevision ). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. HtmlSaveOptions.export_list_labels property | A...

    HtmlSaveOptions.export_list_labels property. Controls how list labels are output to HTML, MHTML or EPUB...( 'Default numbered list item 2.' ) builder . list_format . list_indent...'Outline legal heading list item 2.' ) builder . list_format . list_indent...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Move Pages to PDF using Java | Aspose.PDF

    Move PDF pages of your document programmatically programmatically with Java sample code using Aspose.PDF for Java... get_Item ( 2 ); dstDocument . getPages ()....srcDocument . getPages (). delete ( 2 ); srcDocument . save ( dstFileName...

    products.aspose.com/pdf/java/pages/move/
  9. ConvertUtil.pixelToNewDpi method | Aspose.Words...

    ConvertUtil.pixelToNewDpi method. Converts pixels from one resolution to another....5 , 2 ); // At the default DPI of 96...topMargin ). toBeCloseTo ( 59.0 , 2 ); builder . writeln ( `At a DPI...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. High CPU / Memory utilization on generating sim...

    Aspose-pdf-java utilizes a lot of CPU/RAM resources with generating and saving pdf document with 1 table 20K rows and 10 columns. Here is an example of my code private static final int ROWS_COUNT = 20000; private sta…...call the savePdfAspose function 2 times and it tasks 20-30 seconds...fayyaz April 29, 2021, 3:49pm 2 @taghayan I have been able to...

    forum.aspose.com/t/high-cpu-memory-utilization-...