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

page count

(0.03 sec)
  1. Convert WORD To MARKDOWN Python

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

    products.aspose.com/words/python-net/conversion...
  2. Convert WORD To EPUB Python

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

    Convert PDF to DOCX format in Python code. Save PDF 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...
  4. Fast and reliable OCR API based on Aspose.OCR f...

    Seamlessly integrate optical character recognition (OCR) into your Python applications using Aspose.OCR for Python via Java....TIFF GIF Bitmap Batch OCR Multi-page PDF ZIP Folder Recognition results...Straighten page skew and correct camera lens distortion in page photos...

    products.aspose.com/ocr/python-java/
  5. BuiltInDocumentProperties Class | Aspose.Words ...

    Discover the Aspose.Words.Properties.BuiltInDocumentProperties class for easy access to essential document properties, enhancing your Word processing efficiency.... Count { get; } Gets number of items...the name of the application. Pages { get; set; } Represents an...

    reference.aspose.com/words/net/aspose.words.pro...
  6. Glyphs and Metrics of Type1 Fonts | .NET

    C# APIs for the developers to manipulate and font files. Learn the fundamentals on how to work with glyphs and metrics of Type 1 fonts within .NET....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/font/net/glyphs-and-metrics-typ...
  7. TextColumnCollection indexer | Aspose.Words for...

    TextColumnCollection indexer. Returns a text column at the specified index....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...
  8. Aspose.Words parsing gives different results in...

    I used aspose-words in local windows and Macos, it works fine with document having 38 Pages. When I deploy using docker https://packages.microsoft.com/debian/11/prod bullseye mai FROM python:3.10.11 as build WORKDIR /…...fine with document having 38 pages. When I deploy using docker...behaves differently, giving 44 pages instead of 38. Could you please...

    forum.aspose.com/t/aspose-words-parsing-gives-d...
  9. free_text_input|Documentation

    Free_text_input element generates a placeholder in which the respondent can write a text in free form...."children" : [ { "element_type" : "Page" , "children" : [ { "name" :..."Two-column layout" , "columns_count" : 2 , "children" : [ { "element_type"...

    docs.aspose.com/omr/net/json-markup/free_text_i...
  10. TextColumn.width property | Aspose.Words for Py...

    TextColumn.width property. Gets or sets the width of the text column in points....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...