Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 422,808 for

document

(0.26 sec)
  1. DocumentPartSavingArgs class | Aspose.Words for...

    aspose.words.saving.DocumentPartSavingArgs class. Provides data for the [IDocumentPartSavingCallback.Document_part_saving()](../iDocumentpartsavingcallback/Document_part_saving/#Documentpartsavingargs) callback...document_part_saving() callback. To...more, visit the Save a Document documentation article. Remarks When...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Get XMP Metadata from PDF File in Ruby|Aspose.P...

    Access and manipulate XMP metadata in PDF Documents using Ruby with Aspose.PDF....get XMP Metadata from Pdf document using Aspose.PDF Java for...Ruby Code # The path to the documents directory . data_dir = File...

    docs.aspose.com/pdf/java/get-xmp-metadata-from-...
  3. IDocumentReaderPlugin.read method | Aspose.Word...

    IDocumentReaderPlugin.read method. Reads the data from the specified stream into the [Document](../../Document/) instance....method read(src, loadOptions, document) Reads the data from the specified...specified stream into the Document instance. read ( src : Buffer...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 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...
  5. Insert an Empty Page into a PDF File in PHP|Asp...

    Learn how to insert an empty page at any position within a PDF file in PHP using Aspose.PDF for flexible Document structuring....Insert an Empty Page into a Pdf document using Aspose.PDF Java for...Open the target document $pdf = new Document ( $dataDir . 'input1...

    docs.aspose.com/pdf/java/insert-an-empty-page-i...
  6. IStructuredDocumentTag.removeSelfOnly method | ...

    IStructuredDocumentTag.removeSelfOnly method. Removes just this SDT node itself, but keeps the content of it inside the Document tree....the content of it inside the document tree. removeSelfOnly () Examples...Shows how to remove structured document tag, but keeps content inside...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Setting Structure Elements Properties in Tagged...

    With Aspose.PDF for Java, you may set different Structure Elements Properties. There are setting Text Block Structure Elements, setting Inline Structure Elements, adding Structure Element into Elements and etc....properties in a Tagged PDF Document, Aspose.PDF offers createSectElement()...properties of a Tagged PDF Document: // For complete examples...

    docs.aspose.com/pdf/java/set-tagged-pdfs-elemen...
  8. Style.isQuickStyle property | Aspose.Words for ...

    Style.isQuickStyle property. Specifies whether this style is shown in the Quick Style gallery inside MS Word UI....Examples Shows how to access a document’s style collection. let doc...doc = new aw . Document (); expect ( doc . styles . count ). toEqual...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Set Tagged PDF Structure Element Properties in ...

    Learn how to set tagged PDF structure element properties in Python with Aspose.PDF for Python via .NET, including title, language, actual text, alternative text, and expansion text....semantic hierarchy of a PDF document, such as sections, headers...Tagged PDF Document: Create a new tagged PDF document. Set document...

    docs.aspose.com/pdf/python-net/setting-structur...
  10. 在PDF中替换文本|Aspose.PDF for .NET

    了解更多关于从Aspose.PDF for .NET库中替换和删除文本的各种方法。...完成后,您只需使用Document对象的Save方法保存输出PDF。以下代码片段向您展... () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/zh/net/replace-text-in-pdf/