Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 48,861 for

release

(0.08 sec)
  1. How to create OMR template file (.omr) using ex...

    Hi @nikita.korobeynikov, I am going to call TemplateProcessor.recognizeImage() method to process scanned image. It takes String as file path but I get the image from BufferedImage in the memory. In this case, can you please advise how to invoke method? In additon, is there any reference for API documenation? Here is the snippet for your understanding. // render the PDF page to an image with 100 DPI JPG format BufferedImage image = renderer.renderImageWithDPI(i, 100, ImageType.RGB); // Pro......the next week as a new Java release. Regarding missing questions...included in the next Java release, including BufferedImage support...

    forum.aspose.com/t/how-to-create-omr-template-f...
  2. Problem Accessing Graphs in Attached Excel File...

    Hi Team, I am unable to load all the graphs available in the attached Excel (.xlsx) file. Please refer to the file and assist. I attached the xlsx file and gif . graphs_loading_issues.gif (3.2 MB) graphs_loading_issu…...used version and the official release version. If you need to test...will test based on official released version. peter.zhou October...

    forum.aspose.com/t/problem-accessing-graphs-in-...
  3. Installation|Documentation

    Learn about Installation of C# Finance Library API using NuGet and Package Manager GUI or Console....to install the latest full release into your application. Alternatively...to specify that the latest release including hotfixes is to be...

    docs.aspose.com/finance/net/installation/
  4. Workbook hangs on calculateformula and RefreshD...

    PFA workbook (9.6 MB) Sample code: var workbook = new Aspose.Cells.Workbook(@"Slow Calc.xlsx"); var options = new CalculationOptions { CustomEngine = null, IgnoreError =…...upcoming release (Aspose.Cells v25.6) that we plan to release in the...

    forum.aspose.com/t/workbook-hangs-on-calculatef...
  5. Wrong retrieving of the isAlignmentApplied() fl...

    Hi, we’re experiencing an unexpected behavior when working with a custom cell style. Specifically, after setting the Right alignment on the custom style and then unchecking the “Alignment” checkbox from the custom styl…...upcoming release (Aspose.Cells v25.7) that we plan to release in the...

    forum.aspose.com/t/wrong-retrieving-of-the-isal...
  6. Comparing reports to PDF in .Net Core - Free Su...

    Dear Sir or Madam, We have recently moved our project to .Net Core and one our client complained about the discrepancy in outputting to PDF the results of compare two files containing the comments. Please find two PDFs …...Inspect recent commits or release notes for changes to this API’s...Inspect recent commits or release notes for changes to this API’s...

    forum.aspose.com/t/comparing-reports-to-pdf-in-...
  7. XLSB to XLSM Conversion Issue When Target File ...

    :page_facing_up: Description I’m encountering a deviation in behavior when converting an .xlsb file to .xlsm using Aspose.Cells for .NET v25.8.0. The attached file Template-Single-Quote-Issue-Link.xlsb contains a Pivot …...resolved in a more recent release. Review the Conversion Code...be incorporated in our next release (Aspose.Cells v25.9), which...

    forum.aspose.com/t/xlsb-to-xlsm-conversion-issu...
  8. Excel to HTML content has some orphan </style> ...

    Hello team. We are actively evaluating upgrade from current Cells library 24.10 to a newer version (25.12) and noticed the following issue: In some cases the generated HTML contains an ‘orphan’ style tag at the end (ri…...upcoming release (Aspose.Cells v26.2) that we plan to release in the...notified when the next version is released. The result after applying...

    forum.aspose.com/t/excel-to-html-content-has-so...
  9. Change in behavior of Cells#insertColumns start...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook workbook = new Workbook("input.xlsx"); Worksheet worksheet = workbook.getWorksheets().get("IT Projections"); Cells cells = worksheet.getCells(); cel…...upcoming release (Aspose.Cells v25.10) that we plan to release in the...

    forum.aspose.com/t/change-in-behavior-of-cells-...
  10. Hello, world!|Documentation

    Get started with Aspose.OCR for C++ by creating and running a bare minimum example....wstring ( buffer ) << endl ; Release the resources asposeocr_free_result...wstring ( buffer ) << endl ; // Release the resources asposeocr_free_result...

    docs.aspose.com/ocr/cpp/hello-world/