Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 23,395 for

print

(0.08 sec)
  1. 在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....EXCEL_2003_XML ) #Print Message print ( "<BR>" ) print ( "Worksheets...

    docs.aspose.com/cells/zh/java/saving-files-in-p...
  2. Extracting text from passport images|Documentation

    How to digitize scanned or photographed passports by automatically extracting text from them....) # Print recognition result for result in results : print ( result...detail in details : print ( detail . key ) print ( detail . value...

    docs.aspose.com/ocr/python-net/recognition/pass...
  3. Node.node_type property | Aspose.Words for Python

    Node.node_type property. Gets the type of this node....while node is not None : print () print ( 'Node type:' , aw . Node...node . get_text () . strip () print ( 'This node contains no text'...

    reference.aspose.com/words/python-net/aspose.wo...
  4. CompatibilityOptions.optimize_for method | Aspo...

    CompatibilityOptions.optimize_for method. Allows to optimize the document contents as well as default Aspose.Words behavior to a particular versions of MS Word.... # Print the default settings for a blank document. print ( '...Default optimization settings:' ) print_compatibility_options ( options...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Convert Between Measurement Units|Aspose.Words ...

    Aspose.Words for Python via .NET can help you with how to convert between measurement units, for example, inches to points and points to inches, pixels to points, points to pixels.... inch_to_point ( inches ) print ( f "{inches} inches = {points}.... point_to_inch ( points ) print ( f "{points} points = {inches}...

    docs.aspose.com/words/python-net/convert-betwee...
  6. CustomDocumentProperties class | Aspose.Words f...

    aspose.words.properties.CustomDocumentProperties class. A collection of custom document properties...custom document property #2' ) print ( 'Custom Properties:' ) for...ies : print ( custom_document_property . name ) print ( f ' \t...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Fields::FieldPrint class | Aspos...

    Aspose::Words::Fields::FieldPrint class. Implements the Print field. To learn more, visit the documentation article in C++....FieldPrint class Implements the PRINT field. To learn more, visit...Examples Shows to insert a PRINT field. auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Export range of cells to image/stream - Free Su...

    Hi, I am trying to copy range of cells from excel to PPT in Java. Is there any possibility to copy as editable table or as image in Aspose? Appreciate if you could reply sooner. P.S. I do not want to embed the excel in …...g you may sepcify print area for the sheet. See the...reference: Page Setup and Printing Options Thank you. Purushoth...

    forum.aspose.com/t/export-range-of-cells-to-ima...
  9. BuiltInDocumentProperties class | Aspose.Words ...

    aspose.words.properties.BuiltInDocumentProperties class. A collection of built-in document properties... last_printed Gets or sets the date when...when the document was last printed in UTC. last_saved_by Gets or...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Find Maximum Rows and Columns supported by XLS ...

    Learn how to find the maximum rows and columns supported by XLS and XLSX formats using Aspose.Cells for C++.... After creation, it prints the values of GetMaxRow() and...:: Cells :: Startup (); // Print message about XLS format. std...

    docs.aspose.com/cells/cpp/find-maximum-rows-and...