Sort Score
Result 10 results
Languages All
Labels All
Results 6,071 - 6,080 of 188,035 for

page

(0.43 sec)
  1. Converting a XPS file to TXT using Python | Asp...

    Sample code on Python for XPS to TXT conversion. Use example code for batch XPS to TXT conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...format. Choose the specific page of the document to be processed...

    products.aspose.com/pdf/python-net/conversion/x...
  2. BuiltInDocumentProperties.words property | Aspo...

    BuiltInDocumentProperties.words property. Represents an estimate of the number of words in the document....document statistics such as word/page/character counts as metadata...Statistics # Page count: The page_count property shows the page count...

    reference.aspose.com/words/python-net/aspose.wo...
  3. BuiltInDocumentProperties.lines property | Aspo...

    BuiltInDocumentProperties.lines property. Represents an estimate of the number of lines in the document....document statistics such as word/page/character counts as metadata...Statistics # Page count: The page_count property shows the page count...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Converting a JPEG file to EPUB using Python | A...

    Sample code on Python for JPEG to EPUB conversion. Use example code for batch JPEG to EPUB conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...Call the add method of the pages collection on the document object...

    products.aspose.com/pdf/python-net/conversion/j...
  5. Edit PDF using C++ | Aspose.PDF

    Еdit PDF document programmatically with C++ sample code using Aspose.PDF for C++..."PDF" ); // search text within page bound textFragmentAbsorber ->...set_LimitToPageBounds ( true ); // specify the page region for TextSearch Options...

    products.aspose.com/pdf/cpp/editor/
  6. How to Add Lines to PDF in Python

    This article guides on how to add lines to PDF in Python. The basic information is provided on how to insert a line in PDF in Python by sharing the configuration details, a list of steps and a runnable sample code....Page Product Family Aspose.PSD Product...Document class followed by adding a page to it Create a graph object...

    kb.aspose.com/pdf/python/how-to-add-lines-to-pd...
  7. ConvertUtil.pixel_to_new_dpi method | Aspose.Wo...

    ConvertUtil.pixel_to_new_dpi method. Converts pixels from one resolution to another....my_dpi = 192 page_setup = builder . page_setup page_setup . top_margin... assertAlmostEqual ( 37.5 , page_setup . top_margin , delta =...

    reference.aspose.com/words/python-net/aspose.wo...
  8. BuiltInDocumentProperties.Characters | Aspose.W...

    Discover the BuiltInDocumentProperties Characters property, providing an accurate character count estimate to enhance document management and efficiency....document statistics such as word/page/character counts as metadata...Statistics // Page count: The PageCount property shows the page count...

    reference.aspose.com/words/net/aspose.words.pro...
  9. PageSet.even property | Aspose.Words for Python

    PageSet.even property. Gets a set with all the even Pages of the document in their original order....Gets a set with all the even pages of the document in their original...Remarks Even pages have odd indices since page indices are zero-based...

    reference.aspose.com/words/python-net/aspose.wo...
  10. In DotNet, how can I add a flag to an `XImage` ...

    Hi there! I’m working with an existing PDF file and need to add a flag or marker to one of its images so that I can easily locate it later, when the PDF is modified. I tried renaming the image, but that ended up throwi…...you can use its position and page number for it. Later you can...and matching the position and page number. Please check below example...

    forum.aspose.com/t/in-dotnet-how-can-i-add-a-fl...