Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 10,801 for

page count

(0.38 sec)
  1. PDF rendering with Chinese fonts extremely slow...

    Hello, I’m enCountering a performance issue when rendering a PDF using the Aspose.PDF library. When the document contains Chinese Simplified (zh-CN) or Chinese Traditional (zh-TW) text, I set: pdfDocument.OptimizeResou…...Pages.Count; pageNumber++) { var page = pdfDocument...pdfDocument.Pages[pageNumber]; page.AddStamp(_logoImageStamp); page.Ad...

    forum.aspose.com/t/pdf-rendering-with-chinese-f...
  2. Classic alumni questionnaire with free-form ans...

    Simple OMR ready alumni questionnaire template with free-form answers....container=instructions columns_count=2 ?block= column=2 border=rounded...height=50 ?container=2-3 columns_count=2 ?block= column=1 border=none...

    docs.aspose.com/omr/net/showcases/alumni/classic/
  3. Converting a XPS file to JPEG using Python | As...

    Sample code on Python for XPS to JPEG conversion. Use example code for batch XPS to JPEG conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...be used to process the PDF pages and generate JPEG images. Set...

    products.aspose.com/pdf/python-net/conversion/x...
  4. Converting a XPS file to PNG using Python | Asp...

    Sample code on Python for XPS to PNG conversion. Use example code for batch XPS to PNG conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...be used to process the PDF pages and generate PNG images. Set...

    products.aspose.com/pdf/python-net/conversion/x...
  5. Aspose::Words::HeaderFooter class | Aspose.Word...

    Aspose::Words::HeaderFooter class. Represents a container for the header or footer text of a section. To learn more, visit the documentation article in C++.... get_Count () Gets the number of immediate...will appear at the top of every page of this section, above the main...

    reference.aspose.com/words/cpp/aspose.words/hea...
  6. 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...
  7. Working With Comments in Jython|Aspose.Words fo...

    Working with comments using Jython.... COMMENT , True ) comments_count = comments . getCount () # Look...authorName author. i = comments_count i = i - 1 while i >= 0 : comment...

    docs.aspose.com/words/java/working-with-comment...
  8. 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...
  9. Dúvida sobre compatibilidade do Aspose.OCR com ...

    Estamos usando a biblioteca Aspose.OCR no nosso ambiente de produção, que roda em contêineres Docker com Linux e .NET 8. Ao tentar fazer o reconhecimento de um PDF, esbarramos no erro System.PlatformNotSupportedExceptio…...Pages.Count; OcrProgressoReporter ocrProgressoReporter...i <= documento.Pages.Count; i++) { using (Page paginaAtual = documento...

    forum.aspose.com/t/duvida-sobre-compatibilidade...
  10. 使用 C++ 将表格添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for C++,使用 C++ 示例代码,以编程方式在 PDF 文件中添加表格...for ( int row_count = 1 ; row_count < 10 ; row_count ++ ) { // Add...( u "Column ({0}, 1)" , row_count )); row -> get_Cells () -> Add...

    products.aspose.com/pdf/zh-hant/cpp/table/add/