Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 10,801 for

page count

(0.91 sec)
  1. Work with Document Properties|Aspose.Words for ...

    Aspose.Words for Python allows storing some useful information about your document, such as API and Version Number or Authorized Date, in built-in or custom document properties.... What is this page about? This page describes how to use...properties. Call the update_word_count method to recalculate and update...

    docs.aspose.com/words/python-net/work-with-docu...
  2. Index was outside the bounds of the array when ...

    Hello, I am updating the XMP metadata of a PSB file approximately 2.7GB in size. However, upon saving the file, I enCountered the following error: “System.IndexOutOfRangeException: Index was outside the bounds of the ar…...buffer, Int32 offset, Int32 count) at .Write(Byte[] , Int32 ,...in this way. ← previous page next page →...

    forum.aspose.com/t/index-was-outside-the-bounds...
  3. Major performance issue in latest Aspose PDF ve...

    Hi Team, We recently updated Aspose.Pdf from version 24.02 to 25.06 in our .NET Framework application. After the update, we observed a significant performance degradation when generating bigger documents that include he…...Document(); var page = document.Pages.Add(); page.SetPageSize(590... 100); page.PageInfo.Margin = marginInfo; // Add page for (int...

    forum.aspose.com/t/major-performance-issue-in-l...
  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. Convert DOC To PDF Python

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

    products.aspose.com/words/python-net/conversion...
  6. Convert HTML To EPUB Python

    Convert HTML to EPUB format in Python code. Save HTML 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...
  7. Convert WORD To HTML Python

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

    products.aspose.com/words/python-net/conversion...
  8. Convert JPG To PNG Python

    Convert JPG to PNG format in Python code. Save JPG as PNG using 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/python-net/conversion...
  9. Convert JPG To BMP Python

    Convert JPG to BMP format in Python code. Save JPG as BMP using 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/python-net/conversion...
  10. Convert JPG To TXT Python

    Convert JPG to TXT format in Python code. Save JPG 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...