Sort Score
Result 10 results
Languages All
Labels All
Results 8,481 - 8,490 of 180,833 for

aspose page

(0.61 sec)
  1. Error when extracting images from PDF in multit...

    The code is as follows; this is an asynchronous method annotated with the @Async annotation. // interface @Async("ioTaskExecutor") CompletableFuture<List<BufferedImage>> getPdfImages(String pdfPath); //impl …...supported image type Aspose.PDF Product Family aspose-pdf-java pizhai2...PageCollection pages = document.getPages(); pages.forEach(page -> images...

    forum.aspose.com/t/error-when-extracting-images...
  2. PageInfo.HeightInPoints | Aspose.Words for .NET

    Discover the HeightInPoints property of PageInfo to easily access Page height in points. Enhance your document layout with precise measurements!...property Gets the height of the page in points. public float HeightInPoints...print page size and orientation information for every page in a...

    reference.aspose.com/words/net/aspose.words.ren...
  3. LegendEntry.IsDeleted does not work as expected...

    Hi All, I have a problem when I try to delete legends in a chart. I am using Aspose.Cells 25.9.0 Let me explain the issue! I have a chart with 4 series. 2 are enabled and 2 are disabled: image.png (46.6 KB) Via co…...disabled are enabled just before Aspose.Cells Product Family excel-charts...with Aspose.Cells for .NET. Copyright 2003 - 2025 Aspose Pty Ltd...

    forum.aspose.com/t/legendentry-isdeleted-does-n...
  4. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides the C++ code to insert and delete rows in an Excel worksheet.... Aspose.Cells offers two methods for...DeleteRow methods in a loop. Aspose.Cells works in the same way...

    docs.aspose.com/cells/cpp/insert-or-delete-rows...
  5. How to set point as total with C++|Documentation

    In some Excel charts, for example a Waterfall chart, you may need to set a point as total. This article describes how to use Aspose.Cells with C++ to do it....will use Aspose.Cells to set it up correctly. Use Aspose.Cells to...<iostream> #include "Aspose.Cells.h" using namespace Aspose :: Cells ;...

    docs.aspose.com/cells/cpp/how-to-set-point-as-t...
  6. Specify how to cross string in output HTML usin...

    Learn how to control string overflow in HTML output using Aspose.Cells for C++ with HtmlCrossType....<string> #include "Aspose.Cells.h" using namespace Aspose :: Cells ;...; int main () { Aspose :: Cells :: Startup (); U16String inputFilePath...

    docs.aspose.com/cells/cpp/specify-how-to-cross-...
  7. Tables not found by TableAbsorb - Free Support ...

    The TableAbsorber doesn’t find tables in the Page. I extracted this single Page from my long PDF document. The Page contains some tables. I checked the elements of the PDF and it contains PATH elements and TEXT elements…...Tables not found by TableAbsorb Aspose.PDF Product Family jcolano...tables in the page. I extracted this single page from my long...

    forum.aspose.com/t/tables-not-found-by-tableabs...
  8. Propagate Formula in Table or List Object autom...

    Learn how to propagate formulas in tables or list objects automatically when entering new data using Aspose.Cells for C++....the same functionality with Aspose.Cells, use the ListColumn::GetFormula...<iostream> #include "Aspose.Cells.h" using namespace Aspose :: Cells ;...

    docs.aspose.com/cells/cpp/propagate-formula-in-...
  9. List All Worksheets in a Workbook|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.... Name ; index ++; } } Aspose static void Main ( string []...in a Worksheet in VSTO and Aspose.Cells Merge or UnMerge Cells...

    docs.aspose.com/cells/net/list-all-worksheets-i...
  10. DocumentBuilder.insertImage method | Aspose.Wor...

    Aspose.Words.DocumentBuilder.insertImage method...insertImage(image) insertImage ( image : Aspose . Words . JSImage ) Parameter...height) insertImage ( image : Aspose . Words . JSImage , width :...

    reference.aspose.com/words/nodejs-net/aspose.wo...