Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 29,653 for

test

(0.09 sec)
  1. Generate Han Xin Code Barcodes in C#|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....test.com/%BC%DE%ab/search=test" ; using ( var...s_should_be_doubled\\000555:test" ; var expectedStr = @"漄㐁全螅...

    docs.aspose.com/barcode/net/hanxin-code-barcodes/
  2. ListObject with calculated column creates inval...

    Hello, An invalid Excel file is generated using this example from the documentation located at: Propagate Formula in Table or List Object automatically while entering data in new rows|Documentation When you open the fi…...showing error out_test.zip (6.8 KB) [Test] public void foo68()...filename = @"c:\data\temp\out_test.xlsx"; // Create workbook object...

    forum.aspose.com/t/listobject-with-calculated-c...
  3. Getting odd bookmark names for merged pdf in mi...

    I am using apsose pdf to merge a pdf and add bookmarks to it , but the bookmark names are coming correctly when viewed in chrome browser but is not working well with microsoft edge Edge image.png (112.2 KB) Chrome im…... Test in Edge – After rebuilding the...getBytes("UTF-8"), "UTF-8")); . Test with a different PDF viewer...

    forum.aspose.com/t/getting-odd-bookmark-names-f...
  4. Filter Messages from Exchange Mailbox using Web...

    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....messages that either has the word “test” in the subject or “ noreply@host... getSubject (). contains ( "test" ), builder . getFrom (). contains...

    docs.aspose.com/email/java/filter-messages-from...
  5. Barcode reader performance problem - Free Suppo...

    Hello, I have problem with performance of Reading barcodes. I have 3 barcodes in screen without any text on it. It takes about 4s. IF i deploy it by docker image on k8s i takes 12s. I checked also another lib and i lt t…...Code128 test.jpg (173,1 KB) amjad.sahi September...Thanks for the barcode image. I tested your scenario/case using your...

    forum.aspose.com/t/barcode-reader-performance-p...
  6. Mailbox Management with Microsoft Graph|Documen...

    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.... String categoryName = "Test Category" ; int preset = CategoryPreset...(); rule . setDisplayName ( "Test rule" ); rule . setPriority...

    docs.aspose.com/email/java/mailbox-management-w...
  7. Setting the whole XMP block - Free Support Foru...

    Hi, I need to set the whole XMP block in a PDF. I don't want to set individual fields because that is already handled. There is a method to get the XMP in Aspose.Pdf.Facades.PdfXmpMetadata but I cannot se any way to set…... We need to test the scenario in our environment...my sample files: test-input.pdf (93,3 KB) test-output.pdf (94,5...

    forum.aspose.com/t/setting-the-whole-xmp-block/...
  8. PdfDigitalSignatureTimestampSettings | Aspose.W...

    Discover the PdfDigitalSignatureTimestampSettings constructor to easily initialize digital signature settings for enhanced document security and compliance....PdfDigitalSignatureD ( certificateHolder , "Test Signing" , "Aspose Office" ...PdfDigitalSignatureD ( certificateHolder , "Test Signing" , "Aspose Office" ...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Table width issue in the PDF documents - Free S...

    Hi Team, We are encountering a table width issue in the PDF documents generated by Aspose. We have a template that contains a table, where some columns are dynamically removed during Word document generation. However, w…... FM test template.docx (43.6 KB) FM test__FM test template_2025-03-25...template_2025-03-25 (1).pdf (5.2 KB) FM test__FM test template_2025-03-25.docx...

    forum.aspose.com/t/table-width-issue-in-the-pdf...
  10. Aspose.Words formula (A1>0)*(B1>0)*(A1+B1) calc...

    Aspose.Words calculates these formulas correctly: A1+B1 A1*B1 (A1>0) // returns 1 when not empty (B1>0) // returns 1 when not empty But fails when they get combined into one: (A1>0) * (B1>0) * (A1+B1) // should ret…...Save("test.pdf", Aspose.Words.SaveFormat...based on the latest values. Test Simplified Formulas : Since...

    forum.aspose.com/t/aspose-words-formula-a1-0-b1...