Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 26,820 for

test

(0.12 sec)
  1. How to Run the Examples|Documentation

    Use PyCharm to run the examples of the Python Image Processing Library API that can be downloaded from GitHub....Specify group of examples or test file filter you want to run...combination 1 - Test drawing and formatting images 2 - Test modifying...

    docs.aspose.com/imaging/python-net/how-to-run-t...
  2. 90112036.xlsx

    Sheet1 Name Quantity Test Product - 0 0 Test Product - 1 2 Test Product - 2 4 Evaluation Warning Evaluation Only. Created with Aspose.Cells for Java.Copyright 2003 - 2019 Aspose Pty Ltd. 2019-06-03......Quantity Test Product - 0 0 Test Product - 1 2 Test Product -...

    docs.aspose.com/cells/ru/java/import-and-export...
  3. 90112036.xlsx

    Sheet1 Name Quantity Test Product - 0 0 Test Product - 1 2 Test Product - 2 4 Evaluation Warning Evaluation Only. Created with Aspose.Cells for Java.Copyright 2003 - 2019 Aspose Pty Ltd. 2019-06-03......Quantity Test Product - 0 0 Test Product - 1 2 Test Product -...

    docs.aspose.com/cells/de/java/import-and-export...
  4. 90112034.xlsx

    Sheet1 ProductId ProductName 0 Test Product - 0 1 Test Product - 1 2 Test Product - 2 Evaluation Warning Evaluation Only. Created with Aspose.Cells for .NET.Copyright 2003 - 2019 Aspose Pty Ltd. 20......ProductName 0 Test Product - 0 1 Test Product - 1 2 Test Product -...

    docs.aspose.com/cells/de/net/import-data-into-w...
  5. [PST] MapiRecipient type - Free Support Forum -...

    Hello In order to display recipient email address in outlook (classic) in PST file it is needed to setup “SMTP” address type. For email which was already sent, outlook will not show the recipient email (outlook display…...Add("test@mail.com", "test", MapiRecipientType...recipients.Add("test@mail.com", "SMTP", "test", MapiRecipientType...

    forum.aspose.com/t/pst-mapirecipient-type/321490
  6. PdfDigitalSignatureDetails | Aspose.Words for Java

    Contains details for signing a PDF document with a digital signature in Java....PdfDigitalSignatureD(certificateHolder, "Test Signing", "My Office", signingTime));...getDigitalSignatureD().getReason(), "Test Signing"); Assert.assertEquals(options...

    reference.aspose.com/words/java/com.aspose.word...
  7. Infinite Wait Time when Converting Word to PDF ...

    Env Windows 11 Aspose.Words for .NET 25.5 (25.1 is OK) Code var doc=new Aspose.Words.Document(@"C:\Users\hello\Desktop\Test\Test.docx"); doc.Save(@"C:\Users\hello\Desktop\Test\Test.pdf",Aspose.Words.SaveFormat.Pdf);…...Document(@"C:\Users\hello\Desktop\test\test.docx"); doc.Save(@"C:\Use...ktop\test\test.pdf",Aspose.Words.SaveFormat.Pdf); Test Files...

    forum.aspose.com/t/infinite-wait-time-when-conv...
  8. Using WorkbookMetadata with C++|Documentation

    Learn how to use WorkbookMetadata to edit custom document properties of a workbook in C++ with Aspose.Cells.... Add ( u "test" , u "test" ); meta . Save ( srcDir...GetCustomDocumentPro (). Get ( u "test" ). ToString (). ToUtf8 () <<...

    docs.aspose.com/cells/cpp/using-workbookmetadata/
  9. Aspose.Words performance issue came back WORDSN...

    Hi guys, I am upgrading Aspose.Words from 24.2 to 25.10. I can see one of issues we raised in the past came back in the laTest Aspose.Words I raised multiple issues in below tickets. Eventually allocated official bug …...WORDSNET-26003 resolved, I created a unit test to just monitor bug does not...back after upgrade. The unit test now takes above 2 seconds to...

    forum.aspose.com/t/aspose-words-performance-iss...
  10. Read and Replace Header and Footer Text in a Pr...

    Hi, I am trying to extract Header and Footer text from a pptx. I see, that I can write text via the HeaderFooterManager, like so: IMasterNotesSlide masterNotesSlide = presentation.getMasterNotesSlideManager().getMaster…... Here is my code: @Test void test() throws IOException {...Path input1 = Path.of("src","test","resources", "Title.pptx");...

    forum.aspose.com/t/read-and-replace-header-and-...