Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 28,829 for

test

(0.08 sec)
  1. Issue in PDF footer after Aspose version upgrad...

    Hi Team, We are facing issue after upgrading Aspose from version 17.4 to 25.5. In our case PDF footer is distorting after version upgrade. Footer is coming perfect with the previous version, but it is not good with the …... Test with Minimal HTML : Simplify...

    forum.aspose.com/t/issue-in-pdf-footer-after-as...
  2. Drivers for memory usage when creating PDFs fro...

    We have learned from the documentation that various factors influence memory requirements. Can you tell us which ones have a stronger influence and which ones have a weaker influence? Our documents (based on Word mail …... Test with Sample Data : Run tests with varying sizes...

    forum.aspose.com/t/drivers-for-memory-usage-whe...
  3. Add Bookmark to PDF using C++ | Aspose.PDF

    Add Bookmarks to PDF Programmatically with C++ Using Aspose.PDF for C++...pdfOutline -> set_Title ( u "Test Outline" ); pdfOutline -> set_Italic...

    products.aspose.com/pdf/cpp/bookmarks/
  4. How to fetch appointments from EWS save them in...

    Hi I am using Aspose.mail for .net to get the list of appointments but it is always returning a single appointment, although there are several appointments in the exchange calendar but it always return a single appointm…... The tests were carried out with Exchange...12:58am 4 Hi Haseeb, On another test server machine with Exchange...

    forum.aspose.com/t/how-to-fetch-appointments-fr...
  5. 如何在 Docker 中运行 Aspose.Slides for C++|Aspose.Sli...

    在 Docker 容器中运行 Aspose.Slides:配置镜像、依赖、字体和授权,以构建可扩展的服务,处理 PowerPoint 和 OpenDocument。...add-apt-repository ppa:ubuntu-toolchain-r/test \ && apt-get update && apt-get...add-apt-repository ppa:ubuntu-toolchain-r/test \ && apt-get update && apt-get...

    docs.aspose.com/slides/zh/cpp/how-to-run-aspose...
  6. Aspose.email.cpp 获取PST文件中邮件的附件数据,可以分块读取吗 - Free...

    System::SharedPtr<MapiAttachment> attachment = attachments->idx_get(attachmentIndex); if(attachment) { System::SharedPtr<System::IO::MemoryStream> stream = attachment->ToMemoryStream(); } stream把整个附件的数据都读到内存了,大文件的话需要分块…... Test the implementation with various...

    forum.aspose.com/t/aspose-email-cpp-pst/314744
  7. Add Digital Signatures to Presentations in PHP|...

    Learn how to digitally sign PowerPoint & OpenDocument files with Aspose.Slides for PHP via Java. Secure your slides in seconds with clear code examples....Slides digital signing test." ); # Add digital signature...

    docs.aspose.com/slides/php-java/digital-signatu...
  8. AxisTickLabels class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.AxisTickLabels class. Represents properties of axis tick mark labels.... add ( "Aspose Test Series" , [ "Word" , "PDF" ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. AxisBound class | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.AxisBound class. Represents minimum or maximum bound of axis values... add ( "Aspose Test Series" , [ Date . parse ( "2017-11-06"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 使用 PHP 管理演示文稿中的文本框|Aspose.Slides for PHP 文档

    Aspose.Slides for PHP 让您轻松在 PowerPoint 和 OpenDocument 文件中创建、编辑和克隆文本框,提升演示文稿自动化。...$outPptxFileName , SaveFormat :: Pptx ); $test = new Presentation ( $outPptxFileName...$outPptxFileName ); try { $autoShape = $test -> getSlides () -> get_Item...

    docs.aspose.com/slides/zh/php-java/manage-textbox/