Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 10,904 for

page count

(0.56 sec)
  1. Find and Refresh the Nested or Child Pivot Tabl...

    Learn how to find and refresh nested or child pivot tables of a parent pivot table using Aspose.Cells for C++....the child pivot tables int count = ptChildren . GetLength ();...(); for ( int idx = 0 ; idx < count ; idx ++ ) { // Access the child...

    docs.aspose.com/cells/cpp/find-and-refresh-the-...
  2. Document conversion occurs without any prompts ...

    Today, I enCountered an issue while processing document conversion. A Word file couldn’t be converted, and there was no error message or prompt. After debugging, I found that the problem might be caused by some code with…...document and retrieve its page count . However, there is no direct...or saving document to fixed page formats, however, the most time...

    forum.aspose.com/t/document-conversion-occurs-w...
  3. Merge Files with C++|Documentation

    Learn how to merge Excel files efficiently using Aspose.Cells for C++.... GetWorksheets (); int count = sheets . GetCount (); for...for ( int idx = 0 ; idx < count ; ++ idx ) { Worksheet sheet = sheets...

    docs.aspose.com/cells/cpp/merge-files/
  4. Combine Multiple Worksheets into a Single Works...

    Learn how to combine multiple worksheets into a single worksheet using Aspose.Cells with C++....//Variable to maintain total row count during copy int32_t totalRowCount...sourceRange ); //Update the total row count for the next iteration totalRowCount...

    docs.aspose.com/cells/cpp/combine-multiple-work...
  5. Aspose::Words::Fields::FieldNumChars class | As...

    Aspose::Words::Fields::FieldNumChars class. Implements the NUMCHARS field. To learn more, visit the documentation article in C++....NUMCHARS, NUMWORDS, NUMPAGES and PAGE fields to track the size of...// 1 - Track the character count with a NUMCHARS field: auto...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Extract Images from PDF JavaScript|Aspose.PDF f...

    How to extract a part of the image from PDF using Aspose.PDF for JavaScript toolkit.... format page number), resolution 150 DPI...textContent = "Files(images) count: " + json . filesCount . toString...

    docs.aspose.com/pdf/javascript-cpp/extract-imag...
  7. How to Scale a Worksheet with Python.NET|Docume...

    This article explains how to scale a worksheet using Aspose.Cells for Python.NET....to scale a worksheet: Fit to Page : To ensure that all content...fits on a single page or a specific number of pages when printing...

    docs.aspose.com/cells/python-net/how-to-scale-a...
  8. Convert PST to MHT via C# | products.aspose.com

    Sample code for PST to MHT C# conversion. Use API example code for batch PST files to MHT conversion within VB.NET, Asp.NET or any .NET based application....mht files int count = 1 ; foreach ( var msg in inbox...Combine(outputDirectory, $"Message{count}.mht" ); msg.Save(mhtFilePath...

    products.aspose.com/email/net/conversion/pst-to...
  9. TextColumnCollection class | Aspose.Words for P...

    aspose.words.TextColumnCollection class. A collection of [TextColumn](../textcolumn/) objects that represent all the columns of text in a section of a document...set_count() to set the number of text...them equals page width minus left and right page margins. Indexers...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Replace Text|Aspose.PDF for .NET

    This section explains how to work with Text using PdfContentEditor Class....encountered, and it will also count the number of such replacements...replacements but on a specific page of your document. In the next...

    docs.aspose.com/pdf/net/replace-text-facades/