Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 25,557 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....eml" ) print "Printing all Headers:" \ # Print out all the...getHeaders () . getCount ()): print message . getHeaders () . get...

    docs.aspose.com/email/zh/java/extracting-email-...
  2. Get Page Offset|Aspose.PDF for Python via .NET

    This example demonstrates how to use PdfFileInfo to get the X and Y offsets of a specific page and convert them into inches for precise layout and positioning analysis.... Print or store the offsets. import...get_page_y_offset ( 1 ) / 72.0 print ( f "Page X Offset: { page_x_offset...

    docs.aspose.com/pdf/python-net/get-page-offset/
  3. How to Convert XLSX to PDF having Restricted Pe...

    This topic provides details about how to convert XLSX to PDF having restricted permissions using C#....like restrict them to copy or print it. The following steps will...instance Set the copy/extract and print restrictions in the SecurityOptions...

    kb.aspose.com/cells/net/how-to-convert-xlsx-to-...
  4. Convert OST to PS in Python | products.aspose.com

    Save OST to PS in your Python applications without using Microsoft Outlook or Word...It is a popular format for printing documents, and is also used...PostScript output, supporting print workflows and systems that rely...

    products.aspose.com/total/python-net/conversion...
  5. StructuredDocumentTagCollection class | Aspose....

    aspose.words.markup.StructuredDocumentTagCollection class. A collection of [IStructuredDocumentTag](../istructureddocumenttag/) instances that represent the structured document tags in the specified range...1160505028 ) print ( sdt . is_multi_section ) print ( sdt . title... get_by_title ( 'Alias4' ) print ( sdt . id ) See Also module...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Extracting Email Headers in 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....eml" ); print "Printing all Headers:" . PHP_EOL ; \ # Print out all...getHeaders () -> getCount ())) { print $message . $message -> getHeaders...

    docs.aspose.com/email/java/extracting-email-hea...
  7. VbaProject.code_page property | Aspose.Words fo...

    VbaProject.code_page property. Gets or sets the VBA project’s code page.... is_signed : print ( f 'Project name: { vba_project...modules . count } \n ' ) else : print ( f 'Project name: { vba_project...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Extract Text From Stamps using Python|Aspose.PD...

    Learn how to use special feature of Aspose.PDF for Python - text exstraction from stamp annotations...from the Appearance Stream Print the Extracted Text import aspose...( xforms [ 0 ]) # Print extracted text print ( absorber . text...

    docs.aspose.com/pdf/python-net/extract-text-fro...
  9. List Stamps|Aspose.PDF for Python via .NET

    This example loads a PDF, retrieves all stamps from page 1, Prints them, and displays a message if no stamps are found.... Print each stamp. Display a message...stamp in stamps : count += 1 print ( f "Stamp { count } : { stamp...

    docs.aspose.com/pdf/python-net/list-stamps/
  10. 在Jython中插入和删除行和列|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 "Insert Row Successfully." def..."Insert Multiple Rows.xls" ) print "Insert Multiple Rows Successfully...

    docs.aspose.com/cells/zh/java/inserting-and-del...