Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 10,902 for

page count

(0.18 sec)
  1. Find if the Worksheet is Dialog Sheet with C++|...

    Dialog Sheet is an older sheet format. This article provides instructions and sample code for determining programmatically whether an Excel worksheet is a Dialog Sheet using the C++ API....Assistant Close Page Setup Features with C++ Count number of cells...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/cpp/find-if-the-worksheet...
  2. Key Features of Aspose.PDF|Aspose.PDF for C++

    Aspose.PDF for C++ demonstrates its general features. This Page describes the supported PDF versions, and all the manipulations we can do with text, images, annotations, documents, etc....Extract text from pages. Search text from pages. Get text segments...conversion (particular page or all pages). PDF to TIFF conversion...

    docs.aspose.com/pdf/cpp/key-features/
  3. Working with Project Pages | Aspose.Tasks Docum...

    Learn how to calculate the total number of Pages while exporting Microsoft Project (MPP/XML) documents in graphical formats using Aspose.Tasks for C# and/or VBScript....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/tasks/cpp/project-pages/
  4. Convert PST to EMLX via C# | products.aspose.com

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

    products.aspose.com/email/net/conversion/pst-to...
  5. Convert PST to OFT via C# | products.aspose.com

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

    products.aspose.com/email/net/conversion/pst-to...
  6. Convert PST to VCF via C# | products.aspose.com

    Sample code for PST to VCF C# conversion. Use API example code for batch PST files to VCF conversion within VB.NET, Asp.NET or any .NET based application.... Increment the count for each contact saved. System...save them as .vcf files int count = 1 ; foreach ( var msg in contactFolder...

    products.aspose.com/email/net/conversion/pst-to...
  7. Editing a PDF's individual pages|Aspose.PDF for...

    This section explains how to edit PDF's individual Pages using PdfPageEditor class....Editing a PDF's individual pages Contents [ Hide ] Aspose.Pdf...you to manipulate individual pages in a PDF file. This feature...

    docs.aspose.com/pdf/net/editing-a-pdf-s-individ...
  8. 在 Python 中保护 PDF 文件|Aspose.PDF for Python via .NET

    了解如何在 Python 中加密文件、解密受保护的 PDF 并更改密码。... Prints page count if password is correct. """...password ) count = len ( document . pages ) if count > 0 : print...

    docs.aspose.com/pdf/zh/python-net/protect-pdf-f...
  9. How to create Dynamic Rolling Chart with C++|Do...

    Learn how to create a dynamic rolling chart using Aspose.Cells for C++. Our guide will demonstrate how to implement smooth data transitions and rolling averages in your chart for a continuous and updated display....$B$1,COUNT(Sheet1!$B:$B),0,-5,1)" ); //...SetRefersTo ( u "=OFFSET(Sheet1!$A$1,COUNT(Sheet1!$A:$A),0,-5,1)" ); //...

    docs.aspose.com/cells/cpp/create-dynamic-rollin...
  10. PdfViewer 类|Aspose.PDF for Python via .NET

    了解如何在 Aspose.PDF for Python via .NET 中使用 PdfViewer 类来解码所有 PDF 页面、解码特定页面,并检查与查看器相关的 PDF 元数据。...viewer 解码所有 PDF 页面 使用 decode_all_pages() 当您想将 PDF 中的每一页转换为单独的图像时,返...set_license def decode_all_pages ( infile : str , output_dir...

    docs.aspose.com/pdf/zh/python-net/pdfviewer-class/