Sort Score
Result 10 results
Languages All
Labels All
Results 7,601 - 7,610 of 415,163 for

document

(2.01 sec)
  1. Get PDF File Information in Ruby|Aspose.PDF for...

    Extract metadata and details from PDF files programmatically using Aspose.PDF in Ruby....Get File Information of Pdf document using Aspose.PDF Java for...Ruby Code # The path to the documents directory . data_dir = File...

    docs.aspose.com/pdf/java/get-pdf-file-informati...
  2. DocumentProperty.value property | Aspose.Words ...

    DocumentProperty.value property. Gets or sets the value of the property....with built-in document properties. doc = aw . Document ( MY_DIR +...'Properties.docx' ) # The "Document" object contains some of its...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FixedPageSaveOptions.ColorMode | Aspose.Words f...

    Discover the FixedPageSaveOptions ColorMode property to customize color rendering for enhanced Document quality and visual appeal. Optimize your output today!... Document doc = new Document ( MyDir + "Images...object that we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Convert XML to PDF|Aspose.PDF for Android via Java

    Aspose.PDF library presents several ways to convert XML to PDF. You can use the XslFoLoadOptions or do this with an incorrect file structure.... 将 XSL-FO 转换为 PDF 使用 Document 对象和 XslFoLoadOptions 可以实现...ocumentFileName); document = new Document(xmlDocumentFileName...

    docs.aspose.com/pdf/zh/androidjava/convert-xml-...
  5. 使用JavaScript通过C++进行对比和迁移|Documentation

    探索差异并考虑使用Aspose.Cells与JavaScript通过C++的迁移策略。...Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/zh/javascript-cpp/compari...
  6. Aspose::Words::WarningInfo::get_WarningType met...

    Aspose::Words::WarningInfo::get_WarningType method. Returns the type of the warning in C++.... // Open a document that contains text formatted...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Missing...

    reference.aspose.com/words/cpp/aspose.words/war...
  7. 使用文本注释处理PDF通过Python|Aspose.PDF for Python via .NET

    Aspose.PDF for Python 允许您从PDF文档中添加、获取和删除文本注释。...pdf as ap document = ap . Document ( input_file ) textAnnotation...annotations . TextAnnotation ( document . pages [ 1 ], ap . Rectangle...

    docs.aspose.com/pdf/zh/python-net/text-annotation/
  8. 删除分节符影响书签标记 - Free Support Forum - aspose.com

    Document Document = new Document("input.docx"); for (int i = Document.getSections().getCount() - 2; i >= 0; i--) { Document.getLastSection().prependContent(Document.getSections().get(i)); …...2025, 8:20pm 1 Document document = new Document("input.docx");...docx"); for (int i = document.getSections().getCount() - 2; i >= 0;...

    forum.aspose.com/t/topic/312511
  9. Self-hosted LLM Aspose.Words for .NET | Self-ho...

    Aspose.Words for .NET supports for self-hosted LLMs, enabling secure, flexible, and cost-efficient AI Document processing without third-party APIs....Models (LLMs) for AI-enhanced document processing, offering greater...Sovereignty : Keep sensitive documents entirely within your own infrastructure...

    blog.aspose.com/words/self-hosted-llm-aspose-wo...
  10. IAiModelText | Aspose.Words for Java

    The common interface for AI models designed to generate a variety of text-based content in Java....Method Description checkGrammar(Document sourceDocument, CheckGrammarOptions...of the provided document. summarize(Document sourceDocument,...

    reference.aspose.com/words/java/com.aspose.word...