Sort Score
Result 10 results
Languages All
Labels All
Results 6,911 - 6,920 of 401,818 for

document

(0.45 sec)
  1. Extract Text and Images from OTT File Online an...

    Online OTT file parser app. Python API code to extract images and text from OTT Document....powerful Python based OTT document parser utility application...application. Code listed for OTT document images and text extraction through...

    products.aspose.com/total/python-net/parse/ott/
  2. Extract Text and Images from DOT File Online an...

    Online DOT file parser app. Python API code to extract images and text from DOT Document....powerful Python based DOT document parser utility application...application. Code listed for DOT document images and text extraction through...

    products.aspose.com/total/python-net/parse/dot/
  3. Section constructor | Aspose.Words for Node.js

    Section constructor. Initializes a new instance of the Section class....doc DocumentBase The owner document. Remarks When the section...specified document, but is not yet part of the document and Node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 在 .NET 中使用工件|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您为 PDF 页面添加背景图像,并使用 Artifact 类获取每个水印。... () { // The path to the documents directory var dataDir = RunExamples...(); // Open PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/artifacts/
  5. FontInfo.AltName | Aspose.Words for .NET

    Discover the FontInfo AltName property, easily manage alternate font names to enhance typography and improve your design projects....each font in a document. Document doc = new Document ( MyDir + "Document..."Document.docx" ); IEnumerator < FontInfo > fontCollectionEnumer...

    reference.aspose.com/words/net/aspose.words.fon...
  6. FontInfo.Pitch | Aspose.Words for .NET

    Discover the FontInfo Pitch property. Learn how it defines fixed pitch vs. proportional spacing, enhancing your typography for better design clarity....each font in a document. Document doc = new Document ( MyDir + "Document..."Document.docx" ); IEnumerator < FontInfo > fontCollectionEnumer...

    reference.aspose.com/words/net/aspose.words.fon...
  7. Merging cells in Table - Word - Free Support Fo...

    Hi, I am building a template which utilizes the <<cellMerge - horz>> I want my table so that it merges any blank cells with the cell that has a value. So far I have a table that has 5 columns, Col 4 and 5 are blank and…...Tables; Document doc = new Document("YourDocument.docx");...this code: We load a Word document and access the first table...

    forum.aspose.com/t/merging-cells-in-table-word/...
  8. Product Overview|Aspose.Words for Java

    Aspose.Words for Java is a software library designed to create, modify, convert, render, and print Documents without relying on any other software....perform a wide variety of document processing tasks. We call...call it the Programmable Document Editor. Using Aspose.Words, you...

    docs.aspose.com/words/java/product-overview/
  9. Paragraph.AppendField | Aspose.Words for .NET

    Enhance your Document with the Paragraph AppendField method, seamlessly adding custom fields to paragraphs for improved organization and clarity.... Document doc = new Document (); Paragraph paragraph...to a paragraph. Document doc = new Document (); Paragraph paragraph...

    reference.aspose.com/words/net/aspose.words/par...
  10. FieldAutoNumLgl.remove_trailing_period property...

    FieldAutoNumLgl.remove_trailing_period property. Gets or sets whether to display the number without a trailing period....Examples Shows how to organize a document using AUTONUMLGL fields. def...field_auto_num_lgl (): doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...