Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 16,852 for

print

(0.15 sec)
  1. Scan Royal Mail 4-State Customer Code (RM4SCC) ...

    Python source code for Royal Mail 4-State Customer Code (RM4SCC) recognition using Java Runtime Environment....recognized_results: print (x.getCodeText()) print (x.getCodeTypeName())...'ascii' ) except Exception as ex: print ( 'Failed to save image\\n '...

    products.aspose.com/barcode/python-java/rm4scc/...
  2. Get XMP metadata from EPS file using Python

    The process of getting XMP metadata from EPS file with Aspose.Page API solution for Python is explained and illustrated with the code here....contains ( "xmp:CreatorTool" ): 14 print( "CreatorTool: " + xmp. get_value...contains ( "xmp:CreateDate" ): 18 print( "CreateDate: " + xmp. get_value...

    docs.aspose.com/page/python-net/xmp-metadata/get/
  3. CustomDocumentProperties.add method | Aspose.Wo...

    aspose.words.properties.CustomDocumentProperties.add method... count ) # Print every custom property in the...document. for prop in properties : print ( f 'Name: " { prop . name }...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Bookmark class | Aspose.Words fo...

    Aspose::Words::Bookmark class. Represents a single bookmark. To learn more, visit the documentation article in C++....document visitor implementation to print their contents. SharedPtr <...( 1 ) -> get_Name ())); // Print all bookmarks again to see updated...

    reference.aspose.com/words/cpp/aspose.words/boo...
  5. example.py

    import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......FileFormatType, CellsHelper print(CellsHelper.getVersion()) workbook...

    docs.aspose.com/cells/ja/python-java/pyinstalle...
  6. XamlFixedSaveOptions.resource_saving_callback p...

    XamlFixedSaveOptions.resource_saving_callback property. Allows to control how resources (images and fonts) are saved when a document is exported to fixed page Xaml format.... Examples Shows how to print the URIs of linked resources...resource in callback . resources : print ( resource ) class ResourceUriPrinter...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Render Slide As SVG Image|Aspose.Slides 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....scenarios: when you plan to print your presentation in a very...WriteAsSvg ( fileStream ); } } } Print Presentation Render Slide as...

    docs.aspose.com/slides/net/render-slide-as-svg-...
  8. 导出打印区域范围到HTML,使用Node.js通过C++|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.... get ( 0 ); // Set the print area. worksheet . getPageSetup...HtmlSaveOptions (); // Set flag to export print area only options . setExportPrintAreaOn...

    docs.aspose.com/cells/zh/nodejs-cpp/export-prin...
  9. Export Range of Cells in a Worksheet to Image w...

    Learn how to export a specific range of cells in a worksheet to an image using Aspose.Cells with C++....an image of a range, set the print area to the desired range and...GetWorksheets (). Get ( 0 ); // Set the print area with the desired range...

    docs.aspose.com/cells/cpp/export-range-of-cells...
  10. DropDownItemCollection.contains method | Aspose...

    DropDownItemCollection.contains method. Determines whether the collection contains the specified value....Iterate over the collection and print every element. for drop_down...drop_down in drop_down_items : print ( drop_down ) # There are two ways...

    reference.aspose.com/words/python-net/aspose.wo...