Sort Score
Result 10 results
Languages All
Labels All
Results 8,731 - 8,740 of 415,686 for

document

(0.18 sec)
  1. 总结文档|Aspose.Words为Java

    总结一个文档。 Aspose.Words为Java 通过允许您指定摘要长度,使用OpenAI和GoogleAI模型简化文档摘要。...下面的代码示例演示如何使用GPT-4o模型汇总文档: Document firstDoc = new Document ( getMyDir ()..."Big document.docx" ); Document secondDoc = new Document ( getMyDir...

    docs.aspose.com/words/zh/java/summarize-a-docum...
  2. ImageSavingArgs.keepImageStreamOpen property | ...

    ImageSavingArgs.keepImageStreamOpen property. Specifies whether Aspose.Words should keep the stream open or close it after saving an image.... Document ( base . myDir + "Rendering...docx" ); // When we save the document to HTML, we can pass a SaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ResourceLoadingArgs.ResourceType | Aspose.Words...

    Discover the ResourceType property of ResourceLoadingArgs to optimize your resource management. Enhance performance and streamline your workflow today!...external resources into a document. public void ResourceLoadingCallb...ResourceLoadingCallb () { Document doc = new Document (); doc . ResourceLoadingCallb...

    reference.aspose.com/words/net/aspose.words.loa...
  4. CustomPart.RelationshipType | Aspose.Words for ...

    Discover the CustomPart RelationshipType property to easily manage and define relationships between parent and custom parts for enhanced functionality....access a document’s arbitrary custom parts collection. Document doc...doc = new Document ( MyDir + "Custom parts OOXML package.docx"...

    reference.aspose.com/words/net/aspose.words.mar...
  5. C# API to Export EPUB to MARKDOWN | products.as...

    Convert EPUB to MARKDOWN without using Microsoft Word...API that provides powerful document manipulation and conversion... convert, and manipulate documents in various formats. The PDF...

    products.aspose.com/total/net/conversion/epub-t...
  6. Document.cleanup method | Aspose.Words for Node.js

    Aspose.Words.Document.cleanup method...styles and lists from the document. cleanup () cleanup(options)...styles and lists from the document depending on given CleanupOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Java API to Export MD to DOTM | products.aspose...

    Convert MD to DOTM using on premise Java API...that can be used to process documents of various formats. The first...Words for Java is a powerful document processing API that can be...

    products.aspose.com/total/java/conversion/md-to...
  8. HtmlElementSizeOutputMode | Aspose.Words for Java

    Specifies how Aspose.Words exports element widths and heights to HTML MHTML and EPUB in Java.... Document doc = new Document(); DocumentBuilder...fromPoints(144.0)); // When we save a document to HTML, Aspose.Words will...

    reference.aspose.com/words/java/com.aspose.word...
  9. Remove Attachments from PDF using C++ | Aspose.PDF

    C++ source code for removing attachments in a PDF file....can increase the size of a document. Removing attachments may...easier to print and view your document. We can conclude, that removing...

    products.aspose.com/pdf/cpp/attachments/remove/
  10. 从PDF中的表格提取数据|Aspose.PDF for C++

    学习如何使用Aspose.PDF for C++从PDF中提取表格数据。...pdf" ); auto document = MakeObject < Document > ( _dataDir +...// 扫描页面 for ( auto page : document -> get_Pages ()) { absorber...

    docs.aspose.com/pdf/zh/cpp/extract-data-from-ta...