Sort Score
Result 10 results
Languages All
Labels All
Results 4,621 - 4,630 of 32,593 for

test

(0.14 sec)
  1. Convert HTML to TIFF in Python – Aspose.HTML

    Convert HTML to TIFF using Aspose.HTML for Python via .NET. Save web pages in TIFF format quickly, clearly, and securely.... Online HTML Converter Test the quality of HTML to TIFF...HTML offers a free trial to test the library’s capabilities before...

    products.aspose.com/html/python-net/conversion/...
  2. 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...
  3. 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-...
  4. HTML to PDF does not create colored emojis - Fr...

    Test_files.zip (10.5 KB) I cannot get colored emojis to work when converting from html to pdf. I have tried this in both Windows (where I have “Segoe UI Emoji” colored fonts) and in Linux with (with Google Noto font). …...September 25, 2025, 3:31pm 1 test_files.zip (10.5 KB) I cannot...sans-serif; } Test on Different Platforms : If you are testing on both...

    forum.aspose.com/t/html-to-pdf-does-not-create-...
  5. Intermittent Null Pointer Exception When Saving...

    Hi, I’m facing an intermittent issue, noticing the following error when presentation.save(OutputStream,SaveFormat.Pptx) is being invoked. This is happening in environment ( not in local), only after deployment. Also, if…... Test with a Simplified Presentation...presentation with basic elements and test the save operation. If this...

    forum.aspose.com/t/intermittent-null-pointer-ex...
  6. Word To Pdf:Page number orientation is incorrec...

    When I convert a Word document to PDF, the page number orientation is incorrect. version:words-25.10-jdk17.jar file: Test.7z (9.9 MB)...jar file: TEST.7z (9.9 MB) 752×480 5.22 KB...Document doc = new Document("TEST.docx"); // Re‑calculate page...

    forum.aspose.com/t/word-to-pdf-page-number-orie...
  7. Docx to Pdf rendition is not getting generating...

    In the original document SISMS-06-01-SFP-FORM-006320.docx (107.7 KB), row 54 appears on page 9. However, after converting the document to PDF using Aspose version 25.6, row 54 is shifted to page 8 in the output file SISM…...pdf", options); } } Next Steps Test the above code to see if it...provide this font here for testing? Also, please save the original...

    forum.aspose.com/t/docx-to-pdf-rendition-is-not...
  8. Calling AsposeOCR.Recognize Get NoSuchMethodErr...

    In using the sample code to call AsposeOCR.Recognize I Get NoSuchMethodError int com.aspose.pdf.Page.getRotate. AsposeOCR api = new AsposeOCR(); RecognitionSettings recognitionSettings = new RecognitionSettings();| OcrI…...1 KB) Here is the test pdf that causes the issue The...application which uses 25.8 version (tested with the latest version as...

    forum.aspose.com/t/calling-asposeocr-recognize-...
  9. Aspose.PSD for Python via .NET 24.6 - Release N...

    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....def AssertIsNotNull(test_object): # if test_object is None: # raise...raise Exception("Test object is null.") # # creator_tool_key...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  10. 分割网格|Documentation

    Aspose.3D for Java API 支持将场景的所有网格拆分为每个材质的多个子网格。SplitMesh方法不会拆分场景的网格 (如果已为其指定了单个材质)。可以使用 Aspose.3D for Java API 来实现。...getDataDir (); MyDir = MyDir + "test.fbx" ; // Load a 3D file Scene...RunExamples . getOutputFilePath ( "test-splitted.fbx" ); scene . save...

    docs.aspose.com/3d/zh/java/split-mesh/