Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 8,221 for

page count

(0.04 sec)
  1. SubDocument | Aspose.Words for Java

    Represents a SubDocument - which is a reference to an externally stored 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. XamlFixedSaveOptions.resources_folder property ...

    XamlFixedSaveOptions.resources_folder property. Specifies the physical folder where resources (images and fonts) are saved when exporting a document to fixed Page Xaml format...exporting a document to fixed page Xaml format. Default is None...you save a Document in fixed page Xaml format, Aspose.Words needs...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::SectionCollection class | Aspose...

    Aspose::Words::SectionCollection class. A collection of Section objects in the document. To learn more, visit the documentation article in C++.... get_Count () Gets the number of nodes...section starts on a new page or on the same page. Programmatically...

    reference.aspose.com/words/cpp/aspose.words/sec...
  4. HTML to GIF Converter using Python | Aspose.PDF

    Sample code on Python for HTML to GIF conversion. Use example code for batch HTML to GIF conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...input PDF pages as GIF images. Iterate through each page of the...

    products.aspose.com/pdf/python-net/conversion/h...
  5. Untangle Row Bookmarks in Jython|Aspose.Words f...

    Untangle Row Bookmarks using Jython.... getBookmarks () bookmarks_count = bookmarks . getCount () x...x = 0 while x < bookmarks_count : bookmark = bookmarks . get (...

    docs.aspose.com/words/java/untangle-row-bookmar...
  6. Several DOC Into PNG Python

    Merge multiple DOC into PNG in Python code. Save DOC as PNG using Python....KEEP_SOURCE_FORMATTING) for page in range ( 0 , output.page_count): extractedPage...extract_pages(page, 1 ) extractedPage.save( f"Output_ {page + 1 }...

    products.aspose.com/words/python-net/merge/doc-...
  7. Several WORD Into JPG Python

    Merge multiple a Word document into JPG in Python code. Save a Word document as JPG using Python....KEEP_SOURCE_FORMATTING) for page in range ( 0 , output.page_count): extractedPage...extract_pages(page, 1 ) extractedPage.save( f"Output_ {page + 1 }...

    products.aspose.com/words/python-net/merge/word...
  8. Several DOC Into JPG Python

    Merge multiple DOC into JPG in Python code. Save DOC as JPG using Python....KEEP_SOURCE_FORMATTING) for page in range ( 0 , output.page_count): extractedPage...extract_pages(page, 1 ) extractedPage.save( f"Output_ {page + 1 }...

    products.aspose.com/words/python-net/merge/doc-...
  9. Փոխարկել JPG BMP Python

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

    products.aspose.com/words/hy/python-net/convers...
  10. Փոխարկել JPG TIFF Python

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

    products.aspose.com/words/hy/python-net/convers...