Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 21,555 for

print

(0.06 sec)
  1. DigitalSignature.sign_time property | Aspose.Wo...

    DigitalSignature.sign_time property. Gets the time the document was signed.... digital_signatures : print ( f " \n { ( 'Valid' if signature...'Invalid' ) } signature: " ) print ( f ' \t Reason: \t { signature...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Search PDF using Python | Aspose.PDF

    Search PDF document without opening programmatically with Python sample code using Aspose.PDF for Python for .NET....text_fragments : print ( f "Text : { textFragment . text } " ) print ( f "Position...textFragment . position } " ) print ( f "XIndent : { textFragment...

    products.aspose.com/pdf/python-net/search/
  3. CustomPartCollection.remove_at method | Aspose....

    CustomPartCollection.remove_at method. Removes an item at the specified index....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...
  4. 获取 Python 中的页面属性|Aspose.PDF for Python via Java

    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_Item(1); # 获取页面属性 print "ArtBox : Height = " + pdf_page...pdf_page.getArtBox().getURY() print "BleedBox : Height = " + pdf_page...

    docs.aspose.com/pdf/zh/python-java/get-page-pro...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Print PDF using Pythonhttps://products.aspose.com/pdf/python-net/Print/Recent content in Print PDF using Python on Aspsoe.PDF ProductsHugo -- g......PDF Products – Print PDF using Pythonhttps://products...com/pdf/python-net/print/Recent content in Print PDF using Python...

    products.aspose.com/pdf/python-net/print/index.xml
  6. CertificateHolder.certificate property | Aspose...

    CertificateHolder.certificate property. Returns the instance of X509Certificate2 which holds private, public keys and certificate chain.... digital_signatures : print ( f " \n { ( 'Valid' if signature...'Invalid' ) } signature: " ) print ( f ' \t Reason: \t { signature...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DigitalSignature.signature_type property | Aspo...

    DigitalSignature.signature_type property. Gets the type of the digital signature.... digital_signatures : print ( f " \n { ( 'Valid' if signature...'Invalid' ) } signature: " ) print ( f ' \t Reason: \t { signature...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PhysicalFontInfo.file_path property | Aspose.Wo...

    PhysicalFontInfo.file_path property. Path to the font file if any....from a custom folder, and then print every available font. folder_font_source...] . get_available_fonts (): print ( 'FontFamilyName :' , font_info...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FontInfo.name property | Aspose.Words for Python

    FontInfo.name property. Gets the name of the font.... Examples Shows how to print the details of what fonts are...all_fonts = doc . font_infos # Print all the used and unused fonts...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Get Document Window and Page Display Properties...

    Learn how to retrieve document window and page display properties from a PDF in Python using Aspose.PDF, aiding in precise document presentation....document's window - Default: false print "CenterWindow :- " + str(doc...side by side - Default: L2R print "Direction :- " + str(doc.getDirection())...

    docs.aspose.com/pdf/python-java/get-document-wi...