Sort Score
Result 10 results
Languages All
Labels All
Results 3,931 - 3,940 of 181,392 for

page

(0.09 sec)
  1. Working with Table of Contents in Java|Aspose.W...

    Table of Content field in details. How to create and modify `TOC` field using Java....updating the fields and the page layout of the document. Without...contents will be populated but no page numbers will be displayed. Any...

    docs.aspose.com/words/java/working-with-table-o...
  2. PageSetup.bidi property | Aspose.Words for Python

    PageSetup.bidi property. Specifies that this section contains bidirectional (complex scripts) text....Document () page_setup = doc . sections [ 0 ] . page_setup page_setup...the columns starting from the page's right side. # The order of...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Public API Changes in Aspose.PDF for Java 9.5.0...

    Learn about the public API changes in Aspose.PDF for Java version 9.5.0 for improved functionality and better compatibility....0 Contents [ Hide ] This page lists the public API changes...Document doc = new Document (); Page page = doc . getPages (). add ();...

    docs.aspose.com/pdf/java/public-api-changes-in-...
  4. SplitCriteria | Aspose.Words for Java

    Specifies how the document is split into parts in Java....Shows how to split document by pages. String doc = getMyDir() + "Big...setSplitCriteria(SplitCriteria.PAGE); Splitter.split(doc, getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  5. Working with PDF Documents using Rust via C++|A...

    This article describes to you what manipulations can be done with the document with Aspose.PDF for Rust via C++ library....following: Optimize PDF - optimize page content, optimize file size...Optimize PDF Resources - optimize page content, optimize file size...

    docs.aspose.com/pdf/rust-cpp/working-with-docum...
  6. Aspose::Words::Saving::PageRange class | Aspose...

    Aspose::Words::Saving::PageRange class. Represents a continuous range of Pages. To learn more, visit the documentation article in C++....Represents a continuous range of pages. To learn more, visit the Programming...(int32_t, int32_t) Creates a new page range object. static Type ()...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. PageRange class | Aspose.Words for Python

    aspose.words.saving.PageRange class. Represents a continuous range of Pages...Represents a continuous range of pages. To learn more, visit the Programming...new page range object. Examples Shows how to extract pages based...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Binding Worksheet to a DataSet at Runtime using...

    This article introduces how to bind a worksheet to a DataSet in GridWeb....Sample Code // Implementing Page_Load event handler public partial...System . Web . UI . Page { protected void Page_Load ( object sender...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  9. Convert PDF/A to PDF|Aspose.PDF for Android via...

    To convert PDF/A to PDF you should remove restrictions from the original document. Aspose.PDF for Android via Java allows you to solve this problem easly and simply.... add pages). In the following example,...loses PDF/A compliance after the page adding. public void convertPDFAtoPDFAdva...

    docs.aspose.com/pdf/androidjava/convert-pdfa-to...
  10. PdfSaveOptions.clone method | Aspose.Words for ...

    PdfSaveOptions.clone method. Creates a deep clone of this object....doc = doc ) # Insert text with PAGE and NUMPAGES fields. These fields...write ( 'Page ' ) builder . insert_field ( field_code = 'PAGE' , field_value...

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