Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 23,400 for

print

(0.13 sec)
  1. Convert PDF to Excel in Python|Aspose.PDF for P...

    Convert PDFs to Excel spreadsheets effortlessly with Aspose.PDF for Python via .NET. Follow this guide for accurate PDF to XLSX conversions...path_outfile , save_options ) print ( infile + " converted into...path_outfile , save_options ) print ( infile + " converted into...

    docs.aspose.com/pdf/python-net/convert-pdf-to-e...
  2. 怎么在这里面获取图片信息 if node.node_type == aw.NodeType.S...

    def get_paragraph_str(paragraph): """获取段落信息""" para_content = paragraph.to_string(aw.SaveFormat.TEXT) para_content = para_content.replace("\r", "") para_content = para_content.strip() return para_cont…...可以进一步处理 image_data,比如获取图片格式、大小等 print("Found an image.") elif shape...ole_object = shape.ole_object print("Found an OLE object.") 这将帮...

    forum.aspose.com/t/if-node-node-type-aw-nodetyp...
  3. FontInfo.Name | Aspose.Words for .NET

    Discover the FontInfo Name property to easily access and utilize font names for enhanced typography in your projects.... Examples Shows how to print the details of what fonts are...allFonts = doc . FontInfos ; // Print all the used and unused fonts...

    reference.aspose.com/words/net/aspose.words.fon...
  4. Retrieve the Masters Information in PHP|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....$master = $masters -> get ( $i ); print "Master ID : " . ( string )...$master -> getID () . PHP_EOL ; print "Master Name : " . ( string...

    docs.aspose.com/diagram/java/retrieve-the-maste...
  5. 使用 Java 打印 PDF | Aspose.PDF

    用於在爪哇和德爾斐上列印PDF文檔的Java原始程式碼。...attributes for printing viewer . setAutoResize ( true ); // Print the file...setAutoRotate ( true ); // Print the file with adjusted rotation...

    products.aspose.com/pdf/zh-hant/java/print/
  6. BookmarkStart.Accept | Aspose.Words for .NET

    Discover BookmarkStart's Accept method to seamlessly engage visitors and enhance user experience. Boost your site's interaction today!...document visitor implementation to print their contents. Document doc...of {bookmarks[1].Name}" ; // Print all bookmarks again to see updated...

    reference.aspose.com/words/net/aspose.words/boo...
  7. Actual Properties in PHP | Aspose.Tasks Documen...

    This guide explains how to work with Microsoft Project actual properties using Aspose.Tasks Java for PHP....$tasks -> get ( $i ); 20 21 print "Task Name : " . (string) $task...get ( $tsk -> NAME ); 22 23 print " \n Actual Start: " . (string)...

    docs.aspose.com/tasks/java/actual-properties-in...
  8. 使用Aspose.Cells中的FormulaText功能与Python.NET|Docume...

    了解如何使用Aspose.Cells for Python via .NET处理Excel的FORMULATEXT函数。获取和设置单元格公式,同时保持表格完整性。...calculate_formula () # Print the results of A2, It will now print the text...the formula inside cell A1 print ( cell_a2 . string_value ) 控制台输出...

    docs.aspose.com/cells/zh/python-net/using-formu...
  9. 在Jython中将文件转换为XPS|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....# Apply different Image and Print options options = ImageOrPrintOptions...with respect to specified printing options sr = SheetRender (...

    docs.aspose.com/cells/zh/java/converting-to-xps...
  10. AttributeError: type object 'aspose.email.mapi....

    AttributeError: type object ‘aspose.email.mapi.MapiMessage’ has no attribute ‘from_file’ when loading the .msg file from aspose.email.mapi import MapiMessage msg = MapiMessage.from_file(“message.msg”)...properties print("Subject: " + msg.Subject) print("From: " +...+ msg.SenderEmailAddress) print("Body: " + msg.Body) Ensure that...

    forum.aspose.com/t/attributeerror-type-object-a...