Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 22,453 for

print

(0.1 sec)
  1. BaseWebExtensionCollection | Aspose.Words for Java

    Base class for TaskPaneCollection WebExtensionBindingCollection WebExtensionPropertyCollection and WebExtensionReferenceCollection collections in Java....getCount()); // Print all properties of the document's...getWebExtensionTaskP().getCount()); // Print all properties of the document's...

    reference.aspose.com/words/java/com.aspose.word...
  2. Noise removal|Documentation

    How to remove dirt, spots, scratches, glare, and other image defects using Aspose.OCR for Python via .NET to improve recognition accuracy....recognize ( input ) # Print recognition result print ( result [ 0 ]...when working with poor-quality prints, as it can lead to the loss...

    docs.aspose.com/ocr/python-net/denoise/
  3. Convert Pixels to Centimeters – C# code

    Learn how to convert pixels to centimeters with the Unit class in Aspose.HTML for .NET. Get C# examples for px to cm conversion....precise measurements in web and print designs! Download from NuGet...centimeters are often preferred in printing and physical measurements...

    products.aspose.com/html/net/pixel-calculator/p...
  4. Java API to Export CGM to PS | products.aspose.com

    Convert CGM to PS using on premise Java API...achieving precise, high-quality printing and professional publishing...fidelity when transferred to print presses or publishing systems...

    products.aspose.com/total/java/conversion/cgm-t...
  5. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_PrintColBlack method. Print Colors as Black And White without Dithering in C++....::set_PrintColBlack method Print Colors as Black And White without...

    reference.aspose.com/words/cpp/aspose.words.set...
  6. ChartSeriesCollection.remove_at method | Aspose...

    ChartSeriesCollection.remove_at method. Removes a [ChartSeries](../../chartseries/) at the specified index.... count ) # Print the name of every series in...series in chart . series : print ( series . name ) # These are...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 在Php中设置页面选项|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 "Set page orientation, please...$dataDir . "Scaling.xls" ); print "Set scaling, please check the...

    docs.aspose.com/cells/zh/java/setting-page-opti...
  8. Getting Cell Contents|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.... print ( cellRef . formatAsString ());...()); System . out . print ( " - " ); switch ( cell . getCellType...

    docs.aspose.com/cells/java/getting-cell-contents/
  9. Online PCL to PS Conversion or Develop Java bas...

    Free online app to convert PCL to PS files. Java conversion library code for PCL documents....PS)** format, preserving print precision and ensuring compatibility...publishing and printing systems. Key Use Cases Converting print-ready...

    products.aspose.com/total/java/conversion/pcl-t...
  10. Python DocumentVisitor - Free Support Forum - a...

    I am trying to evaluate using aspose.words for a project at work. I am using the temporary free license with aspose-words v25.9.0 in Python. I am trying to understand how to best iterate over the nodes inside a document,…...False): … print(’ ’ + str(child.node_type)) … else: … print(‘$’ +...NodeType.PARAGRAPH, True): print(paragraph.get_text().strip())...

    forum.aspose.com/t/python-documentvisitor/319554