Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 10,802 for

page count

(1.79 sec)
  1. Փոխարկել HTML PDF Python

    Փոխարկեք HTML ը PDF ձևաչափի Python կոդով: Պահեք HTML որպես PDF օգտագործելով 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/hy/python-net/convers...
  2. Փոխարկել HTML DOC Python

    Փոխարկեք HTML ը DOC ձևաչափի Python կոդով: Պահեք HTML որպես DOC օգտագործելով 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/hy/python-net/convers...
  3. Converting a SVG file to EMF using Python | Asp...

    Sample code on Python for SVG to EMF conversion. Use example code for batch SVG to EMF conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...format. Iterate through each page of the loaded PDF document using...

    products.aspose.com/pdf/python-net/conversion/s...
  4. ImageSavingArgs.is_image_available property | A...

    ImageSavingArgs.is_image_available property. Returns ``True`` if the current image is available for export.... m_image_count = None def image_saving ( self...' \t On page: \t { layout_collector . get_start_page_index (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Detecting image defects|Documentation

    How to automatically find problem areas in an image that may be recognized inaccurately....typically appear on curved pages. Low recognition accuracy Text...of the page that often appear when photographing pages of books...

    docs.aspose.com/ocr/cpp/detecting-image-defects/
  6. Convert PDF to Image Formats in Python|Aspose.P...

    Explore how to convert PDF Pages into images such as PNG, JPEG, or TIFF using Aspose.PDF in Python via .NET....ImageDevice - for a particular page. Convert PDF using DocumentDevice...makes a possible to convert PDF Pages to TIFF images. The TiffDevice...

    docs.aspose.com/pdf/python-net/convert-pdf-to-i...
  7. Grouped answer sheet with question skipping|Doc...

    OMR ready grouped answer sheet with question skipping...skipping Contents [ Hide ] Single-page OMR ready answer sheet for any...height=200 ?container=header columns_count=1 ?block=text column=1 ?content=Aspose...

    docs.aspose.com/omr/net/showcases/exam/grouped/
  8. 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/
  9. 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...
  10. 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...