Sort Score
Result 10 results
Languages All
Labels All
Results 5,301 - 5,310 of 31,420 for

test

(0.14 sec)
  1. Incorrect rendering when converting chart to im...

    Hi Aspose team, I’ve run into an issue when converting a chart to EMF image. The rendered output is different from the excel chart itself. Here’s the code I used to generate my Test outputs: string dir = @"C:\Users\";…...the code I used to generate my test outputs: string dir = @"C:\Users\";...TemplateWB = new Workbook(dir + @"Test_09052025\Chart_Template.xlsm"))...

    forum.aspose.com/t/incorrect-rendering-when-con...
  2. PPT Waterfall Chart: Data Labels Not Showing Co...

    Hi Team, We are encountering the following issues with Waterfall charts in PowerPoint: When “Linked to Source” is enabled for data labels, the labels are not displayed in compact format. However, for other chart types…...String[] categories = {"Start Test", "Q1 Growth", "Q2 Loss", "Q3...

    forum.aspose.com/t/ppt-waterfall-chart-data-lab...
  3. Replace Checkboxes and Radio Buttons with Text ...

    Hello, I recently purchased the Aspose.Words product to convert PDF files to RTF documents. My PDF files contain checkboxes and radio buttons, and I would like the RTF output to reflect the same design but without using…...rtf"); Next Steps Test the code with your PDF documents...

    forum.aspose.com/t/replace-checkboxes-and-radio...
  4. .docx to .html table formatting error - Free Su...

    Hi, When converting a .docx file to a.html file using Aspose.Words, I noticed a formatting issue when my EMF table is converted see screenshot attached. I had the same error with pdf conversion which as solved with …...htmlSaveOptions; } Additional Suggestions: Test with Simpler File : Create a...

    forum.aspose.com/t/docx-to-html-table-formattin...
  5. Doc 文档解析公式带根号报错 - Free Support Forum - aspose.com

    Code: List<DocReadFilePro> docReadFilesPros = new ArrayList(); WordPropsUtil.setProperty(ParamKeys.WORD_IMAGE_RESOLUTION, wordImageResolution); HtmlSaveOptions htmlSaveOptions = HtmlSaveOptionsBuilder.build(documentWra…...removing complex elements and test again. If you continue to face...

    forum.aspose.com/t/doc/314783
  6. Aspose OCR is not extracting text from pdf whic...

    Aspose OCR is not extracting text from pdf which is not searchable , from a multipge or single pdf only extraction is done for top few lines and the remaining is still image only, even though i have Aspose Total License…... We will test the scenario in our environment...

    forum.aspose.com/t/aspose-ocr-is-not-extracting...
  7. Prevent table header rows from repeating in lar...

    Hello, I am attempting to stop long HTML tables from repeating headers if the spill to many pages. This is successful for both HTML and PDF output, as with the code below. However, when the document is very big (700+ …...format with us so that we can test the scenario in our environment...output documents here for testing? We will check the issue and...

    forum.aspose.com/t/prevent-table-header-rows-fr...
  8. How to change RectangularCallout shape's tip - ...

    In below sample code i want to change a tip for RectangularCallout but it is not working how to change a tip point for this shape Shape polygonShape = worksheet.Shapes.AddAutoShape(AutoShapeType.RectangularCallout, 0, …... Test the adjustments to see if they...

    forum.aspose.com/t/how-to-change-rectangularcal...
  9. I want to fetch the color of the hatch in dwg f...

    foreach (var entity in _cadImage.Entities) { var n = entity.LayerName; var l = _cadImage.Layers.GetLayer(n); { if (entity is CadHatch hatch) { Console.WriteLine("Polyline color ID is {0}, layer's name is {1…...you can attach the file with test Hatch entity here so we could...

    forum.aspose.com/t/i-want-to-fetch-the-color-of...
  10. Arithmetic operations resulted in an overflow -...

    I’ve seen similar topics here before, but not with a public answer (at least that I’ve noticed.) I get the error in the subject line when attempting to convert an AVIF image to JPEG (or PNG). I’m using the code almost s…...Save(tmpJPGPath, exportOptions); } Test with Other AVIF Files : If possible...

    forum.aspose.com/t/arithmetic-operations-result...