Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 10,137 for

page count

(0.09 sec)
  1. SpecialChar | Aspose.Words for Java

    Base class for special characters in the document in Java.... int count = getChildTableCount(table);...directly within its cells", i, count)); // Find out if the table...

    reference.aspose.com/words/java/com.aspose.word...
  2. 从PDF中的表格提取数据|Aspose.PDF for C++

    学习如何使用Aspose.PDF for C++从PDF中提取表格数据。...扫描页面 for ( auto page : document -> get_Pages ()) { absorber ->...-> Visit ( page ); for ( auto table : absorber -> get_TableList...

    docs.aspose.com/pdf/zh/cpp/extract-data-from-ta...
  3. Display font Metadata | C++ API Solution

    C++ API Solution to manage fonts. Learn how to view font metadata with a few lines of C++ code. Read font information....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/font/cpp/font-metrics/
  4. Using Smart Markers|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... (1=AVERAGE, 2=COUNT, 3=COUNTA, 4=MAX, 5=MIN,…9=SUM...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/using-smart-markers/
  5. AutoFitRows and AutoFitColumn Not Handling Larg...

    Hi Aspose Support Team, I am facing issues with AutoFitColumn(i) and AutoFitRows(true) in Aspose.Cells for .NET when exporting to PDF, especially when working with large amounts of wrapped text. AutoFitColumn Issue: W…...does not continue onto the next page in the PDF. It seems like the...overflow content to the next page — instead, it just cuts it off...

    forum.aspose.com/t/autofitrows-and-autofitcolum...
  6. Փոխարկել DOC PNG Python

    Փոխարկեք DOC ը PNG ձևաչափի Python կոդով: Պահեք DOC որպես PNG օգտագործելով Python:...PNG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .png" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  7. Փոխարկել TEXT SVG Python

    Փոխարկեք TEXT ը SVG ձևաչափի Python կոդով: Պահեք TEXT որպես SVG օգտագործելով Python:...SVG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .svg" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  8. Փոխարկել WORD Պատկեր Python

    Փոխարկեք WORD ը Պատկեր ձևաչափի Python կոդով: Պահեք WORD որպես Պատկեր օգտագործելով Python:...JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/hy/python-net/convers...
  9. GlossaryDocument class | Aspose.Words for Node.js

    Aspose.Words.BuildingBlocks.GlossaryDocument class. Represents the root element for a glossary document within a Word document... count Gets the number of immediate... pageColor Gets or sets the page color of the document. This...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Split PDF, HTML, TXT Files using C++ | Aspose.PDF

    Simple demo source code to split PDF files on any platform with C++ language....document, you must split the pages of the original PDF file. In...please learn Documentation Pages . You may also use the following...

    products.aspose.com/pdf/cpp/splitter/