Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 23,326 for

print

(0.09 sec)
  1. Scan Italian Pharmacode (Code 32) barcode Image...

    PHP sample code to read Italian Pharmacode (Code 32) barcode in PHP-based applications....readBarCodes () as $res ) { print ( "Code Text : " . $res -> getCodeTypeName...getCodeTypeName (). "\\n" ); print ( "\\n" ); print ( "Code Type : " ....

    products.aspose.com/barcode/php-java/code32/rec...
  2. 使用 C++ 打印 PDF | Aspose.PDF

    簡單的演示原始碼在任何平臺上使用C++語言列印PDF文檔。...attributes for printing viewer . AutoResize = true ; // Print the file...viewer . AutoRotate = true ; // Print the file with adjusted rotation...

    products.aspose.com/pdf/zh-hant/cpp/print/
  3. 通过C++用JavaScript获取工作表页面设置的纸张宽度和高度|Documentation

    了解如何通过C++的JavaScript程序化获取Excel工作表页面设置的纸张宽度和高度。...// Set paper size to A2 and print paper width and height in inches...// Set paper size to A3 and print paper width and height in inches...

    docs.aspose.com/cells/zh/javascript-cpp/get-pap...
  4. TextBox.break_forward_link method | Aspose.Word...

    TextBox.break_forward_link method. Breaks the link to the next [TextBox](../).... previous == None : print ( 'This TextBox is the head...text_box2 . previous != None : print ( 'This TextBox is the middle...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Language detecton|Documentation

    How to detect the languages used on the provided image.... languages : print ( lang . language ) print ( lang . accuracy...set ) for result in results : print ( result . recognition_text...

    docs.aspose.com/ocr/python-net/language_detection/
  6. Converting Excel to PDF Files in Python|Documen...

    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.... PDF ) # Print message print ( " \n Excel to PDF conversion...

    docs.aspose.com/cells/java/converting-excel-to-...
  7. 在Python中将Excel转换为PDF文件|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.... PDF ) \ # Print message print " \n Excel to PDF conversion...

    docs.aspose.com/cells/zh/java/converting-excel-...
  8. Get BarCode Recognition Quality in Percent in P...

    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....java_values ( $reader -> read ())){ print "Barcode CodeText: " . ( string...-> getRecognitionQualit (); print "Barcode Quality Percentage:...

    docs.aspose.com/barcode/java/get-barcode-recogn...
  9. Managing Page Breaks in Python|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....xls" ) print "Add page breaks, please check..."Clear All Page Breaks.xls" ) print "Clear all page breaks, please...

    docs.aspose.com/cells/java/managing-page-breaks...
  10. FontInfo | Aspose.Words for Java

    Specifies information about a font used in the document in Java.... Examples: Shows how to print the details of what fonts are...allFonts = doc.getFontInfos(); // Print all the used and unused fonts...

    reference.aspose.com/words/java/com.aspose.word...