Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 31,302 for

test

(1.89 sec)
  1. Frame rendered in wrong place when converting D...

    Hi, When converting a DOCX to PDF using Aspose, I noticed one of the frames was rendered in the wrong place. Code: var doc = new Document(@".\Test.docx"); doc.Save(@".\Test.pdf"); I’ve attached the Test files and a s…...\test.docx"); doc.Save(@".\test.pdf"); I’ve attached...attached the test files and a screenshot for your reference. Could...

    forum.aspose.com/t/frame-rendered-in-wrong-plac...
  2. Invalid bookmarks starting with 25.2 - Free Sup...

    Hello According to my Testing, the bookmark feature broke with 25.2 and still does not work with the currently newest version 25.9 of Aspose.PDF.Drawing for .NET. I use the following Test-code to illustrate the problem…...7:24am 1 Hello According to my testing, the bookmark feature broke...for .NET. I use the following test-code to illustrate the problem:...

    forum.aspose.com/t/invalid-bookmarks-starting-w...
  3. SVG gets generated differently depending on the...

    Hi, We experience an issue with the SVG generation from xlsx charts. Depending on the target framework the .svg file will be slightly different. This difference is enough to break functionality in other libraries when t…... You can use the test project attached this thread...10:00am 8 @licenselogimatic , I tested your scenario using the sample...

    forum.aspose.com/t/svg-gets-generated-different...
  4. How to Run Aspose.3D in AWS Lambda|Documentation

    Integrate Aspose.3D functionality into your application using Docker regardless of what technology is in your development stack. Learn how to use Aspose.3D in a Docker container....Application in Visual Studio, write test code, get Aspose.3D from nuget...nuget. Make sure the test project runs well on your local machine...

    docs.aspose.com/3d/net/how-to-run-aspose-3d-in-...
  5. AsposeWords convert pdf to md cause messy chara...

    I convert this pdf to markdown, and in md many mojibake (nonsense characters displayed when software fails render text according to its intended character encoding).I’ve installed a lot of fonts code: document = aw…... Test with Different PDFs : If possible, test the conversion...pdf"); document.save("output/test.md"); } catch (Exception e)...

    forum.aspose.com/t/asposewords-convert-pdf-to-m...
  6. NPE When Resizing Notes Slide with Shapes That ...

    Hello, I’m getting an error when I try to resize the notes slides for a presentation where the notes slides contain added shapes. Here’s a Test PowerPoint: Test-powerpoint.zip (346.0 KB) When calling presentation.getN…... Here’s a test PowerPoint: test-powerpoint.zip (346

    forum.aspose.com/t/npe-when-resizing-notes-slid...
  7. 合并单元格|Documentation

    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.... setValue ( "This is a test of merging" ); //Save the Workbook.... setCellValue ( "This is a test of merging" ); sheet . addMergedRegion...

    docs.aspose.com/cells/zh/java/merge-cells/
  8. 用 C++ 计算页面设置缩放比例|Documentation

    本文提供示例代码,说明如何使用 C++ API 或库通过程序方式计算网页宽度为 n 页,高度为 m 页的页面设置缩放比例。... PutValue ( u "Test" ); worksheet . GetCells ()...Get ( u "S4" ). PutValue ( u "Test" ); // Set paper size worksheet...

    docs.aspose.com/cells/zh/cpp/calculate-page-set...
  9. 自动调整工作表列宽|Documentation

    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.... PutValue ( "This is a test input" ); //Adding a double...). SetCellValue ( "This is a test input" ); row . CreateCell (...

    docs.aspose.com/cells/zh/net/auto-fit-columns-i...
  10. 查找特定单词的出现次数|Documentation

    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...."Sheet1" ]; findNow ( Worksheet , "test" ); //Save the file. excelApp..."Sheet1" ]; findNow ( objSheet , "test" ); workbook . Save ( myPath...

    docs.aspose.com/cells/zh/net/find-specific-word...