Sort Score
Result 10 results
Languages All
Labels All
Results 4,981 - 4,990 of 28,617 for

test

(0.39 sec)
  1. Online PowerPoint File Text Finder or Build Pow...

    Free online app to search in PowerPoint file. C# API code for any PowerPoint file text search application.... Test online document text finder...

    products.aspose.com/total/net/search/powerpoint/
  2. errorAmazonS3Storage Error using aspose API - F...

    Hello , I have been merging PDFs using Aspose’s “default storage” without issues for a long time, but today the same request suddenly stopped working and now returns 400 Bad Request with errorAmazonS3Storage. My call …... Test with a simple file operation...

    forum.aspose.com/t/erroramazons3storage-error-u...
  3. Aspose.Words 23.1.0 – Conversion Hangs(Timeout ...

    Hi Team, We are using Aspose.Words 23.1.0 and encountering an issue when converting a specific Word file to PDF. The code execution gets stuck at the line wordDoc.Save(pdfStream, saveOptions); and does not proceed furt…... Test with Other Documents : Try converting...

    forum.aspose.com/t/aspose-words-23-1-0-conversi...
  4. Aspose.PDF .NET OptimizeResources corrupts PDF ...

    Using the following code below on attached input PDF, Aspose ends up corrupting the PDF. We would like to rely on this Optimize logic in Production, but it seems like it is not viable (unless I’m missing something). I…...CompressObjects, or do we always have to “test” if Aspose corrupted the PDF...

    forum.aspose.com/t/aspose-pdf-net-optimizeresou...
  5. Encrypt file in AES x256 with special character...

    Hello, I’m trying to use the AES 256 to encrypt some pdf file but when I use this encryption with french characters in password (for example “é”), I’m unable to open this file afterwards with Adobe Acrobat. Below the c…..., “test”). Next steps If you can provide...

    forum.aspose.com/t/encrypt-file-in-aes-x256-wit...
  6. 使用cad-java 23.7 版本,把一个250兆的.stl文件转成pdf ,内存飙到了11...

    下面是我的代码, 有什么办法减少内存使用,或者可以设置超过多少内存,就到磁盘处理,不然这个根本没法使用,一点就内存溢出了 public synchronized Path doCadToPdf(InputStream inputStream, String outputFilePath) throws IOException { Path outputPath = Paths.get(outputFileP…...return outputPath; } } Next Steps Test the modified code with smaller...

    forum.aspose.com/t/cad-java-23-7-250-stl-pdf-11...
  7. Writing and Reading Formulas with Aspose.Tasks ...

    Discover how to handle formulas in documents using the Aspose.Tasks library....mpp" ); // attached test mpp 5 ExtendedAttributeDef attr...

    docs.aspose.com/tasks/java/writing-and-reading-...
  8. Rendering Task Usage View | Aspose.Tasks Docume...

    Learn how to render Microsoft Project task usage views using Aspose.Tasks for Java....mpp" ); // attached test project 5 // Default view in...

    docs.aspose.com/tasks/java/rendering-task-usage...
  9. Writing and Reading Formulas | Aspose.Tasks Doc...

    The page contains examples of reading/writing formulas used by Aspose.Tasks for C\u002B\u002B library for calculations....mpp" ); 5 // Attached test mpp 6 7 // Read extended attribute...

    docs.aspose.com/tasks/cpp/writing-and-reading-f...
  10. 使用 C++ 向 PDF 添加文本|Aspose.PDF for C++

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...MakeObject < Note > ( "foot note for test text 1" )); // add TextFragment...MakeObject < Note > ( "foot note for test text 2" )); // add second text...

    docs.aspose.com/pdf/zh/cpp/add-text-to-pdf-file/