Sort Score
Result 10 results
Languages All
Labels All
Results 4,841 - 4,850 of 29,658 for

test

(0.1 sec)
  1. Retrieve and Manage Exchange Server Mailbox Inf...

    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....MailMessage ( "test@test.com" , "test@test.com" , "test message" ..., "This is a test message" ); client . Send ( eml ); } where...

    docs.aspose.com/email/net/working-with-exchange...
  2. NullReferenceException Thrown in OMR Processing...

    I am encountering a NullReferenceException while processing an OMR file using the TemplateProcessor.Recognize() method. The file exists at the specified location, but the exception is still thrown. Error Details: Excep…...19, 2025, 10:57am 6 I have tested provided samples using a VS...tell if issue persist in this test project. ConsoleApp1.zip (1...

    forum.aspose.com/t/nullreferenceexception-throw...
  3. Document.save() hangs indefinitely during PDF c...

    Hello, I’m experiencing a critical issue where Document.save() hangs indefinitely during DOCX to PDF conversion. The process never completes, no timeout occurs, and no warnings are reported. Environment: build.gradle …...Words for Java release and test the same file. Newer builds...please attach it here for testing, just in case it is the reason...

    forum.aspose.com/t/document-save-hangs-indefini...
  4. Aspose.PSD for .NET 25.8 - Release Notes|Docume...

    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....Combine ( baseFolder , "text_test.ai" ); string outputFile = Path...Combine ( outputFolder , "text_test.png" ); using ( AiImage image...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-8...
  5. The images are not the same size when converted...

    The images are not the same size when converted from PDF to HTML I am trying to convert a PDF that contains images to HTML, but the resulting images are compressed and do not retain the same size a......to HTML @Shriraksha While testing with 25.2 version of the API...is the PDF I am using for testing, but I am facing issues with...

    forum.aspose.com/t/the-images-are-not-the-same-...
  6. Broken shapes grouping in Visio document after ...

    Hi Support, Current Aspose.Diagram v.25.11.0 contains issues that break shapes grouping after a simple Open/Save diagram. I believe this was broken by a fix to the following issue: Steps to reproduce: Diagram exam…...next Confirm the regression – Test the same file with the previous...preserves grouping in your tests. Monitor releases – Keep an...

    forum.aspose.com/t/broken-shapes-grouping-in-vi...
  7. Chinese characters causing table width issues w...

    This is incredibly confusing. We’re creating a word document using Open Office SDK. Some time ago we introduced the option to use “Pct” unit of measurement for table and column widths. We used to use “Dxa” exclusively. W…... Test with Different Characters :...output documents here for testing? We will check the issue and...

    forum.aspose.com/t/chinese-characters-causing-t...
  8. Utility Features - MailMessage|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...."/hamFolder" spam_folder = "/Spam" test_folder = data_dir database_file...database_file ) test_files = [ f for f in os . listdir ( test_folder )...

    docs.aspose.com/email/python-net/utility-featur...
  9. Insert a Watermark|Aspose.Words for SharePoint

    This article shows you how to create a workflow for inserting a text or image watermark into a document while using Aspose.Words for SharePoint....SharePoint site you use for testing. Alternatively, use existing...workflow on site click Publish . Test the New Workflow Now let us...

    docs.aspose.com/words/sharepoint/inserting-a-wa...
  10. Workbook.CalculateFormula is very time consumin...

    Workbook wb = new Workbook(@“Test.xlsx”); Stopwatch sw = Stopwatch.StartNew(); wb.CalculateFormula(); Console.WriteLine($“{sw.ElapsedMilliseconds}ms”); It will take about 1 minite to calculate formula. Test.7z (556.…...Workbook wb = new Workbook(@“Test.xlsx”); Stopwatch sw = Stopwatch...minite to calculate formula. Test.7z (556.0 KB) Professionalize...

    forum.aspose.com/t/workbook-calculateformula-is...