Sort Score
Result 10 results
Languages All
Labels All
Results 6,511 - 6,520 of 28,663 for

test

(0.33 sec)
  1. Errors at high traffic on multiple threads - Fr...

    We are using aspose for converting word to pdf and converting pdf to pdfa. When there is a lot of converting (we are using 8 threads for this actions) sometimes random errors occur when converting. When we try to convert…... We will test the scenario in our environment...don’t occur everytime. In our testing it occured around 70% of the...

    forum.aspose.com/t/errors-at-high-traffic-on-mu...
  2. Quick Generation Examples|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.... Testing Always test with actual scanner hardware... "invalid" ); gen . save ( "test.png" , BarCodeImageFormat ....

    docs.aspose.com/barcode/java/developer-guide/qu...
  3. Convert SVG to JPG – Aspose.HTML for .NET

    Convert SVG to JPG using Aspose.HTML for .NET. Consider various SVG to JPG conversion scenarios in C# examples. Try online SVG Converter....try an Online SVG Converter to test the Aspose.HTML API functionality...

    docs.aspose.com/html/net/convert-svg-to-jpg/
  4. 图像|Aspose.Slides for Node.js via .NET 文档

    使用 Aspose.Slides for Node.js 简化 PowerPoint 和 OpenDocument 中的图像管理,优化性能并自动化工作流程。...j ++ ) { EmfSheetName = ((( "test" + sheet . getName ()) + " Page"...

    docs.aspose.com/slides/zh/nodejs-java/image/
  5. Aspose.PDF for Java を使用した PDF 結合処理におけるメモリ使用量 - ...

    【質問】 Document.getPages().add() による逐次結合以上にメモリ面で効率的な方法はありますか? 【現在の状況】 要件:処理対象:100MB × 5 個の PDF ファイル結合 実装:Document.getPages().add() による逐次結合 参考: プログラムによるPDFの結合|Aspose.PDF for Java 結果:Javaのヒープメモリの使…..."C:\\workspace\\pdf_workspace\\input\\"; @Test public void testMergeTwoPdfFiles()...

    forum.aspose.com/t/aspose-pdf-for-java-pdf/318972
  6. 使用 C# 在 PDF 中格式化文本|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中格式化 PDF 文档中的文本,以增强文档的视觉呈现。... TextFragment ( "Test message" ); // Set the font...

    docs.aspose.com/pdf/zh/net/text-formatting-insi...
  7. 在 Android 上优化演示文稿中的图像管理|Aspose.Slides 文档

    使用适用于 Android 的 Aspose.Slides for Java 简化 PowerPoint 和 OpenDocument 中的图像管理,优化性能并自动化工作流。...(); j ++) { EmfSheetName = "test" + sheet . getName () + " Page"...

    docs.aspose.com/slides/zh/androidjava/image/
  8. Document.Save | Aspose.Words for .NET

    Effortlessly save your documents with our smart save method, automatically selecting the right format based on the file extension for seamless storage....HttpResponse is null in the test. Assert . Throws < ArgumentNullExceptio...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Optimize PDF using C++|Aspose.PDF for C++

    Optimize PDF file, shrink all images, reduce size PDF, unembed fonts, enable reusing page content, remove or flatten annotations with C++....file name String outfilename ( "Test-gray_out.pdf" ); // Open document...

    docs.aspose.com/pdf/cpp/optimize-pdf/
  10. 向PDF文件添加文本|Aspose.PDF for Java

    本文介绍了在Aspose.PDF中处理文本的各个方面。了解如何向PDF添加文本、添加HTML片段或使用自定义OTF字体。...( new Note ( "foot note for test text 1" )); text . getFootNote...( new Note ( "foot note for test text 2" )); // 将第二个文本片段添加到 PDF...

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