Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 3,606 for

split document

(0.07 sec)
  1. Find and Replace in Python|Aspose.Words for Pyt...

    Find a string or regular expression pattern in your Document and replace it with the text you want using Python....easily navigate within your document using a keyboard and mouse...find specific text in a long document. It will be more time consuming...

    docs.aspose.com/words/python-net/find-and-replace/
  2. Aspose::Words::Fields::FieldIndex::get_Sequence...

    Aspose::Words::Fields::FieldIndex::get_SequenceSeparator method. Gets or sets the character sequence that is used to separate sequence numbers and page numbers in C++....Examples Shows how to split a document into portions by combining...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. 如果我想排查2个文档的相似度,应该用什么方案更好 - Free Support Forum -...

    是需要我自己读段落,或按标点我拆分数据,自己做向量化,然后embedding 来排查么?还是aspose 有什么好的方案。... 自行提取文本 + 嵌入模型 使用 Document.GetText() 提取纯文本 → 按段落/句子拆分...提取纯文本 Document doc1 = new Document("c1_doc1.docx"); Document doc2...

    forum.aspose.com/t/topic/321339
  4. Aspose::Words::Tables::RowFormat class | Aspose...

    Aspose::Words::Tables::RowFormat class. Represents all formatting for a table row. To learn more, visit the Documentation article in C++....the Working with Tables documentation article. class RowFormat...in a table row is allowed to split across a page break. get_Borders...

    reference.aspose.com/words/cpp/aspose.words.tab...
  5. Getting incorrect revision information using As...

    Hi Team, I’m using Aspose.words for Java to get revision info (like the number of insertions, deletions, and format changes) with the code below. But I found that sometimes, the revision info is incorrect since the coun…...loadAsposeLicense(); Document original = new Document("./<file-with-revision-info>...static void revisionInformation(Document doc) throws Exception { HashMap<String...

    forum.aspose.com/t/getting-incorrect-revision-i...
  6. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PDF with a few lines of code....Version Number in output documents. For example, upon rendering...this information from output Documents. This article explains how...

    docs.aspose.com/diagram/java/convert-visio-to-pdf/
  7. Aspose.Cells.GridJs features|Documentation

    This article introduce features for GridJs .... Merge or split cells Formatting Features Create...

    docs.aspose.com/cells/net/aspose-cells-gridjs/f...
  8. C# API to Export PS to DOT | products.aspose.com

    Convert PS to DOT without using Microsoft Word...API that provides powerful document manipulation and conversion...edit, and manipulate PDF documents. It provides a wide range...

    products.aspose.com/total/net/conversion/ps-to-...
  9. 从网站提取图片 – C# 示例

    了解如何从网站下载图像。考虑使用 Aspose.HTML 自动从网站提取图片的 C# 示例。...website using C# 2 3 // Open a document you want to download images...from 4 using HTMLDocument document = new HTMLDocument( "https://docs...

    docs.aspose.com/html/zh/net/extract-images-from...
  10. Find and Replace in C#|Aspose.Words for .NET

    Find a string or regular expression pattern in your Document and replace it with the text you want using C#....easily navigate within your document using a keyboard and mouse...find specific text in a long document. It will be more time consuming...

    docs.aspose.com/words/net/find-and-replace/