Sort Score
Result 10 results
Languages All
Labels All
Results 3,861 - 3,870 of 31,401 for

test

(0.37 sec)
  1. How to fetch entities from a block reference in...

    how to fetch entities from a block reference in dwg file using Aspose.cad for dotnet. The Block reference consists of a ellipse and text....12:59pm 4 @Asheesh32 , Hi, please test if this is useful: foreach (CadEntityBase...

    forum.aspose.com/t/how-to-fetch-entities-from-a...
  2. 使用 IMAP 客户端过滤服务器上的邮件|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”或发件人为 “noreply@host.com” 的邮件。以下代码片段展示了如何使用... getSubject (). contains ( "test" ), builder . getFrom (). contains...

    docs.aspose.com/email/zh/java/filter-messages-f...
  3. Aspose.Pdf Adding 16 bit Sound Annotation plays...

    I’m trying to add a sound annotation to a PDF using the code below: document = new Document(); document.Pages.Add(); Page page = document.Pages[1]; string audioFile = @"…...string audioFile = @"D:\Projects\Test\Tts1\Sample 44k 16bit x1.wav";...

    forum.aspose.com/t/aspose-pdf-adding-16-bit-sou...
  4. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection.... test ( 'CalculateDepthOfNest' , ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to Add Page Numbers in Word using C#

    This quick tutorial guides on how to add page numbers in Word using C#. It provides configuration requirements, detailed steps and code to insert page number in Word in C#....to document start for adding test pages Save the resultant Word...and then add blank pages for testing the feature. We have learned...

    kb.aspose.com/words/net/how-to-add-page-numbers...
  6. How to Add Digital Signature in Excel using C#

    This tutorial provides you information how to add digital signature in Excel using C#. You will get the configuration resources, stepwise approach to create and insert electronic signature in excel using C# and a complete runnable sample code to demonstrate this feature....working sample code is shared to test this feature. Information is...a simple new workbook for testing the feature as demonstrated...

    kb.aspose.com/cells/net/how-to-add-digital-sign...
  7. Google doc images are not displayed - Free Supp...

    Hello, if i generate a report using aspose linq (the original image is a svg), the report looks good in ms word but images are not displayed in google doc. see a report example and printscreens with msword and google do…... Test with Different Documents : Create...8:55am 5 ok so after couple of tests, when i insert a svg with aspose...

    forum.aspose.com/t/google-doc-images-are-not-di...
  8. Aspose.Cells : Image and PDF generated by code ...

    We created a POC for converting xlsx to image and pdf using aspose.cells free licence with watermark with our dot net solution. Our dot net application is deployed on EKS cloud. We are seeing that the image or pdf genera…...pdfOptions); Testing : After implementing these changes, test the output...

    forum.aspose.com/t/aspose-cells-image-and-pdf-g...
  9. Issue with Font Formatting when converted from ...

    Hi Team, Please check the below issue. Word landscape page header font PDF landscape page header font highlighted below: The font looks fine in Word for landscape page but in PDF for landscape page The fo…...truetype-fonts-on-linux/ I tested conversion on my side and text...informatioon. As I can see the test is rendered fine on my side...

    forum.aspose.com/t/issue-with-font-formatting-w...
  10. 如何运行示例 – Aspose.SVG for .NET

    了解软件要求、从 GitHub 下载 C# 示例以及设置或运行示例。...所有测试都位于 tests-net 文件夹中。 使用 Visual Studio 运行...Visual Studio 中打开 Aspose.SVG.Tests.sln 解决方案文件并构建项目。 首次运行时,将通过 NuGet...

    docs.aspose.com/svg/zh/net/how-to-run-the-tests/