Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 15,766 for

services

(0.15 sec)
  1. SVG Picture Is Not Rendered Correctly When Conv...

    Hi, When converting a PPTX document to PDF, an SVG logo is not rendered correctly. Aspose.Slides version used: 25.12 Code used: Presentation pres = new Presentation(options.SourcePath); pres.Save(options.DestinationP…...You can obtain Paid Support Services if you need support on a priority...

    forum.aspose.com/t/svg-picture-is-not-rendered-...
  2. Segmentation Faults back with Aspose.cells when...

    Hello, I’ve reported a similar issue before that was mainly fixed: Aspose.Cells Segmentation Fault when saving to HTML However, once again, on Aspose.cells via C++ bindings on latest 25.7.0, I still get segmentation fa…...You can obtain Paid Support Services if you need support on a priority...

    forum.aspose.com/t/segmentation-faults-back-wit...
  3. Workbook.CalculateFormula is very time consumin...

    Workbook wb = new Workbook(@“Test.xlsx”); Stopwatch sw = Stopwatch.StartNew(); wb.CalculateFormula(); Console.WriteLine($“{sw.ElapsedMilliseconds}ms”); It will take about 1 minite to calculate formula. Test.7z (556.…...You can obtain Paid Support Services if you need support on a priority...

    forum.aspose.com/t/workbook-calculateformula-is...
  4. Converting ODP to HTML in C# Produces an Empty ...

    Hello. While using Aspose.Slides.NET6.CrossPlatform Version=“25.11.0” (so this reproduces in latest version as well) We have an .odp file with 2 texts, each one in a span inside another span in content.xml . sample.7…...You can obtain Paid Support Services if you need support on a priority...

    forum.aspose.com/t/converting-odp-to-html-in-c-...
  5. Embedded doc images distorted when converting t...

    Hello, After a version upgrade from 25.1 to 25.8, our team found embedded images are distorted when we convert the attached doc file to pdf. Using version 25.3 images are rendered correctly, but from version 25.4+ imag…...You can obtain Paid Support Services if you need support on a priority...

    forum.aspose.com/t/embedded-doc-images-distorte...
  6. Behavior Change in Workbook.CalculateFormula(tr...

    After upgrading Aspose Cells from version 17.12 to 25.5, we encountered an issue: In version 17.12, calling workbook.CalculateFormula(true), correctly calculated the formula and stored the resulting value in cell N23, b…...You can obtain Paid Support Services if you need support on a priority...

    forum.aspose.com/t/behavior-change-in-workbook-...
  7. Aspose is unable to convert html to pdf - Free ...

    Please find attached zip file. The zip file contains the code POC and the HTML file. We are trying to convert given html to PDF using following code. But when the code reaches to Converter.ConvertHTML it gets stuck there…...You can obtain Paid Support Services if you need support on a priority...

    forum.aspose.com/t/aspose-is-unable-to-convert-...
  8. Aspose.Cells - Incorrect html is saved - Free S...

    I need to save certain range of cells as html. I use Workbook.Save xlsx file as html: workbook.Save(fs, htmlOptions); Save as HTML method does not work. 25.3.0 - Works correctly 25.4.0 - Does not work var input = @"…...You can obtain Paid Support Services if you need support on a priority...

    forum.aspose.com/t/aspose-cells-incorrect-html-...
  9. Image looks slightly different than in Excel af...

    Hi, we use following code to render an image in Excel to png: Workbook wb = new Workbook(“Example2.xlsx”); Worksheet excelWorksheet = wb.Worksheets[“Example 2”]; string rangeName = “BIPLI_Example2”; CellsHelper.DPI …...You can obtain Paid Support Services if you need support on a priority...

    forum.aspose.com/t/image-looks-slightly-differe...
  10. Handling Exceptions with Aspose.Tasks for C++ |...

    A comprehensive guide on using Aspose.Tasks to handle exceptions while working with Microsoft Project files....Resources by Name Reporting Services Subscribe to Aspose Product...

    docs.aspose.com/tasks/cpp/handling-exceptions/