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

page count

(0.05 sec)
  1. Convert WORD To PDF Python

    Convert a Word document to PDF format in Python code. Save a Word document 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...
  2. Manipulating TIFF Images|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Export Multi Page frames to different Image format...Sometimes you need to export Multi-page TIFF frames to some other image...

    docs.aspose.com/imaging/java/manipulating-tiff-...
  3. NumberStyle Enum | Aspose.Words for .NET

    Discover the Aspose.Words.NumberStyle enum to customize footnotes and endnotes Page numbers, enhancing your document formatting effortlessly....list, footnotes and endnotes, page numbers. public enum NumberStyle...Ideograph-digital KanjiDigit 11 Japanese counting AiueoHalfWidth 12 Aiueo IrohaHalfWidth...

    reference.aspose.com/words/net/aspose.words/num...
  4. 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...
  5. StructuredDocumentTagRangeEnd | Aspose.Words fo...

    Represents an end of ranged structured document tag which accepts multi-sections content 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...
  6. NumberStyle enumeration | Aspose.Words for Python

    aspose.words.NumberStyle enumeration. Specifies the number style for a list, footnotes and endnotes, Page numbers....list, footnotes and endnotes, page numbers. Members Name Description...Ideograph-digital KANJI_DIGIT Japanese counting AIUEO_HALF_WIDTH Aiueo IROHA_HALF_WIDTH...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 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...
  8. PageSetup.left_margin property | Aspose.Words f...

    PageSetup.left_margin property. Returns or sets the distance (in points) between the left edge of the Page and the left boundary of the body text....between the left edge of the page and the left boundary of the...DocumentBuilder ( doc = doc ) builder . page_setup . paper_size = aw . PaperSize...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 类型1字体的字形和指标| C ++

    C ++ API用于开发人员操纵和字体文件。了解有关如何使用C ++中类型字体的字形和指标工作的基本原理。...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/font/zh/cpp/glyphs-and-metrics-...
  10. Several PDF Into TIFF Python

    Merge multiple PDF into TIFF in Python code. Save PDF as TIFF 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-...