Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 10,606 for

page count

(0.41 sec)
  1. 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...
  2. Convert WORD To XPS Python

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

    products.aspose.com/words/python-net/conversion...
  3. Convert JPG To WORD Python

    Convert JPG to WORD format in Python code. Save JPG 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...
  4. Convert PDF To XPS Python

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

    products.aspose.com/words/python-net/conversion...
  5. Grouped SAT Exam form|Documentation

    Grouped OMR ready SAT Exam answer sheet....grid=StudentId column=3 sections_count=6 options_count=9 header_type=underline...border=rounded amount=60 columns_count=3 row_proportions=20%-80% b...

    docs.aspose.com/omr/net/showcases/sat/grouped/
  6. Aspose::Words::TextColumnCollection::get_Evenly...

    Aspose::Words::TextColumnCollection::get_EvenlySpaced method. True if text columns are of equal width and evenly spaced in C++....available within the margins of the page. column = columns -> idx_get...Aspose::Words::TextColumnCollection::get_Count method Aspose::Words::TextC...

    reference.aspose.com/words/cpp/aspose.words/tex...
  7. Convert PDF to Xps creates bloated file - Free ...

    I converted the attached 10 Page 10mb pdf file to xps and created a massive bloated 71mb .xps file using the following code: Is there a better way? help! MemoryStream inStreamPdf = new MemoryStream(inDocument); …...I converted the attached 10 page 10mb pdf file to xps and created...pageCountDocument = pdfDoc.Pages.Count.ToString(); pdfDoc.Save(outStreamPdf...

    forum.aspose.com/t/convert-pdf-to-xps-creates-b...
  8. Untangle Row Bookmarks in Ruby|Aspose.Words for...

    Untangle row bookmarks using Ruby.... getBookmarks () bookmarks_count = bookmarks . getCount () i...i = 0 while i < bookmarks_count do bookmark = bookmarks . get...

    docs.aspose.com/words/java/untangle-row-bookmar...
  9. FieldSection | Aspose.Words for Java

    Implements the SECTION field in Java....SECTIONPAGES fields to number pages by sections. Document doc =..."); // A PAGE field displays the number of the page it is in...

    reference.aspose.com/words/java/com.aspose.word...
  10. CellCollection | Aspose.Words for Java

    Provides typed access to a collection of Cell nodes in Java.... int count = getChildTableCount(table);...directly within its cells", i, count)); // Find out if the table...

    reference.aspose.com/words/java/com.aspose.word...