Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 10,137 for

page count

(0.18 sec)
  1. Evaluating aspose.ocr issue - Free Support Foru...

    I am evaluating Apso.ocr. I need to take a flattened pdf file and process a Page with grids on it and turn that image of a grid into actual grids. I need to do this across may files and may structures. The code In hav…...flattened pdf file and process a page with grids on it and turn that...pdf file attacthed is a one page file with some grids on it....

    forum.aspose.com/t/evaluating-aspose-ocr-issue/...
  2. Python Split DOCX

    Split DOCX files into e Pages using Python code. Save DOCX as separate files using Python....integrate the extracted DOCX pages with other data and, as a result...files into parts and extract pages according to the specified mode...

    products.aspose.com/words/python-net/split/docx/
  3. Python Split TXT

    Split TXT files into e Pages using Python code. Save TXT as separate files using Python....integrate the extracted TXT pages with other data and, as a result...files into parts and extract pages according to the specified mode...

    products.aspose.com/words/python-net/split/txt/
  4. Issue with Converting PDF to Black and White fo...

    Problem Description: I am using Aspose.PDF for .NET (Version 21.6.0) to convert PDFs to black and white (grayscale) pdfs. The conversion works fine for smaller PDFs, but when the input PDF has more than 20 Pages, the pr…...and White for Large PDFs (>20 Pages) Using Aspose.PDF 21.6.0 Aspose...input PDF has more than 20 pages, the process fails to complete...

    forum.aspose.com/t/issue-with-converting-pdf-to...
  5. PDF to PNG Merge using Python | Aspose.PDF

    Combine two or more PDF documents into one PNG single file programmatically with Python sample code using Aspose.PDF for Python for .NET...Library on the Documentation pages. To verify the benefits of the...Iterate over each page in the document. For each page, create an intermediate...

    products.aspose.com/pdf/python-net/merger/pdf-t...
  6. Convert TEXT To JPG Python

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

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

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

    products.aspose.com/words/python-net/conversion...
  8. Convert HTML To Image Python

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

    products.aspose.com/words/python-net/conversion...
  9. Convert WORD To TIFF Python

    Convert a Word document to TIFF format in Python code. Save a Word document 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" ,...

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

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

    products.aspose.com/words/python-net/conversion...