Sort Score
Result 10 results
Languages All
Labels All
Results 4,231 - 4,240 of 188,130 for

page

(0.14 sec)
  1. Create VDX Files via Java | products.aspose.com

    Java Sample code for generating VDX documents. Use this code for creating VDX files within Java based desktop or web application....the first page of the diagram. Add text in the page. Use save...Access the first page of the diagram. Page page = diagram.getPages()...

    products.aspose.com/diagram/java/create/vdx/
  2. Grid|Documentation

    Grid element generates a matrix of numbered bubbles that are combined into a single answer....relative to the left edge of the page. Overrides the value of align...relative to the top edge of the page. column integer 1 The number...

    docs.aspose.com/omr/net/json-markup/grid/
  3. Aspose::Words::Fields::FieldNumChars class | As...

    Aspose::Words::Fields::FieldNumChars class. Implements the NUMCHARS field. To learn more, visit the documentation article in C++....NUMCHARS, NUMWORDS, NUMPAGES and PAGE fields to track the size of...Use both PAGE and NUMPAGES fields to display what page the field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Aspose::Words::Fields::FieldSectionPages class ...

    Aspose::Words::Fields::FieldSectionPages class. Implements the SECTIONPageS field. To learn more, visit the documentation article in C++....SECTIONPAGES fields to number pages by sections. auto doc = System...()); // A PAGE field displays the number of the page it is in...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Table content getting split when converted from...

    Hi, I’m trying to convert a docx file with 104 Pages into pdf, I can see the output pdf contains 106 Pages. When exploring I saw a table on Page 37 (in docx) got split into two tables in the next Page in pdf. Simsun a…...convert a docx file with 104 pages into pdf, I can see the output...contains 106 pages. When exploring I saw a table on page 37 (in docx)...

    forum.aspose.com/t/table-content-getting-split-...
  6. Working with PDF Documents using Go|Aspose.PDF ...

    This article describes to you what manipulations can be done with the document with Aspose.PDF for Go 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/go-cpp/working-with-documents/
  7. Recognize multipage TIFF via C# | Aspose

    Recognize multiPage TIFF via C#....specify the start page and the total number of pages to be recognized...recognized. Pages are indexed starting from 0. By default, you will...

    products.aspose.com/ocr/net/recognition/recogni...
  8. Remove Tables from PDF using C# | Aspose.PDF

    Remove tables from PDF file programmatically with C# sample code using Aspose.PDF for .NET...first page with absorber. Get first table on the page. Remove...absorber . Visit ( pdfDocument . Pages [ 1 ]); var table = absorber...

    products.aspose.com/pdf/net/table/remove/
  9. ParagraphFormat.right_indent property | Aspose....

    ParagraphFormat.right_indent property. Gets or sets the value (in points) that represents the right indent for paragraph....will sit asymmetrically on the page. # The "center" that we align...text, not the middle of the page. paragraph_format = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Import and Export Annotations to XFDF|Aspose.PD...

    You may import and export annotation with XFDF format with C# and Aspose.PDF for .NET library....Document ()) { // Add page var page = document . Pages . Add (); // Bind...()) { // Add page var page = documentTo . Pages . Add (); //...

    docs.aspose.com/pdf/net/import-export-xfdf/