Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 8,093 for

append

(0.5 sec)
  1. Conversion from pdf to text is not supporting f...

    Dear Aspose Support Team, Conversion from PDF to text is not supported for superscript and subscript formats using the following code snippet for version 23.1: public String convertToText(Document pdfDocument, int page…...append(fragment.getText()); } log...extractedText.append("<sup>").append(fragment.getText()).append("</sup>");...

    forum.aspose.com/t/conversion-from-pdf-to-text-...
  2. ParagraphAlignment | Aspose.Words for Java

    Specifies text alignment in a paragraph in Java....create a new section, and then append it as a child to the root document...formatting properties, and then append it as a child to the body....

    reference.aspose.com/words/java/com.aspose.word...
  3. Apply License in PHP|Aspose.Words for Java

    PHP: Apply License to Aspose.Words for Java....social coding sites: GitHub Append Documents in PHP Find And Replace...

    docs.aspose.com/words/java/apply-license-in-php/
  4. Quick Start in PHP|Aspose.Words for Java

    PHP: Quick Start Aspose.Words for Java....includes the following topics: Append Documents in PHP Apply License...

    docs.aspose.com/words/java/quick-start-in-php/
  5. Create Links in PDF file with Python|Aspose.PDF...

    This section explains how to create links in your PDF document with Python.... append ( link ) # Save the modified...current page page . annotations . append ( link ) # Save the updated...

    docs.aspose.com/pdf/python-net/create-links/
  6. ImportFormatOptions.keep_source_numbering prope...

    ImportFormatOptions.keep_source_numbering property. Gets or sets a boolean value that specifies how the numbering will be imported when it clashes in source and destination documents... append_document ( src_doc = src_doc...is_keep_source_numbering dst_doc . append_document ( src_doc , aw . ImportFormatMode...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CommentRangeEnd constructor | Aspose.Words for ...

    CommentRangeEnd constructor. Initializes a new instance of this class.... To append a CommentRangeEnd to the document...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Footnote constructor | Aspose.Words for Node.js

    Footnote constructor. Initializes an instance of the [Footnote](../) class.... To append Footnote to the document use...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. HeaderFooter constructor | Aspose.Words for Nod...

    HeaderFooter constructor. Creates a new header or footer of the specified type.... To append HeaderFooter to a Section use...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Clone a Document in C++|Aspose.Words for C++

    Clone a document to get its identical copy using C++. When creating a copy, nodes and properties of the original document are cloned....with the original document, append or insert it into another document...Documents in C++ Insert and Append Documents in C++ Related articles...

    docs.aspose.com/words/cpp/clone-a-document/