Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 32,407 for

test

(0.17 sec)
  1. Exit Code 139 when converting RTF with image to...

    We have a .NET web application that uses Aspose.Words to convert RTF files to PDF. This application has been running fine in IIS on a Windows VM for a number of years, but we’ve recently started running it on a Linux co…...controller method: [HttpPut("test")] [Consumes("multipart/form-data")]...] public async Task<string> Test(IFormFile file) { using var...

    forum.aspose.com/t/exit-code-139-when-convertin...
  2. How to get APpSID and App key for Rest API- for...

    i am going to ASpose pdf api for Salesforce side. Like converting image to pdfand merging more than one pdf to single pdf. I want to get app sid and app key. Also if anyone have reference document or sample code. please…...clouds my App tab includes your test App SID and App Key. You can...

    forum.aspose.com/t/how-to-get-appsid-and-app-ke...
  3. Csproj InvariantGlobalization>true< leads to an...

    var layoutCollector = new LayoutCollector(asposeBuilder.Document); currentPageNumber = layoutCollector.GetEndPageIndex(table.LastChild); // got error here error: The type initializer for ‘Gg’ threw an exception. more e…... Test on Different Environments : If possible, test your...as anticipated, we already tested it on linux and all projections...

    forum.aspose.com/t/csproj-invariantglobalizatio...
  4. PDF Annotations - Not showing in Chrome &amp; E...

    Hello, Product: Aspose.PDF 6.7.0.0 We are adding TextAnnotation to a PDF document and saving it. (code snippet attached below) We have two issues/questions: 1) When we open the generated PDF document in Chrome (ver: 51.…...Contents = " Google Link Test . "; noteAnnotation.Open = false;...not showing in Chrome? I have tested the scenario and noticed that...

    forum.aspose.com/t/pdf-annotations-not-showing-...
  5. Aspose.Slides for Java 14.8.0 的公共 API 和向后不兼容的更改...

    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....setSourceCode ( "Sub Test(oShape As Shape)\r\n MsgBox \"Test\"\r\nEnd Sub"...officeReference ); pres . save ( "data\\test.pptm" , SaveFormat . Pptm );...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  6. How to Install Python to Run Aspose.Cells for P...

    This article describes how to install Python for Java to run aspose-cells by providing steps and a sample code to Test the environment. This procedure to install python will be applicable for Ubuntu....that you are using Docker to test the complete environment however...end, a sample code is given to test the installation. You may save...

    kb.aspose.com/total/python/how-to-install-pytho...
  7. Document extractPages - Free Support Forum - as...

    我在使用 24.12版本aspose-words都指定文件进行页内容提取后,文档的页数正常获取,但页面中的页码无法正常更新,应该如何更新总页码问题 extract-page_result.docx (13.0 KB) Test-page.docx (15.8 KB) // 加载主文档 Document doc1 = new Document(sourceFile); int pageCount = …...0 KB) test-page.docx (15.8 KB) // 加载主文档...17, 2025, 1:32pm 3 我在wps中创建了test-page.docx,并在文档中的页脚添加了页码设置后保...

    forum.aspose.com/t/document-extractpages/312816
  8. IReplacingCallback class | Aspose.Words for Nod...

    Aspose.Words.Replacing.IReplacingCallback class. Implement this interface if you want to have your own custom method called during a find and replace operation.... test . each ([ false , true ])( 'Order'...tracking all such replacements. test . skip ( 'ReplaceWithCallback...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Bug 5302: Shapefile to Csv- Conversion succeede...

    Hi Alexander, I moved to new version 26.5 and here my results: Please see(input and output not same-precisions (X_COORD and Y_COORD) and gibrish on LANDUSE_NA column) image.png (330.6 KB) Test data(input, output is …...6 KB) Test data(input, output is too big...problem persists with the same test data, please let us know which...

    forum.aspose.com/t/bug-5302-shapefile-to-csv-co...
  10. Creating a Named Range|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.... Name = "Test_Range" ; //Put data in range...set_Value ( Missing . Value , "Test" ); } //Save New Workbook wb...

    docs.aspose.com/cells/net/creating-a-named-range/