Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 10,490 for

page count

(0.58 sec)
  1. ComparisonMode.IGNORE_SPACES Throws NullReferen...

    Issue 1: SideBySidePdfComparer.compare()consistently throws aNullReferenceExceptionwhenComparisonMode.IGNORE_SPACESis used on cetain PDF Pages (~85–110 KB per Page). The exact same files compare successfully withCompari…...used on cetain PDF pages (~85–110 KB per page). The exact same...This forces us to compare every page twice (once failed attempt +...

    forum.aspose.com/t/comparisonmode-ignore-spaces...
  2. Create Union Range|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....Assistant Close Get Address Cell Count Offset Entire Column and Entire...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/create-union-range/
  3. Merge or Unmerge Range of Cells|Documentation

    Merge and Unmerge Cells in a Range in Excel with C# code....in a Range Get Address, Cell Count, Offset, Entire Column, and...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/net/merge-or-unmerge-rang...
  4. Merge or Unmerge Range of Cells|Documentation

    This article describes how to merge and unmerge cells in a range in Excel with Aspose.Cells for Python via .NET library....in a Range Get Address Cell Count Offset Entire Column and Entire...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/python-net/merge-or-unmer...
  5. Cut and Paste Cells|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....Copying and Moving Worksheets Count the number of cells in the Worksheet...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/python-java/cut-and-paste...
  6. SectionCollection class | Aspose.Words for Python

    aspose.words.SectionCollection class. A collection of [Section](../section/) objects in the document...section starts on a new page or on the same page. Programmatically...Properties Name Description count Gets the number of nodes in...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Convert MBOX to HTML via C# | products.aspose.com

    Sample code for MBOX to HTML C# conversion. Use API example code for batch MBOX files to HTML conversion within VB.NET, Asp.NET or any .NET based application....html files int count = 1 ; foreach ( var eml in mbox...Combine(outputDirectory, $"Message{count}.html" ); var htmlSaveOptions...

    products.aspose.com/email/net/conversion/mbox-t...
  8. Convert MBOX to OFT via C# | products.aspose.com

    Sample code for MBOX to OFT C# conversion. Use API example code for batch MBOX files to OFT conversion within VB.NET, Asp.NET or any .NET based application....oft files int count = 1 ; foreach ( var eml in mbox...Combine(outputDirectory, $"Message{count}.oft" ); eml.Save(oftFilePath...

    products.aspose.com/email/net/conversion/mbox-t...
  9. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int Page = 0; Page < document.PageCount; Page++) { Document extractedPage = document.ExtractPages(Page, 1); // startindex and Count string …...for (int page = 0; page < document.PageCount; page++) { Document...ExtractPages(page, 1); // startindex and count string text =...

    forum.aspose.com/t/document-extractpages-yields...
  10. Convert PST to XPS via C# | products.aspose.com

    Sample code for PST to XPS C# conversion. Use API example code for batch PST files to XPS conversion within VB.NET, Asp.NET or any .NET based application....xps files int count = 1 ; foreach ( var msg in inboxFolder...MessageFormattingFla.MailInfo; // Set page layout for printing printer...

    products.aspose.com/email/net/conversion/pst-to...