Sort Score
Result 10 results
Languages All
Labels All
Results 4,751 - 4,760 of 32,890 for

test

(0.74 sec)
  1. Convert LaTeX to PNG with Aspose.Tex in Python ...

    Learn how to convert LaTeX equations to PNG images using Aspose.Tex for Python via .NET. Follow this step-by-step guide to add rendering in a Flask app....conversion into a Flask route Testing and troubleshooting common...for optimal client behavior. Testing and troubleshooting common...

    blog.aspose.com/tex/how-to-convert-latex-to-png...
  2. Generating Browser-Compatible HTML from Aspose....

    Hi Greetings, I’m currently using Aspose.Words for Java to convert DOCX files into HTML. My use case involves loading the generated HTML into a rich text editor (like TinyMCE or CKEditor), allowing users to edit the co…... Testing in RTEs : Test the generated HTML...on the feedback from these tests. Manual Adjustments : For complex...

    forum.aspose.com/t/generating-browser-compatibl...
  3. HtmlLoadOptions.PageInfo.AnyMargin does not wor...

    When I render PDF from HTML, PageInfo.AnyMargin does not seem to have any effect. This it the code I’m using private void CreatePdfDocument() { using var ms = new MemoryStream(Encoding.UTF8.GetBytes(_htmlDocument.H…... public void Test() { SetLicense(); var document...Add(textFragment); document.Save("C:\\temp\\test_output_pdf_margin.pdf"); } asad...

    forum.aspose.com/t/htmlloadoptions-pageinfo-any...
  4. Reading Merged cells - Free Support Forum - asp...

    Hello Team, I’m reading an Excel file row by row using Aspose.Cells Java. If a cell is part of a merged range, I want to get the value from the top-left cell of that range. Is there a built-in API to check if a cell be…... test.zip (6.1 KB) // Load the workbook...workbook = new Workbook(filePath + "test.xlsx"); // Access the first...

    forum.aspose.com/t/reading-merged-cells/311722
  5. Chart Axis Labels Overlap with Legends When Con...

    Hi, When converting a PowerPoint side to PDF using Aspose.slides. We noticed the x-axis labels were not rendered correctly and overlapped with legends. Code: var saveOptions = new PdfOptions { SaveMetafilesAsPng =…...\test.pptx"); convertedDocument.Save(@".\test.pdf", SaveFormat...saveOptions); I’ve attached the test files and a screenshot for your...

    forum.aspose.com/t/chart-axis-labels-overlap-wi...
  6. Check Color Contrast in C# – Check Color Contra...

    Learn about contrast best practices for web accessibility and check color contrast using Aspose.HTML. Make website accessible to read for all users.... The test criteria for color contrast...the guideline , there are such test criteria: 1.4.1 Use of Color...

    docs.aspose.com/html/net/color-contract-accessi...
  7. Merge JIRA to MPP via C# | Microsoft Project Me...

    Sample code for JIRA to MPP C# merging. Use API example code for batch JIRA files to MPP merging within VB.NET, Asp.NET or any .NET based application.... Online JIRA Merger Test the quality of JIRA merging...managing multiple JIRA files. Test the quality of the process right...

    products.aspose.com/tasks/net/merger/jira-to-mpp/
  8. Merge JIRA to MS-Project via C# | Microsoft Pro...

    Sample code for JIRA to MS-Project C# merging. Use API example code for batch JIRA files to MS-Project merging within VB.NET, Asp.NET or any .NET based application.... Online JIRA Merger Test the quality of JIRA merging...managing multiple JIRA files. Test the quality of the process right...

    products.aspose.com/tasks/net/merger/jira-to-ms...
  9. Symbol in chart incorrectly rendered when using...

    Hi Aspose Team, I’m noticing an issue with a symbol not rendering correctly when I convert a chart to image using aspose cells. I’m using the laTest version of aspose cells, V25.4.0. Here’s the code I’ve used: Documen…...TemplateWB = new Workbook(dir + @"\Test_04112025_02\Chart_Template.xlsm"))...Save(dir + @"\Test_04112025_02\Word_Template.docx"); Test_04112025_2...

    forum.aspose.com/t/symbol-in-chart-incorrectly-...
  10. Rows moved to the next page when converting DOC...

    Hi, When converting a DOCX to PDF using Aspose.Words. I noticed the last row of a page was moved to the beginning of the next page, causing messed up layout and extra pages. Code: var document = new Document(@".\Test…...\test.docx"); document.LayoutOptions...\out.pdf"); I’ve attached the test files and a screenshot for your...

    forum.aspose.com/t/rows-moved-to-the-next-page-...