Sort Score
Result 10 results
Languages All
Labels All
Results 4,951 - 4,960 of 28,566 for

test

(0.52 sec)
  1. Convert FLATOPC to POT via C# .NET or with free...

    Convert Word flatopc documents to PowerPoint pot files with C#. Convert multiple files within ASP.NET or other .NET applications....Assurance and Testing : Convert Flat OPC files to generate test reports...free to use and designed for testing purposes so that users can...

    products.aspose.com/total/net/conversion/flatop...
  2. Getting NullPointerException & ArrayIndexOutOfB...

    Hi there, we are using Aspose.Cells for Java (version 25.9) to convert SpreadsheetML files .xml into .xlsx, and the process throws the following exceptions: java.lang.NullPointerException: Cannot read field "c" because…...10 test matrix the crashes no longer...

    forum.aspose.com/t/getting-nullpointerexception...
  3. Licensing|Aspose.GIS for .NET

    Evaluate C# .NET GIS library or API with some limitations. Apply License using File or Stream Object or as an Embedded Resource.... If you want to test Aspose.GIS without evaluation...

    docs.aspose.com/gis/net/licensing/
  4. Licensing|Aspose.Slides for Python Documentation

    Aspose.Slides for Python via Java provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation using Licensing and Subscription policies.... If you want to test Aspose.Slides without the evaluation...

    docs.aspose.com/slides/python-java/licensing/
  5. Question: Aspose .NET SDK support for scanned P...

    Hi, We are experiencing issues converting scanned (image-based) PDF files using the Aspose .NET SDK. The SDK currently converts the PDF to a Word document, but the output content remains an embedded image rather than ed…...our reference so that we can test the scenario in our environment...

    forum.aspose.com/t/question-aspose-net-sdk-supp...
  6. 获取和设置页面属性|Aspose.PDF for C++

    您可以使用C++库从PDF文件中获取和设置页面属性。...TextFragment > ( u "Pages count test" )); // 处理PDF文件中的段落以获取准确的页数...

    docs.aspose.com/pdf/zh/cpp/get-and-set-page-pro...
  7. How to Run Examples | Python via .NET

    Python Library for the developers to process PS, EPS, and XPS files. Learn how to run examples within Aspose.Page API solution for Python....examples execution as long as test data files can be found in “Data”...

    docs.aspose.com/page/python-net/how-to-run-exam...
  8. NPE while saving doc as HTML - Free Support For...

    reproduce_bug_mini_anonymized.docx (4.7 MB) Summary Document loads successfully but throws NullPointerException when saving to HTML format. Issue Description When attempting to save a specific Word document to HTML for…...throw e; } } } Aspose version tested <dependency> <groupId>com.aspose</groupId>...doc.save("out.docx"); // DOCX Test with minimal HTML options –...

    forum.aspose.com/t/npe-while-saving-doc-as-html...
  9. Visit public Cell this[int row, int column] of ...

    using Aspose.Cells; namespace TestExcelFormat { internal class Program { static void Main(string[] args) { Workbook wb = new Workbook(@“1.xlsx”); Console.WriteLine(wb.Worksheets[0].Cells.MaxColumn); var cell = w…... Test the output file with your downstream...

    forum.aspose.com/t/visit-public-cell-this-int-r...
  10. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...MakeObject < Note > ( "foot note for test text 1" )); // add TextFragment...MakeObject < Note > ( "foot note for test text 2" )); // add second text...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/