Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 10,172 for

page count

(0.17 sec)
  1. FieldNumChars | Aspose.Words for Java

    Implements the NUMCHARS field in Java....NUMCHARS, NUMWORDS, NUMPAGES and PAGE fields to track the size of...// 1 - Track the character count with a NUMCHARS field: FieldNumChars...

    reference.aspose.com/words/java/com.aspose.word...
  2. How to Add Table in PDF Files using Python | As...

    Do you know how easily add table in PDF via Python? Add table in PDF with high quality using Python PDF library.... Learn the Landing Page for more details. Add Table...instance of Document. Access the Page via its index. Create Table...

    products.aspose.com/pdf/tutorial/add-table-pdf/
  3. Converting a PDF file to EMF using Python | Asp...

    Sample code on Python for PDF to EMF conversion. Use example code for batch PDF to EMF conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...to keep track of the current page number being processed, starting...

    products.aspose.com/pdf/python-net/conversion/p...
  4. FieldNumPages | Aspose.Words for Java

    Implements the NUMPageS field in Java....Remarks: Retrieves the number of pages in the current document, as...as recorded in the Pages property of the built-in document properties...

    reference.aspose.com/words/java/com.aspose.word...
  5. Unable to extract javaScript actions from PDF -...

    Hi There, We were able to retrieve the JavaScript from a PDF using the code snippet below, and it used to work perfectly. However, recently we enCountered an issue: when processing multiple files together, their PDF con…...jsActionsList) { for (Page page : doc.getPages()) { // Check Page actions (OnOpen...OnClose) if (page.getActions() != null) { if (page.getActions()...

    forum.aspose.com/t/unable-to-extract-javascript...
  6. AbsolutePositionTab | Aspose.Words for Java

    An absolute position tab is a character which is used to advance the position on the current line of text when displaying this WordprocessingML content 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...
  7. Sequence contains no elements - Free Support Fo...

    HI , I m facing an error while converting onenote document into pdf using latest version of aspose.note(25.2.0): System.InvalidOperationException: Sequence contains no elements at System.Linq.ThrowHelper.ThrowNoElement…... (Page ) at . (IList 1 ) at . (Document...my get error while processing page Title called “ New User Setup...

    forum.aspose.com/t/sequence-contains-no-element...
  8. HtmlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML_FIXED format in Java....css"))); } /// /// Counts and prints URIs of resources...the horizontal alignment of pages in an HTML document. getPageMargins()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Create or Add Table In PDF|Aspose.PDF for PHP v...

    Explore how to insert a table into an existing PDF document in PHP using Aspose.PDF for enhanced data organization....rows Add table object to first page of input document Save the file...for ( $row_count = 1 ; $row_count < 10 ; $row_count ++ ) { //...

    docs.aspose.com/pdf/php-java/add-table-in-exist...
  10. Add Table to PDF using Python | Aspose.PDF

    Adding table in PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET... Access the Page via its index. Create Table...Populate table. Add the table to a page. Save the file. Add Table in...

    products.aspose.com/pdf/python-net/table/add/