Sort Score
Result 10 results
Languages All
Labels All
Results 1,481 - 1,490 of 10,172 for

page count

(0.07 sec)
  1. Convert PDF to Other Document Formats|Aspose.Wo...

    Convert PDF to Word formats such as DOCX, DOC, image formats such as JPG or PNG, or any other formats supported by Aspose using `Python.Words`....example, you can use the page_count and page_index properties to define...define the page range to be loaded from a PDF document, and the...

    docs.aspose.com/words/python-net/convert-pdf-to...
  2. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....Word, the changes we apply count as revisions. // When editing...Word, the changes we apply count as revisions. // When editing...

    reference.aspose.com/words/java/com.aspose.word...
  3. Paragraph Class | Aspose.Words for .NET

    Discover the Aspose.Words.Paragraph class to effortlessly manage and format text paragraphs, enhancing your document processing capabilities.... Count { get; } Gets the number of...AppendChild ( section ); // Set some page setup properties for the section...

    reference.aspose.com/words/net/aspose.words/par...
  4. 使用 C# 在 PDF 中创建或添加表格|Aspose.PDF for .NET

    Aspose.PDF for .NET 是一个用于创建、读取和编辑 PDF 表格的库。请查看本主题中的其他高级功能。...for ( int row_count = 1 ; row_count < 10 ; row_count ++) { // Add...Cells . Add ( "Column (" + row_count + ", 1)" ); row . Cells . Add...

    docs.aspose.com/pdf/zh/net/add-table-in-existin...
  5. How can i extract the Table with a special tags...

    So i am trying to extract a table out of my single Paged OCR PDF which has a Table and some other paragraphs with Aspose OCR and Aspose PDF Below is one code sample [HttpPost("read-pdf-aspose")] public async Ta…...extract a table out of my single paged OCR PDF which has a Table and...StringBuilder(); // Process each page for (int pageIndex = 1; pageIndex...

    forum.aspose.com/t/how-can-i-extract-the-table-...
  6. Convert PDF to Images formats|Aspose.PDF for C++

    Learn how to convert PDF Pages into various image formats such as PNG, JPEG, or TIFF using Aspose.PDF in C++....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/cpp/convert-pdf-to-images-f...
  7. How to change an inheritUserPop? - Free Support...

    Hi, i have an existing VSDX document. In Visio in the shapesheet data i can see six User-defined Cells of a shape. The values of four of these User-defined Cells are displayed in black font and the other two in blue fon…...the page by name Page page = diagram.Pages.GetPage("Page-3");...on the page foreach (Aspose.Diagram.Shape shape in page.Shapes)...

    forum.aspose.com/t/how-to-change-an-inherituser...
  8. ParagraphFormat | Aspose.Words for Java

    Represents all the formatting for a paragraph in Java....appendChild(section); // Set some page setup properties for the section...setSectionStart(SectionStart.NEW_PAGE); section.getPageSetup().se...

    reference.aspose.com/words/java/com.aspose.word...
  9. Remove Breaks in Jython|Aspose.Words for Java

    Remove Breaks using Jython....Words - Remove Breaks To Remove Page and Section Breaks using Aspose..."TestRemoveBreaks.doc" ) # Remove the page and section breaks from the...

    docs.aspose.com/words/java/remove-breaks-in-jyt...
  10. How to Format Numbers to Scientific Notation|Do...

    This article will introduce how to format numbers to scientific notation using Aspose.Cells for .NET API....presented, so you don’t have to count zeros to understand the magnitude...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/net/how-to-format-number-...