Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 10,803 for

page count

(0.18 sec)
  1. Section.prependContent method | Aspose.Words fo...

    Section.prependContent method. Inserts a copy of content of the source section at the beginning of this section....the source section is copied, page setup, headers and footers are... expect ( doc . sections . count ). toEqual ( 3 ); expect ( section...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. How to Split Pages in Word using Python

    This crisp tutorial describes how to split Pages in Word using Python. It provides introduction to all the necessary resources, steps and runnable sample code to extract Pages from Word using Python....Page Product Family Aspose.PSD Product...Product Family How to Split Pages in Word using Python This short...

    kb.aspose.com/words/python/how-to-split-pages-i...
  3. Three methods for filtering Chart Data with Nod...

    Learn how to filter charts in Excel using Aspose.Cells for Node.js via C++. Our comprehensive guide will demonstrate how to apply filters to charts, customize chart elements, and use data analysis tools for better insights and informed decision making.... log ( "Filtered Series count: " + nSeriesFiltered . getCount...console . log ( "Visible Series count: " + nSeries . getCount ());...

    docs.aspose.com/cells/nodejs-cpp/filtering-char...
  4. PdfLoadOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.PdfLoadOptions for enhanced PDF loading. Customize your document conversions with flexible options for optimal results....Gets or sets the number of pages to read. Default is MaxValue...MaxValue which means all pages of the document will be read. PageIndex...

    reference.aspose.com/words/net/aspose.words.loa...
  5. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file in Python Aspose.PDF for Python via C++ library. You can open existing PDF, document from stream, and encrypted PDF document....pdf" ) count = document . pages . count () print ( "Pages: " +...+ str ( count )) Open encrypted PDF document import AsposePDFPythonWrapp...

    docs.aspose.com/pdf/python-cpp/open-pdf-document/
  6. InlineStory.Tables | Aspose.Words for .NET

    Discover InlineStory Tables. Access a collection of story tables that enhance your data organization and storytelling capabilities. Explore now!...it appear at the referencing page's footer. Assert . That ( footnote...footnote . Tables . Count , Is . EqualTo ( 0 )); footnote . AppendChild...

    reference.aspose.com/words/net/aspose.words/inl...
  7. InlineStory.LastParagraph | Aspose.Words for .NET

    Discover the InlineStory LastParagraph property to effortlessly access the final paragraph of your story, enhancing your content management experience....it appear at the referencing page's footer. Assert . That ( footnote...footnote . Tables . Count , Is . EqualTo ( 0 )); footnote . AppendChild...

    reference.aspose.com/words/net/aspose.words/inl...
  8. 使用 C++ 查看 MHT 文件 | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式打开和查看 MHT 文档... Pages . Count ; pageCount ++) { using...)) { // Convert a particular page and save the image to stream...

    products.aspose.com/pdf/zh-hans/cpp/viewer/mht/
  9. Get areas with text coordinates via C# | Aspose

    Automatically find the coordinates of image regions containing text paragraphs....image on the page. When working with single-page images, this...always 0. Page int Page number. When working with single-page images...

    products.aspose.com/ocr/net/recognition/get-tex...
  10. Using Aspose.PDF for .NET with Python|Aspose.PD...

    In this tutorial, you will explore the different ways of creating and modifying PDF files in Python....explanation, please follow to this page class HelloWorld ( object ):...Document () # Add page page = document . Pages . Add () # Add text...

    docs.aspose.com/pdf/net/python-net/