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

print

(0.09 sec)
  1. 使用 Python 搜索 PDF | Aspose.PDF

    无需在 .NET Framework、.NET Core 上打开即可搜索 PDF 文档的 Python....text_fragments : print ( f "Text : { textFragment . text } " ) print ( f "Position...textFragment . position } " ) print ( f "XIndent : { textFragment...

    products.aspose.com/pdf/zh-hans/python-net/search/
  2. 形状有效属性|Aspose.Slides for Python 文档

    在Python中获取PowerPoint演示文稿中的有效形状属性...get_effective () print ( "= 有效相机属性 =" ) print ( "类型: " + str (...threeDEffectiveData . camera . camera_type )) print ( "视野: " + str ( threeDEffectiveData...

    docs.aspose.com/slides/zh/python-net/shape-effe...
  3. Page Setup and Printing Options|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....Page Setup and Printing Options Contents [ Hide ] Sometimes,...page setup and print settings to control the printing process. Page...

    docs.aspose.com/cells/java/page-setup-and-print...
  4. Get PDF File Information in Python|Aspose.PDF f...

    Understand how to get detailed PDF file information such as metadata and properties in Python using Aspose.PDF, ideal for document management....information print "Author:-" + str(doc_info.getAuthor()) print "Creation...getCreationDate()) print "Keywords:-" + str(doc_info.getKeywords()) print "Modify...

    docs.aspose.com/pdf/python-java/get-pdf-file-in...
  5. Metered.get_consumption_quantity method | Aspos...

    Metered.get_consumption_quantity method. Gets consumption file size...new Metered license, and then print its usage statistics. metered...'MyPublicKey' , 'MyPrivateKey' ) print ( 'Credit before operation:'...

    reference.aspose.com/words/python-net/aspose.wo...
  6. "Aspose.TotalforPythonvia.NET.lic" not working ...

    Getting error Proxy error(InvalidOperationException): The license is not valid for this product #!/usr/bin/env python3 """ HTML to PDF Converter Using Official Documentation Pattern Based on official Aspose.HTML Python …...saving as sav print("✅ Using official documentation...TotalforPythonvia.NET.lic" print(f"🔧 Testing OFFICIAL DOCUMENTATION...

    forum.aspose.com/t/aspose-totalforpythonvia-net...
  7. CustomPartCollection.clear method | Aspose.Word...

    CustomPartCollection.clear method. Removes all elements from the collection....Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...

    reference.aspose.com/words/python-net/aspose.wo...
  8. CustomPart.clone method | Aspose.Words for Python

    CustomPart.clone method. Makes a deep enough copy of the object...Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...

    reference.aspose.com/words/python-net/aspose.wo...
  9. CustomPartCollection.count property | Aspose.Wo...

    CustomPartCollection.count property. Gets the number of elements contained in the collection....Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Comment.ancestor property | Aspose.Words for Py...

    Comment.ancestor property. Returns the parent [Comment](../) object... Examples Shows how to print all of a document’s comments...to a reply-type comment. # Print all top-level comments along...

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