Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 10,496 for

page count

(0.11 sec)
  1. 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...
  2. Defect detection|Documentation

    How to automatically find problem areas in an image that may be recognized inaccurately....typically appear on curved pages. Low recognition accuracy Text...string Image path. Page int Page number of multi-page images. defectAreas...

    docs.aspose.com/ocr/net/defect-detection/
  3. 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...
  4. 用 C# 将 MHTML 转换为图像 – 将 MHTML 转换为 JPG、PNG、BMP、GI...

    使用 Aspose.HTML for .NET 将 MHTML 转换为图像,并在 C# 示例中考虑所支持的 MHTML 到图像的转换方案。...Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/zh/net/convert-mhtml-to-im...
  5. Working with Styles in C++|Aspose.Words for C++

    Enhanced Microsoft Word formatting features, working with styles and themes using C++....useful to identify, list and count paragraphs and runs of text...used between each entry and the page number. By default, this is...

    docs.aspose.com/words/cpp/working-with-styles-a...
  6. 使用 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...
  7. How to Control Workbook View with JavaScript vi...

    Learn how to control the Workbook View through the Aspose.Cells for JavaScript via C++ API....adjust the display of Excel pages, you need to know how to control...get ( "B1" ); cell . value = "Count" ; cell = cells . get ( "C1"...

    docs.aspose.com/cells/javascript-cpp/how-to-con...
  8. Issue with ODS to PDF Conversion – Text and Sha...

    Dear Aspose Support, I am enCountering an issue while converting ODS (OpenOffice / LibreOffice Calc) files to PDF using Aspose.Cells version 25.9.0. The problem seems to be intermittent — sometimes the text is visible i…...OnePagePerSheet = false; // Keep natural page breaks pdfSaveOptions.AllColumnsInOnePageP...(Worksheet ws in wb.Worksheets) { // Page setup ws.PageSetup.Orientation...

    forum.aspose.com/t/issue-with-ods-to-pdf-conver...
  9. Issue: Unable to capture clipboard paste text -...

    Hi Team, We are using Aspose.Cells.GridJs version 24.2.0.0 in our web application. We want to capture clipboard text, especially when users copy multiple cells from an external Excel file and paste them into the GridJs…...label that displays values like count, average, min, and max. How...label that displays values like count, average, min, and max You can...

    forum.aspose.com/t/issue-unable-to-capture-clip...
  10. Key Not found Exception - Free Support Forum - ...

    System.Collections.Generic.KeyNotFoundException: The given key ‘00000000-0000-0000-0000-000000000000, 0’ was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at .() at .() …...pdfDocuments = new List(); IList pages = document.GetChildNodes();...GetChildNodes(); for (int i = 0; i < pages.Count(); i++) { PdfSaveOptions opts...

    forum.aspose.com/t/key-not-found-exception/293338