Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 10,802 for

page count

(0.08 sec)
  1. Convert WORD To PDF Python

    Convert a Word document to PDF format in Python code. Save a Word document 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...
  2. Convert PDF To WORD Python

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

    products.aspose.com/words/python-net/conversion...
  3. 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...
  4. 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...
  5. NumberStyle Enum | Aspose.Words for .NET

    Discover the Aspose.Words.NumberStyle enum to customize footnotes and endnotes Page numbers, enhancing your document formatting effortlessly....list, footnotes and endnotes, page numbers. public enum NumberStyle...Ideograph-digital KanjiDigit 11 Japanese counting AiueoHalfWidth 12 Aiueo IrohaHalfWidth...

    reference.aspose.com/words/net/aspose.words/num...
  6. Convert PDF To DOC Python

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

    products.aspose.com/words/python-net/conversion...
  7. Convert TEXT To PDF Python

    Convert TEXT to PDF format in Python code. Save TEXT 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...
  8. Convert DOC To DOCX Python

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

    products.aspose.com/words/python-net/conversion...
  9. Convert DOC To RTF Python

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

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

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