Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 16,559 for

test

(0.19 sec)
  1. ImageSavingArgs.document property | Aspose.Word...

    ImageSavingArgs.document property. Gets the document object that is currently being saved.... test . skip ( 'ImageSavingCallback...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. LoadOptions.resourceLoadingCallback property | ...

    LoadOptions.resourceLoadingCallback property. Allows to control how external resources (images, style sheets) are loaded when a document is imported from HTML, MHTML.... test . skip ( 'LoadOptionsCallback...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. ChartDataLabelCollection.show_leader_lines prop...

    ChartDataLabelCollection.show_leader_lines property. Allows to specify whether data label leader lines need be shown for the data labels of the entire series...add ( series_name = 'Aspose Test Series' , categories = [ 'Word'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose.Email modifies X500 addresses in sender/...

    In the case that there are X500 addresses used in the sender and recipient headers, Aspose will postprocess them (???): "Aspose" when { "i use X500 addresses" should { "pass them through to MIME verbatim" in…...VID STANCU>" ) } } In order Test 1 and 2 : Expected :"["David...Actual :"[<"David Stancu"]>" Test 3 : Aspose is inserting a newline...

    forum.aspose.com/t/aspose-email-modifies-x500-a...
  5. Aspose::Words::Drawing::Charts::ChartDataLabelC...

    Aspose::Words::Drawing::Charts::ChartDataLabelCollection::get_ShowSeriesName method. Returns or sets a Boolean to indicate the series name display behavior for the data labels of the entire series. true to show the series name; false to hide. By default false in C++....get_Series () -> Add ( u "Aspose Test Series" , MakeArray < double...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. 通过Node.js与C++签署和验证数字签名|Documentation

    使用Aspose.Cells for Node.js via C++对Excel文件进行数字签名和验证。保护工作簿内容的真实性。...pfx" , certPassword , "test for sign" , new Date ()); dsc...( dst . getComments ()); // test for sign - OK console . log...

    docs.aspose.com/cells/zh/nodejs-cpp/assign-and-...
  7. How to use insertBom parameter in the method Ba...

    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....= "PathToFolder" ; @Test public void test () throws IOException...

    docs.aspose.com/barcode/java/how-to-use-insert-...
  8. DigitalSignatureUtil | Aspose.Words for Java

    Provides methods for signing document in Java....need to create simple list with test signers for this example. c...createSignPersonData(); System.out.println("Test data successfully added!");...

    reference.aspose.com/words/java/com.aspose.word...
  9. PDF to TIFF Converter using C++ | Aspose.PDF

    Sample code for PDF to TIFF conversion using C++. Use C++ example for batch PDF to TIFF conversion....TiffConverter -> BindPdf ( L "D: \\ Test \\ test.pdf" ); TiffConverter ->...SaveAsTIFFClassF ( L "D: \\ Test \\ test.tiff" ); Copy code to the...

    products.aspose.com/pdf/cpp/conversion/pdf-to-t...
  10. PDF to PNG Converter using C++ | Aspose.PDF

    Sample code for PDF to PNG conversion using C++. Use C++ example for batch PDF to PNG conversion....PngConverter -> BindPdf ( L "D: \\ Test \\ test.pdf" ); PngConverter ->...:: String prefix = L "D: \\ Test \\ " ; System :: String suffix...

    products.aspose.com/pdf/cpp/conversion/pdf-to-png/