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

page count

(0.07 sec)
  1. TextColumnCollection.evenly_spaced property | A...

    TextColumnCollection.evenly_spaced property. True if text columns are of equal width and evenly spaced....doc ) page_setup = builder . page_setup columns = page_setup...evenly_spaced = False columns . set_count ( 2 ) # Determine the amount...

    reference.aspose.com/words/python-net/aspose.wo...
  2. block|Documentation

    Block element is used to organize content within containers....overflow Inherit the global page settings Define how to clip...attribute overrides the global page setting for the specific block...

    docs.aspose.com/omr/net/txt-markup/block/
  3. Several PDF Into SVG Python

    Merge multiple PDF into SVG in Python code. Save PDF as SVG 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-...
  4. 类型1字体的字形和指标| .NET

    C#API用于开发人员操纵和字体文件。了解如何使用.NET中的1型字体的字形和指标来工作的基础。...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/font/zh/net/glyphs-and-metrics-...
  5. "Depending on the length of the text, the follo...

    “Depending on the length of the text, the following characters appear unevenly. Is there a way to fix this?” MACROGEN_EngHealthCare.pdf (3.5 MB) // Create TextAbsorber object to find all ins…...absorber for all the pages pdfDocument.Pages.Accept(textFragmentAbsorber);...TextFragments; if (textFragmentCollecti.Count > 0) { // Get first occurance...

    forum.aspose.com/t/depending-on-the-length-of-t...
  6. Convert HTML To DOC Python

    Convert HTML to DOC format in Python code. Save HTML 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 JPG To TIFF Python

    Convert JPG to TIFF format in Python code. Save JPG as TIFF using 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/python-net/conversion...
  8. 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...
  9. 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...
  10. Convert Image To DOCX Python

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