Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 414,687 for

document

(0.45 sec)
  1. Working with Operators|Aspose.PDF for .NET

    This topic explains how to use operators with Aspose.PDF. The operator classes provide great features for PDF manipulation....Create a Document object and open the input PDF document. Get the... () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/net/working-with-operators/
  2. BuiltInDocumentProperties.characters property |...

    BuiltInDocumentProperties.characters property. Represents an estimate of the number of characters in the Document....number of characters in the document. @property def characters...this property when you call Document.update_word_count() . Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Display PDF Formats Using C++ | Aspose.PDF

    Open and view PDF Documents programmatically with C++ sample code using Aspose.PDF for C++... powerful and easy to use document manipulation API for cpp platform...the PDF with an instance of Document. View resultant File. C++...

    products.aspose.com/pdf/cpp/viewer/pdf/
  4. Display EPUB Formats Using C++ | Aspose.PDF

    Open and view EPUB Documents programmatically with C++ sample code using Aspose.PDF for C++... powerful and easy to use document manipulation API for cpp platform...the EPUB with an instance of Document. View resultant File. C++...

    products.aspose.com/pdf/cpp/viewer/epub/
  5. Display XPS Formats Using C++ | Aspose.PDF

    Open and view XPS Documents programmatically with C++ sample code using Aspose.PDF for C++... powerful and easy to use document manipulation API for cpp platform...the XPS with an instance of Document. View resultant File. C++...

    products.aspose.com/pdf/cpp/viewer/xps/
  6. Display MD Formats Using C++ | Aspose.PDF

    Open and view MD Documents programmatically with C++ sample code using Aspose.PDF for C++... powerful and easy to use document manipulation API for cpp platform...the MD with an instance of Document. View resultant File. C++...

    products.aspose.com/pdf/cpp/viewer/md/
  7. SplitCriteria enumeration | Aspose.Words for Py...

    aspose.words.lowcode.SplitCriteria enumeration. Specifies how the Document is split into parts....enumeration Specifies how the document is split into parts. Members...Description PAGE Specifies that the document is split into pages. SECTION_BREAK...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PdfFileMend 类|Aspose.PDF for Java

    本节介绍如何使用 PdfFileMend 类处理 Aspose.PDF Facades。...AddText03 () { Document document = new Document ( _dataDir + "sample..."sample.pdf" ); document . Pages . Add (); document . Pages . Add...

    docs.aspose.com/pdf/zh/java/pdffilemend-class/
  9. HtmlLoadOptions class | Aspose.Words for Node.js

    Aspose.Words.Loading.HtmlLoadOptions class. Allows to specify additional options when loading HTML Document into a [Document](../../aspose.words/Document/) object...when loading HTML document into a Document object. To learn more...the Specify Load Options documentation article. Inheritance: HtmlLoadOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Adjust_Right_Indent <w:adjustRightInd w:val="of...

    { "type": "ADJUST_RIGHT_INDENT", "attributes": { "val": "0" } },...Create a new document Document doc = new Document(); DocumentBuilder...setRightIndent(0); // Add some text to the document builder.writeln("This paragraph...

    forum.aspose.com/t/adjust-right-indent-w-adjust...