Sort Score
Result 10 results
Languages All
Labels All
Results 2,201 - 2,210 of 10,606 for

page count

(0.37 sec)
  1. Box-and-Whisker Chart Gets Squished When Conver...

    Hi Team, I have a PPTX (attached) with 1 slide. Slide has a Chart of “Box and Whisker” type. When I try to get image of the slide, I see that the chart gets squished to right side. The code I used: using Aspose.Slides…...Count); // Create output directory...0; i < presentation.Slides.Count; i++) { ISlide slide = presentation...

    forum.aspose.com/t/box-and-whisker-chart-gets-s...
  2. Get Watermark text from pdf - Free Support Foru...

    Hi, I’m tiring to get watermark text from pdf. The document is watermarked with the following code: var document = new Aspose.Pdf.Document(filename); var wmFontSize = ws.FontSize; var wmText = ws.Text; var lines = wm…...GetColor(); foreach (var page in document.Pages) { page.AddStamp(stamp);...var aftifact = pdfDocument.Pages[1].PageInfo; foreach (var artifact...

    forum.aspose.com/t/get-watermark-text-from-pdf/...
  3. Aspose.OCR Performance Issue with Large PDF Fil...

    We are enCountering a significant performance issue with the Aspose.OCR library (Version 25.4.0) while processing large PDF files in our Windows Service. The service is designed to sequentially pick documents one by one …...Count > 0) { foreach (var page in result) { extractedText...extractedText.Append(page.RecognitionText); } } else { throw new...

    forum.aspose.com/t/aspose-ocr-performance-issue...
  4. Table | Aspose.Words for Java

    Represents a table in a Word document 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...
  5. Customer satisfaction survey|Documentation

    OMR ready customer satisfaction survey...container=description columns_count=1 ?block= column=1 ?content=Thank...height=50 ?container= columns_count=1 ?block= column=1 ?content=If...

    docs.aspose.com/omr/net/showcases/satisfaction/...
  6. Some chinese character show as square when conv...

    Hi, some chinese character show as square when using last aspose pdf for .net to convert pdf to jpeg. the code is below : // Open document Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document("input.pdf"…...Pages.Count; pageCount++) { using (FileStream...100); // Convert a particular page and save the image to stream...

    forum.aspose.com/t/some-chinese-character-show-...
  7. Edit and Modify Markdown in C# – Aspose.HTML Tu...

    Edit and modify existing Markdown files in C# with Aspose.HTML for .NET - change headings, update paragraphs, remove list items, and manipulate the Markdown AST....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/html/net/edit-markdown/
  8. ParagraphCollection | Aspose.Words for Java

    Provides typed access to a collection of Paragraph nodes in Java.... int count = getChildTableCount(table);...directly within its cells", i, count)); // Find out if the table...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose.PSD for Python via .NET 24.3 - Release N...

    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....Notes Contents [ Hide ] This page contains release notes for Aspose...psdOptions16 . channel_bits_count = 16 psdImage8 . save ( outputFile...

    docs.aspose.com/psd/net/aspose-psd-for-python-v...
  10. Detecting Empty Worksheets|Documentation

    This article shows you code explaining how to detect empty worksheets of Excel workbooks programmatically using C# API with .NET library....Count property. Any positive value...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/net/detecting-empty-works...