Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 32,945 for

test

(0.12 sec)
  1. How to Install Dotnet in Docker Container to us...

    Here is a brief tutorial that guides to Install Dotnet in Docker Container to use Aspose.Cells. It shares steps to configure Docker container for processing Excel in Linux and then instructions to run the container for working with workbooks....the Docker container Run your test program These steps describe...in the Docker image, and the test program is executed. Script...

    kb.aspose.com/total/net/how-to-install-dotnet-i...
  2. AssembleDocument Permission - Free Support Foru...

    Hi, Im trying to set permission for pdf my code is if (pdfDoc == null||(string.IsNullOrEmpty(userPassword) && string.IsNullOrEmpty(ownerPassword))) return; Aspose.Pdf.Permissions permissions = Aspose.Pdf.Permissions…...AESx256 ); Next Steps Test the Code : Execute the modified...reference as well so that we can test the scenario in our environment...

    forum.aspose.com/t/assembledocument-permission/...
  3. Not able to extract text from PDF - Free Suppor...

    I have installed Aspose PDF on Debian (bookworm). Refer attached PDF. It does not extract page # 35 or 36. bad2.pdf (144.7 KB)... We will test the scenario in our environment...2025, 1:39pm 10 I did a small test with Java and it seems to be...

    forum.aspose.com/t/not-able-to-extract-text-fro...
  4. 使用C++进行换行和文本自动换行|Documentation

    如何在C++中使用Aspose.Cells库实现文本换行和自动换行。通过使用Aspose.Cells库,您可以轻松在单元格中插入文本并设置文本换行方式,例如手动换行、自动换行等。本文件详细介绍了如何实现这些功能,并提供了示例代码供您参考。...Cells to test this functionality" ); // Make...version of \n Aspose.Cells to \n test this functionality" ); // Make...

    docs.aspose.com/cells/zh/cpp/line-breaks-and-te...
  5. Bug 5331: Converting CSV to GeoPackage- Convers...

    Hi Alexander, I moved to new version 26.5 and here my results: Please see: Comparison(left-Csv, right-GeoPackage) image.png (173.1 KB) image.png (164.8 KB) Test data(input/output/QGIS) 5331-Csv-GeoPacakge.zip (3…...8 KB) Test data(input/output/QGIS) 5331-Csv-GeoPacakge...providing the screenshots and the test package. I see that after upgrading...

    forum.aspose.com/t/bug-5331-converting-csv-to-g...
  6. Error: "String was not recognized as a valid Da...

    Hello, we are using Aspose.PDF for Java 25.5 to merge PDF/A-2a compliant PDF documents into a single PDF/A-2a document. During the conversion I get this error while converting to PDF/A-2a the merged document. class co…...problem (in attach example files) TEST_merge_pdfa-2a.zip (82.6 KB)...String[] { "C:\\test\\doc\\pdf\\merge\\pdfa-2a\\TEST_testo_PDFA-2a...

    forum.aspose.com/t/error-string-was-not-recogni...
  7. Mbox SplitInto extreme slow performance - Free ...

    Hello When Mbox Split feature was not implemented, I wrote a code and comparing it with your new 24.6 split method, yours seems to be about 10 times slower! May I share my code so you kindly pass it to the devs. might …...got my temp license to fully test the situation and found that...your reproduction time, please test my project with 24.2 and 24...

    forum.aspose.com/t/mbox-splitinto-extreme-slow-...
  8. 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...
  9. PDF/A regression in 26.5: OPM=1 retained on ICC...

    This file converts cleanly to PDF/A-2b (as an example, but others Tested) in Aspose.PDF 26.4 (.NET) but fails in 26.5. veraPDF reports rule 6.2.4.2 PDICCBasedCMYK: “Overprint mode (OPM) is set to 1 instead of 0 when an …...(as an example, but others tested) in Aspose.PDF 26.4 (.NET)...OPM=1 in the converted output. Test against the same multi-format...

    forum.aspose.com/t/pdf-a-regression-in-26-5-opm...
  10. Manage Cells HTML String|Documentation

    Learn how to manage a cell's HTML string through the Aspose.Cells for JavaScript via C++ API.... htmlString = "<b>test bold</b>" ; let c4 = cells ...cell. c4 . htmlString = "<i>test italic</i>" ; // Get the HTML...

    docs.aspose.com/cells/javascript-cpp/manage-cel...