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

page count

(0.05 sec)
  1. DocumentBuilder | Aspose.Words for Java

    Provides methods to insert text images and other content specify font paragraph and section formatting in Java....getPageSetup() property to specify page and section properties for the...footers for first, even and odd pages. builder.getPageSetup().set...

    reference.aspose.com/words/java/com.aspose.word...
  2. 新的 HTML 导出系统 - Aspose.Slides.WebExtensions|Aspo...

    在 C# 或 .NET 中导出 PowerPoint HTML..."templates\\single-page" , @"single-page-output" ); document...( "templates\\multi-page" , @"mutil-page-output" ); document...

    docs.aspose.com/slides/zh/net/web-extensions/
  3. Header Alignment issue during mailmerge - Free ...

    We have a MS word document where we are reducing the top margin to 0 and starting the text content without leaving any top margin. But after mailmerge, the resultant document is rendered with some top margin. Due to th…...at the end of the page is pushed to next page. 891×810 26.8 KB...colCount = sequenceParameters.Count(); if (colCount > 0) { int rowCount...

    forum.aspose.com/t/header-alignment-issue-durin...
  4. Remove Breaks in Ruby|Aspose.Words for Java

    Remove breaks using Ruby....Ruby, simply invoke the remove_page_breaks() & remove_section_breaks()...module. Ruby Code def remove_page_breaks ( doc ) # Retrieve all...

    docs.aspose.com/words/java/remove-breaks-in-ruby/
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Merge PDF Documents using Pythonhttps://products.aspose.com/pdf/python-net/merger/Recent content in Merge PDF Documents using Python on Aspsoe.......nstallation/ Documentation pages. To verify the benefits of the...{"@type":"HowToStep","name":"Add Page","image":"https://products.aspose...

    products.aspose.com/pdf/python-net/merger/index...
  6. Getting the Exact Coordinates of Data Points fr...

    image.png (76.1 KB) The above image shows the thumbnail rendered by Aspose image.png (36.4 KB) This image shows is the screenshot of the same slide in PowerPoint. I am using similar syntax as below: chart.ValidateCh…...Count; i++) { chart.ChartData.Categories...i = 0; i < baseCarCostData.Count; i++) { var dataCell = workbook...

    forum.aspose.com/t/getting-the-exact-coordinate...
  7. Several PDF Into PNG Python

    Merge multiple PDF into PNG in Python code. Save PDF 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/pdf-...
  8. Convert PDF To TXT Python

    Convert PDF to TXT format in Python code. Save PDF as TXT using Python....txt) for page in range(doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save(f"Output_{page + 1}.txt", save_options)...

    products.aspose.com/words/python-net/conversion...
  9. Convert PDF To EPUB Python

    Convert PDF to EPUB format in Python code. Save PDF as EPUB using Python....epub) for page in range(doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save(f"Output_{page + 1}.epub", save_options)...

    products.aspose.com/words/python-net/conversion...
  10. Convert PDF To Openoffice Python

    Convert PDF to OpenOffice format in Python code. Save PDF as OpenOffice using Python....odt) for page in range(doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save(f"Output_{page + 1}.odt", save_options)...

    products.aspose.com/words/python-net/conversion...